链接地址:http://www.colorschemes.org/

Online Color Tools

Color Tool 2.0.8 Alpha

Tool for generating and testing harmonious color schemes

Palette Generator

Automagically create a harmonious color palette from a photograph

Average Photo Color

Upload a photo to find its average color

Colr Pickr

View photographs from Flickr organized by color

Whats Its Color

Gives you a color scheme based on an uploaded image

Color Blindness Simulator

Check images under varying types of color blindness

Sherwin-Williams Color Visualizer

Online tool for exploring and combining paint colors

Colour Selector

Variety of online tools for creating, mixing, and exploring colors

pic2color

Give it an image URL, and it'll give you back a color scheme

Color Wheel Calculator

Flash-based tool for exploring colors and harmonies

Color conversion

Convert between RGB/CMYK/HSV/HSL/YUV/YIC

colordb

Online tool for finding colors and schemes

Behr.com Explore Color

Great online tool for finding and coordinating colors

Online Color Scheme Generator

Online alternative to the more robust Color Schemer software

100 Random Colors

Ajax color exploration tool

ColorToy 2

Flash color-scheme generator

kuler

Create and share color schemes online

GenoPal Online

Free tool for finding harmonious color schemes

ColorJack: Sphere

Online color scheme creator

Color palette creator v1.6.1

Color scheme generator

ColorMixers

Web-based color-mixing tool

ColorBlender

Color matching and palette creation

Web Color Combinations Testing Tool

Allows you to view color combinations online

Color Palette Generator

Turns a photograph into a color scheme

Color Palette Generator

Allows you to generate a color palette from a photo or image

Color Scheme Generator 2

Create color schemes by modifying simple options

colr.org

Create and share colors, or generate a scheme from an image

EasyRGB

Create color palettes, or search existing color libraries

HTML Color Code Combination Chooser

Online color scheme generator

I Like Your Colors

Pull color schemes from existing websites automatically

ColorJack: Studio

Web-based color palette generation tool

Downloadable Software

ColorPicker

Easy color palette creation in Windows

Color Schemer

Variety of software tools from Color Schemer

Anry Color Picker

Color selection and harmony generator

Pixie

Simple and free utility for selecting colors

ColorImpact

Color theme creation software

Pantone to RGB and CMYK

Allows you to convert from Pantone to CMYK and RGB

ColorZilla Extension for Firefox

Simple extension allows you to quickly pick colors from the web

ColourMod Colour Picker

Color picking tool for your desktop or web application

The Color Schemer

Downloadable software for viewing and mixing color palettes

Color Schemes

Screenalicio.us

Browse web designs by color, and see schemes for each site

Color Schemes (Standards for Life)

Nice schemes from a variety of sources

Daily Color Scheme

New colors schemes every day...until Sept. 2006, anyway

Kolur.com

Inspiration site listing color palettes based on images and photos

kuler

Create and share color schemes online

Darkeye

Search for designs and color palettes by individual colors

Grammy Award Winning Album Colors

Color schemes from 2007 album covers

Color palette predictions for the 2007 home

Interior design color schemes from Pantone

Fashion Trendsetter

Color schemes based on fashion trends over the years

Web Color Combinations Library

List of user-generated color schemes

Website-ready color schemes

Great list of color palettes ready for use with Color Schemer software

Sherwin-Williams Color Trends 2006

List of interior design color schemes

ColorBurn Winning Schemes

Winners of Firewheel Design's "ColorBurn" contest

Colorcell Ranking

Color schemes based on reproductive and evolutionary techniques

Colour Lovers

View, rate, and review colors and palettes

Individual Colors

Purple

It's purple

Hair and Skin Color Charts

Images containing a variety of hair and skin colors

Behr.com Explore Color

Great online tool for finding and coordinating colors

Web 2.0 Gradients (v1.0)

Photoshop gradient palette with smooth color transitions

rgb.txt

List of named hexadecimal colors

moreCrayons - Web-Smart Palette

Tools for finding web-smart colors

VisiBone Webmaster's Color Lab

Classic site with charts, downloadable color palettes,and more

Color Blender

Quick tool for finding colors between two other colors

Skin Color Charts

Charts describing how to mix skin tones for painters

Hues to Use in 2005

Adam Polselli's famous color forecast

Fashion in Colors

Explores color as a design element in Western fashion

Color Codes Matching Chart HTML

List of Pantone, CMYK, and RGB (hex) equivalents

ColorWhore

Browse colors by category

Color in Motion

Interactive flash website exploring colors

Darkeye

Search for designs and color palettes by individual colors

EasyRGB

Create color palettes, or search existing color libraries

Web 2.0 Colour Palette

Specific colors used by popular Web 2.0 websites

Color Shades

Colors and lighter shades in hexadecimal format

Color List

List of named colors, including gamma variations

List of colors

List of named colors (including hexadecimal values) from Wikipedia

Techniques and References

Choosing color combinations

Explanation of how to select color combinations for websites

Color Glossary

A dictionary of terms related to the science of color

