Html Css Color HEX #215468 Chathams Blue

📋 copy color: '#215468'

red 33 ◦ green 84 ◦ blue 104

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

Shades of Chathams Blue #215468

Tints of Chathams Blue #215468

RGB

 RED value IS 33 (13.28% from 255) = 14.93%

 GREEN value IS 84 (33.2% from 255) = 38.01%

 BLUE value IS 104 (41.02% from 255) = 47.06%

R = 14.93%
G = 38.01%
B = 47.06%

CMYK

 C value IS 0.68

 M value IS 0.19

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#215468 (or 0x215468) is known color: Chathams Blue. HEX triplet: 21, 54 and 68. RGB value is (33,84,104). Sum of RGB (Red+Green+Blue) = 33+84+104=221 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.93% from 221); Green value is 84 (33.20% from 255 or 38.01% from 221); Blue value is 104 (41.02% from 255 or 47.06% from 221); Max value from RGB is 104 - color contains mainly: blue. Hex color #215468 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215468 is #DEAB97. Grayscale: #464646. Windows color (decimal): -14592920 or 6837281. OLE color: 6837281.

HSL color Cylindrical-coordinate representation of color #215468: hue angle of 196.9º 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 #215468 is Cyan = 0.68, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 33 84 104 -
CMYK 0.68 0.19 0 0.59
HSL 196.9º 0.52% 0.27% -
HSV(B) 196.9º 0.68% 0.41% -
XYZ 6.3 7.66 14.24 -
YUV 71.03 146.6 100.87 -
System Red Green Blue C M Y K H S L
Decimal 33 84 104 0.68 0.19 0 0.59 196.9 0.52 0.27
Hex 21 54 68 44 13 0 3B C5 34 1B
Octal 41 124 150 104 23 0 73 305 64 33
Binary 100001 1010100 1101000 1000100 10011 0 111011 11000101 110100 11011

Color Harmonies of #215468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215468

Black with #215468

Text Example


Text Example

White with #215468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #215468; }

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

 H1.HeaderClassName
 {
   color: #215468;
 }
 .AnyTagClassName
 {
   color: #215468;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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