Html Css Color HEX #215666 Chathams Blue

📋 copy color: '#215666'

red 33 ◦ green 86 ◦ blue 102

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

Shades of Chathams Blue #215666

Tints of Chathams Blue #215666

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 46.15%

R = 14.93%
G = 38.91%
B = 46.15%

CMYK

 C value IS 0.68

 M value IS 0.16

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#215666 (or 0x215666) is known color: Chathams Blue. HEX triplet: 21, 56 and 66. RGB value is (33,86,102). Sum of RGB (Red+Green+Blue) = 33+86+102=221 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.93% from 221); Green value is 86 (33.98% from 255 or 38.91% from 221); Blue value is 102 (40.23% from 255 or 46.15% from 221); Max value from RGB is 102 - color contains mainly: blue. Hex color #215666 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215666 is #DEA999. Grayscale: #474747. Windows color (decimal): -14592410 or 6706721. OLE color: 6706721.

HSL color Cylindrical-coordinate representation of color #215666: hue angle of 193.91º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #215666 is Cyan = 0.68, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 33 86 102 -
CMYK 0.68 0.16 0 0.6
HSL 193.91º 0.51% 0.26% -
HSV(B) 193.91º 0.68% 0.4% -
XYZ 6.35 7.94 13.77 -
YUV 71.98 144.94 100.2 -
System Red Green Blue C M Y K H S L
Decimal 33 86 102 0.68 0.16 0 0.6 193.91 0.51 0.26
Hex 21 56 66 44 10 0 3C C2 33 1A
Octal 41 126 146 104 20 0 74 302 63 32
Binary 100001 1010110 1100110 1000100 10000 0 111100 11000010 110011 11010

Color Harmonies of #215666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215666

Black with #215666

Text Example


Text Example

White with #215666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #215666; }

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

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

background-color css

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

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

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

border-color css

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

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

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