Html Css Color HEX #215568 Chathams Blue

📋 copy color: '#215568'

red 33 ◦ green 85 ◦ blue 104

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

Shades of Chathams Blue #215568

Tints of Chathams Blue #215568

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

 M value IS 0.18

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

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

RGB 33 85 104 -
CMYK 0.68 0.18 0 0.59
HSL 196.06º 0.52% 0.27% -
HSV(B) 196.06º 0.68% 0.41% -
XYZ 6.37 7.82 14.27 -
YUV 71.62 146.27 100.46 -
System Red Green Blue C M Y K H S L
Decimal 33 85 104 0.68 0.18 0 0.59 196.06 0.52 0.27
Hex 21 55 68 44 12 0 3B C4 34 1B
Octal 41 125 150 104 22 0 73 304 64 33
Binary 100001 1010101 1101000 1000100 10010 0 111011 11000100 110100 11011

Color Harmonies of #215568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215568

Black with #215568

Text Example


Text Example

White with #215568

Text Example


Text Example

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