Html Css Color HEX #215669 Chathams Blue

📋 copy color: '#215669'

red 33 ◦ green 86 ◦ blue 105

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

Shades of Chathams Blue #215669

Tints of Chathams Blue #215669

RGB

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

 GREEN value IS 86 (33.98% from 255) = 38.39%

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

R = 14.73%
G = 38.39%
B = 46.88%

CMYK

 C value IS 0.69

 M value IS 0.18

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#215669 (or 0x215669) is known color: Chathams Blue. HEX triplet: 21, 56 and 69. RGB value is (33,86,105). Sum of RGB (Red+Green+Blue) = 33+86+105=224 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.73% from 224); Green value is 86 (33.98% from 255 or 38.39% from 224); Blue value is 105 (41.41% from 255 or 46.88% from 224); Max value from RGB is 105 - color contains mainly: blue. Hex color #215669 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215669 is #DEA996. Grayscale: #484848. Windows color (decimal): -14592407 or 6903329. OLE color: 6903329.

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

Color convert

RGB 33 86 105 -
CMYK 0.69 0.18 0 0.59
HSL 195.83º 0.52% 0.27% -
HSV(B) 195.83º 0.69% 0.41% -
XYZ 6.5 8 14.57 -
YUV 72.32 146.44 99.96 -
System Red Green Blue C M Y K H S L
Decimal 33 86 105 0.69 0.18 0 0.59 195.83 0.52 0.27
Hex 21 56 69 45 12 0 3B C4 34 1B
Octal 41 126 151 105 22 0 73 304 64 33
Binary 100001 1010110 1101001 1000101 10010 0 111011 11000100 110100 11011

Color Harmonies of #215669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215669

Black with #215669

Text Example


Text Example

White with #215669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #215669; }

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

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

background-color css

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

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

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

border-color css

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

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

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