#205666

Color #205666 Chathams Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chathams Blue #205666

Tints of Chathams Blue #205666

Color information

#205666 (or 0x205666) is unknown color: approx Chathams Blue. HEX triplet: 20, 56 and 66. RGB value is (32,86,102). Sum of RGB (Red+Green+Blue) = 32+86+102=220 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.55% from 220); Green value is 86 (33.98% from 255 or 39.09% from 220); Blue value is 102 (40.23% from 255 or 46.36% from 220); Max value from RGB is 102 - color contains mainly: blue. Hex color #205666 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205666 is #DFA999. Grayscale: #474747. Windows color (decimal): -14657946 or 6706720. OLE color: 6706720.

HSL color Cylindrical-coordinate representation of color #205666: hue angle of 193.71º degrees, saturation: 0.52, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #205666 is Cyan = 0.69, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB3286102-
CMYK0.690.1600.6
HSL193.71º52.24%26.27%-
HSV(B)193.71º68.63%40%-
XYZ6.327.9213.77-
YUV71.68145.1199.7-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 32 (12.89% from 255) = 14.55%
GREEN value IS 86 (33.98% from 255) = 39.09%
BLUE value IS 102 (40.23% from 255) = 46.36%
R=14.55%
G=39.09%
B=46.36%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal32861020.690.1600.6193.7152.2426.27
Hex205666451003Cc2341a
Octal40126146105200743026432
Binary1000001010110110011010001011000001111001100001011010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #205666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #205666; }

 p { color: rgb(32,86,102); }

 H1.HeaderClassName
 {
   color: #205666;
 }
 .AnyTagClassName
 {
   color: #205666;
 }
</style>
background-color css

<style>
 a { background-color: #205666; }

 a { background-color: rgb(32,86,102); }

 div.DivClassName
 {
   background-color: #205666;
 }
 .BgClassName
 {
   background-color: #205666;
 }
</style>
border-color css

<style>
 span { border-color: #205666; }

 span { border-color: rgb(32,86,102); }

 td.TdClassName
 {
   border-color: #205666;
 }
 .TagClassName
 {
   border-color: #205666;
 }
</style>