#21566B

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

Shades of Chathams Blue #21566B

Tints of Chathams Blue #21566B

Color information

#21566B (or 0x21566B) is unknown color: approx Chathams Blue. HEX triplet: 21, 56 and 6B. RGB value is (33,86,107). Sum of RGB (Red+Green+Blue) = 33+86+107=226 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.60% from 226); Green value is 86 (33.98% from 255 or 38.05% from 226); Blue value is 107 (42.19% from 255 or 47.35% from 226); Max value from RGB is 107 - color contains mainly: blue. Hex color #21566B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21566B is #DEA994. Grayscale: #484848. Windows color (decimal): -14592405 or 7034401. OLE color: 7034401.

HSL color Cylindrical-coordinate representation of color #21566B: hue angle of 197.03º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #21566B is Cyan = 0.69, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB3386107-
CMYK0.690.2000.58
HSL197.03º52.86%27.45%-
HSV(B)197.03º69.16%41.96%-
XYZ6.618.0415.11-
YUV72.55147.4499.79-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.60%
GREEN value IS 86 (33.98% from 255) = 38.05%
BLUE value IS 107 (42.19% from 255) = 47.35%
R=14.60%
G=38.05%
B=47.35%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal33861070.690.2000.58197.0352.8627.45
Hex21566B451403Ac5351b
Octal41126153105240723056533
Binary1000011010110110101110001011010001110101100010111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21566B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21566B; }

 p { color: rgb(33,86,107); }

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

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

 a { background-color: rgb(33,86,107); }

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

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

 span { border-color: rgb(33,86,107); }

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