Html Css Color HEX #215866 Chathams Blue

📋 copy color: '#215866'

red 33 ◦ green 88 ◦ blue 102

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

Shades of Chathams Blue #215866

Tints of Chathams Blue #215866

RGB

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

 GREEN value IS 88 (34.77% from 255) = 39.46%

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

R = 14.8%
G = 39.46%
B = 45.74%

CMYK

 C value IS 0.68

 M value IS 0.14

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#215866 (or 0x215866) is known color: Chathams Blue. HEX triplet: 21, 58 and 66. RGB value is (33,88,102). Sum of RGB (Red+Green+Blue) = 33+88+102=223 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.80% from 223); Green value is 88 (34.77% from 255 or 39.46% from 223); Blue value is 102 (40.23% from 255 or 45.74% from 223); Max value from RGB is 102 - color contains mainly: blue. Hex color #215866 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215866 is #DEA799. Grayscale: #494949. Windows color (decimal): -14591898 or 6707233. OLE color: 6707233.

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

Color convert

RGB 33 88 102 -
CMYK 0.68 0.14 0 0.6
HSL 192.17º 0.51% 0.26% -
HSV(B) 192.17º 0.68% 0.4% -
XYZ 6.52 8.26 13.82 -
YUV 73.15 144.28 99.36 -
System Red Green Blue C M Y K H S L
Decimal 33 88 102 0.68 0.14 0 0.6 192.17 0.51 0.26
Hex 21 58 66 44 E 0 3C C0 33 1A
Octal 41 130 146 104 16 0 74 300 63 32
Binary 100001 1011000 1100110 1000100 1110 0 111100 11000000 110011 11010

Color Harmonies of #215866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215866

Black with #215866

Text Example


Text Example

White with #215866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #215866; }

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

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

background-color css

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

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

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

border-color css

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

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

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