#215964

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

Shades of Chathams Blue #215964

Tints of Chathams Blue #215964

Color information

#215964 (or 0x215964) is unknown color: approx Chathams Blue. HEX triplet: 21, 59 and 64. RGB value is (33,89,100). Sum of RGB (Red+Green+Blue) = 33+89+100=222 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.86% from 222); Green value is 89 (35.16% from 255 or 40.09% from 222); Blue value is 100 (39.45% from 255 or 45.05% from 222); Max value from RGB is 100 - color contains mainly: blue. Hex color #215964 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215964 is #DEA69B. Grayscale: #494949. Windows color (decimal): -14591644 or 6576417. OLE color: 6576417.

HSL color Cylindrical-coordinate representation of color #215964: hue angle of 189.85º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #215964 is Cyan = 0.67, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB3389100-
CMYK0.670.1100.61
HSL189.85º50.38%26.08%-
HSV(B)189.85º67%39.22%-
XYZ6.58.3913.33-
YUV73.51142.9599.11-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.86%
GREEN value IS 89 (35.16% from 255) = 40.09%
BLUE value IS 100 (39.45% from 255) = 45.05%
R=14.86%
G=40.09%
B=45.05%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal33891000.670.1100.61189.8550.3826.08
Hex21596443B03Dbe321a
Octal41131144103130752766232
Binary100001101100111001001000011101101111011011111011001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #215964; }

 p { color: rgb(33,89,100); }

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

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

 a { background-color: rgb(33,89,100); }

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

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

 span { border-color: rgb(33,89,100); }

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