#215569

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

Shades of Chathams Blue #215569

Tints of Chathams Blue #215569

Color information

#215569 (or 0x215569) is unknown color: approx Chathams Blue. HEX triplet: 21, 55 and 69. RGB value is (33,85,105). Sum of RGB (Red+Green+Blue) = 33+85+105=223 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.80% from 223); Green value is 85 (33.59% from 255 or 38.12% from 223); Blue value is 105 (41.41% from 255 or 47.09% from 223); Max value from RGB is 105 - color contains mainly: blue. Hex color #215569 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215569 is #DEAA96. Grayscale: #474747. Windows color (decimal): -14592663 or 6903073. OLE color: 6903073.

HSL color Cylindrical-coordinate representation of color #215569: hue angle of 196.67º degrees, saturation: 0.52, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #215569 is Cyan = 0.69, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB3385105-
CMYK0.690.1900.59
HSL196.67º52.17%27.06%-
HSV(B)196.67º68.57%41.18%-
XYZ6.437.8414.54-
YUV71.73146.77100.37-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.80%
GREEN value IS 85 (33.59% from 255) = 38.12%
BLUE value IS 105 (41.41% from 255) = 47.09%
R=14.80%
G=38.12%
B=47.09%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal33851050.690.1900.59196.6752.1727.06
Hex215569451303Bc5341b
Octal41125151105230733056433
Binary1000011010101110100110001011001101110111100010111010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #215569; }

 p { color: rgb(33,85,105); }

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

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

 a { background-color: rgb(33,85,105); }

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

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

 span { border-color: rgb(33,85,105); }

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