Colors on the Web

Articles about color usage online for designers

Color theory (Wikipedia)

Great article about general color theory principles

Why Color Matters

Explanation of the importance of color in marketing and business

List of palettes (Wikipedia)

List of computer color palettes

Colors Found in Nature

Explanation of how to find color schemes from photographs

Colour (Web Page Design for Designers)

Article about colors, schemes, inspiration, and design

Colour Schemes

Article about different ways to create color palettes

CMYK (for Those Who Do RGB)

Explanation of CMYK colors and how they're used

Color Rules of Thumb

Simple color theory and tips, with examples

The Art of Camo

Article about the fine art of creating camouflage

Instant Color Schemes

How to pick create a color palette from an image

Color Theory

A simple introduction to color theory

Color guidelines for brands

Cultural and psychological connotations of individual colors

The Canonical List of Online Color Resources for Designers相关推荐

  1. android 各种控件颜色值的设置(使用Drawable,Color)

    在Android中,如果需要改变控件默认的颜色,包括值的颜色,需要预先在strings.xml中设置,类似字符串,可以反复调用.Android中颜色可以使用drawable或是color来定义. 本例 ...

  2. Android Color 判断色值小结

    小菜我最近在处理主题色方面的问题,有个小需求是处理更改颜色,判断色值等,稍稍整理了一下.       Color 大家都很熟悉,其组成方式是 RGB 红绿蓝三原色,小菜觉得可以按 ARGB 即 Alp ...

  3. Android 颜色Color(转)

    摘自:http://blog.sina.com.cn/s/blog_6f3ff2c90100t2oa.html Android中使用4个数字来表示颜色,分别是alpha.红(red).绿(green) ...

  4. android 中resources管理

    主要存在于res/value文件夹中 定义: dimen.xml:主要用于设置像素默认值 <resources> res/values/dimens.xml <dimen name= ...

  5. 使用颜色(color)资源

    随时随地技术实战干货,获取项目源码.学习资料,请关注源代码社区公众号(ydmsq666) 1.颜色值定义 颜色值的定义是通过RGB三原色和一个alpha值来定义的.颜色值定义的开始是一个#,后面是Al ...

  6. 【Android】Color的定义、设置、转换、拾取

    参考:https://www.jianshu.com/p/3c1fe10aed4f Android中的颜色值通常遵循RGB/ARGB标准,使用时通常以" # "字符开头的8位16进 ...

  7. Android 颜色Color

    Android 颜色Color (2011-08-09 11:47:50) 转载▼ 标签: 杂谈 分类: Android 对于Button和ImageButton 还有一些View 设置半透明或者透明 ...

  8. Android编程 系统资源的介绍

    2019独角兽企业重金招聘Python工程师标准>>> 下面是Android Resource的介绍(引自: http://wenku.baidu.com/view/ba6bde73 ...

  9. 使用selector修改TextView中字体的颜色

    selector想必大家都用过了,但是在修改字体的颜色的时候还是要细心. 我们在TextView中设置字体颜色一般使用 android:textColor="@color/red" ...

最新文章

  1. 完美解决tar文件window解压问题
  2. 如何创建修改分区表和如何查看分区表
  3. PHP实现简单顺序栈
  4. 【收藏】HBase集成Phoenix实现类SQL操作hbase
  5. kafka学习-环境搭建
  6. C语言试题二十八之编写函数function功能是:从字符中删除指定的字符,同一字母的大、小写按不同字符处理。
  7. asp.net中ADO.NET连接SQL数据库代码和连接Access数据库代码
  8. 论文学习4-An Attentive Neural Architecture for Fine-grained Entity Type Classification
  9. MVCC(Multiversion concurrency control)
  10. 谁来帮帮只想救人的医生呢? | 凌云时刻
  11. 计算机二级怎么让试题变简单,如何有效利用历年真题备考全国计算机等级考试?...
  12. i7 9750h和i5 9400参数对比哪个好
  13. Linux下用imageMagick对图片进行一些操作,非常建议方便的一个图片处理工具。
  14. 博途V16 更改PLC的型号和固件版本
  15. Pod 污点和容忍度
  16. Python图算法之狄克斯特拉算法
  17. 浮沙筑塔——protues仿真C51程序之LED灯闪烁
  18. [Beta] Scrum Meeting 7 - TEAM LESS ERROR
  19. net开发android教程,Xamarin 开发Android应用简易教程(1)
  20. java中UDP实例代码

热门文章

  1. 华为AI盘古大模型研究框架
  2. 【论文泛读80】通过滚动交互预测文本可读性
  3. 为什么航班停在远机位?
  4. Node + Express 后台开发 —— 登录标识
  5. 怎么使用php提交百度收录_百度站长平台链接自动提交PHP推送实现方式
  6. 滴滴给自己留了后手。。。
  7. go run undefined
  8. GGS WARNING 218 Aborted grouped transaction on
  9. WordPress专用主机是什么?有什么优势?
  10. 笔记_Maya绑定基础_断开骨骼 And 骨骼的镜像