Html Css Color HEX #215964 Chathams Blue

📋 copy color: '#215964'

red 33 ◦ green 89 ◦ blue 100

#215964
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chathams Blue #215964

Tints of Chathams Blue #215964

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 value IS 0.67

 M value IS 0.11

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#215964 (or 0x215964) is known color: 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

RGB 33 89 100 -
CMYK 0.67 0.11 0 0.61
HSL 189.85º 0.5% 0.26% -
HSV(B) 189.85º 0.67% 0.39% -
XYZ 6.5 8.39 13.33 -
YUV 73.51 142.95 99.11 -
System Red Green Blue C M Y K H S L
Decimal 33 89 100 0.67 0.11 0 0.61 189.85 0.5 0.26
Hex 21 59 64 43 B 0 3D BE 32 1A
Octal 41 131 144 103 13 0 75 276 62 32
Binary 100001 1011001 1100100 1000011 1011 0 111101 10111110 110010 11010

Color Harmonies of #215964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215964

Black with #215964

Text Example


Text Example

White with #215964

Text Example


Text Example

HTML Codes & Css Web 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>