Html Css Color HEX #215469 Chathams Blue

📋 copy color: '#215469'

red 33 ◦ green 84 ◦ blue 105

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

Shades of Chathams Blue #215469

Tints of Chathams Blue #215469

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 47.3%

R = 14.86%
G = 37.84%
B = 47.3%

CMYK

 C value IS 0.69

 M value IS 0.20

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#215469 (or 0x215469) is known color: Chathams Blue. HEX triplet: 21, 54 and 69. RGB value is (33,84,105). Sum of RGB (Red+Green+Blue) = 33+84+105=222 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.86% from 222); Green value is 84 (33.20% from 255 or 37.84% from 222); Blue value is 105 (41.41% from 255 or 47.30% from 222); Max value from RGB is 105 - color contains mainly: blue. Hex color #215469 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215469 is #DEAB96. Grayscale: #474747. Windows color (decimal): -14592919 or 6902817. OLE color: 6902817.

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

Color convert

RGB 33 84 105 -
CMYK 0.69 0.20 0 0.59
HSL 197.5º 0.52% 0.27% -
HSV(B) 197.5º 0.69% 0.41% -
XYZ 6.35 7.68 14.51 -
YUV 71.15 147.1 100.79 -
System Red Green Blue C M Y K H S L
Decimal 33 84 105 0.69 0.20 0 0.59 197.5 0.52 0.27
Hex 21 54 69 45 14 0 3B C6 34 1B
Octal 41 124 151 105 24 0 73 306 64 33
Binary 100001 1010100 1101001 1000101 10100 0 111011 11000110 110100 11011

Color Harmonies of #215469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215469

Black with #215469

Text Example


Text Example

White with #215469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #215469; }

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

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

background-color css

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

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

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

border-color css

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

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

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