#20506C

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

Shades of Chathams Blue #20506C

Tints of Chathams Blue #20506C

Color information

#20506C (or 0x20506C) is unknown color: approx Chathams Blue. HEX triplet: 20, 50 and 6C. RGB value is (32,80,108). Sum of RGB (Red+Green+Blue) = 32+80+108=220 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.55% from 220); Green value is 80 (31.64% from 255 or 36.36% from 220); Blue value is 108 (42.58% from 255 or 49.09% from 220); Max value from RGB is 108 - color contains mainly: blue. Hex color #20506C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20506C is #DFAF93. Grayscale: #444444. Windows color (decimal): -14659476 or 7098400. OLE color: 7098400.

HSL color Cylindrical-coordinate representation of color #20506C: hue angle of 202.11º degrees, saturation: 0.54, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #20506C is Cyan = 0.70, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB3280108-
CMYK0.700.2600.58
HSL202.11º54.29%27.45%-
HSV(B)202.11º70.37%42.35%-
XYZ6.177.1315.24-
YUV68.84150.1101.72-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 14.55%
GREEN value IS 80 (31.64% from 255) = 36.36%
BLUE value IS 108 (42.58% from 255) = 49.09%
R=14.55%
G=36.36%
B=49.09%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal32801080.700.2600.58202.1154.2927.45
Hex20506C461A03Aca361b
Octal40120154106320723126633
Binary1000001010000110110010001101101001110101100101011011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20506C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20506C; }

 p { color: rgb(32,80,108); }

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

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

 a { background-color: rgb(32,80,108); }

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

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

 span { border-color: rgb(32,80,108); }

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