Html Css Color HEX #205666 Chathams Blue

📋 copy color: '#205666'

red 32 ◦ green 86 ◦ blue 102

#205666
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chathams Blue #205666

Tints of Chathams Blue #205666

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 value IS 0.69

 M value IS 0.16

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#205666 (or 0x205666) is known color: 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

RGB 32 86 102 -
CMYK 0.69 0.16 0 0.6
HSL 193.71º 0.52% 0.26% -
HSV(B) 193.71º 0.69% 0.4% -
XYZ 6.32 7.92 13.77 -
YUV 71.68 145.11 99.7 -
System Red Green Blue C M Y K H S L
Decimal 32 86 102 0.69 0.16 0 0.6 193.71 0.52 0.26
Hex 20 56 66 45 10 0 3C C2 34 1A
Octal 40 126 146 105 20 0 74 302 64 32
Binary 100000 1010110 1100110 1000101 10000 0 111100 11000010 110100 11010

Color Harmonies of #205666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #205666

Black with #205666

Text Example


Text Example

White with #205666

Text Example


Text Example

HTML Codes & Css Web 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>