#20526C

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

Shades of Chathams Blue #20526C

Tints of Chathams Blue #20526C

Color information

#20526C (or 0x20526C) is unknown color: approx Chathams Blue. HEX triplet: 20, 52 and 6C. RGB value is (32,82,108). Sum of RGB (Red+Green+Blue) = 32+82+108=222 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.41% from 222); Green value is 82 (32.42% from 255 or 36.94% from 222); Blue value is 108 (42.58% from 255 or 48.65% from 222); Max value from RGB is 108 - color contains mainly: blue. Hex color #20526C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20526C is #DFAD93. Grayscale: #454545. Windows color (decimal): -14658964 or 7098912. OLE color: 7098912.

HSL color Cylindrical-coordinate representation of color #20526C: hue angle of 200.53º 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 #20526C is Cyan = 0.70, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB3282108-
CMYK0.700.2400.58
HSL200.53º54.29%27.45%-
HSV(B)200.53º70.37%42.35%-
XYZ6.327.4215.29-
YUV70.01149.44100.89-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 14.41%
GREEN value IS 82 (32.42% from 255) = 36.94%
BLUE value IS 108 (42.58% from 255) = 48.65%
R=14.41%
G=36.94%
B=48.65%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal32821080.700.2400.58200.5354.2927.45
Hex20526C461803Ac9361b
Octal40122154106300723116633
Binary1000001010010110110010001101100001110101100100111011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20526C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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