#215568

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

Shades of Chathams Blue #215568

Tints of Chathams Blue #215568

Color information

#215568 (or 0x215568) is unknown color: approx Chathams Blue. HEX triplet: 21, 55 and 68. RGB value is (33,85,104). Sum of RGB (Red+Green+Blue) = 33+85+104=222 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.86% from 222); Green value is 85 (33.59% from 255 or 38.29% from 222); Blue value is 104 (41.02% from 255 or 46.85% from 222); Max value from RGB is 104 - color contains mainly: blue. Hex color #215568 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215568 is #DEAA97. Grayscale: #474747. Windows color (decimal): -14592664 or 6837537. OLE color: 6837537.

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

Color convert

RGB3385104-
CMYK0.680.1800.59
HSL196.06º51.82%26.86%-
HSV(B)196.06º68.27%40.78%-
XYZ6.377.8214.27-
YUV71.62146.27100.46-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.86%
GREEN value IS 85 (33.59% from 255) = 38.29%
BLUE value IS 104 (41.02% from 255) = 46.85%
R=14.86%
G=38.29%
B=46.85%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal33851040.680.1800.59196.0651.8226.86
Hex215568441203Bc4341b
Octal41125150104220733046433
Binary1000011010101110100010001001001001110111100010011010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #215568; }

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

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

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

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

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

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

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

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