Html Css Color HEX #215966 Chathams Blue

📋 copy color: '#215966'

red 33 ◦ green 89 ◦ blue 102

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

Shades of Chathams Blue #215966

Tints of Chathams Blue #215966

RGB

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

 GREEN value IS 89 (35.16% from 255) = 39.73%

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

R = 14.73%
G = 39.73%
B = 45.54%

CMYK

 C value IS 0.68

 M value IS 0.13

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#215966 (or 0x215966) is known color: Chathams Blue. HEX triplet: 21, 59 and 66. RGB value is (33,89,102). Sum of RGB (Red+Green+Blue) = 33+89+102=224 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.73% from 224); Green value is 89 (35.16% from 255 or 39.73% from 224); Blue value is 102 (40.23% from 255 or 45.54% from 224); Max value from RGB is 102 - color contains mainly: blue. Hex color #215966 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215966 is #DEA699. Grayscale: #494949. Windows color (decimal): -14591642 or 6707489. OLE color: 6707489.

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

Color convert

RGB 33 89 102 -
CMYK 0.68 0.13 0 0.6
HSL 191.3º 0.51% 0.26% -
HSV(B) 191.3º 0.68% 0.4% -
XYZ 6.6 8.43 13.85 -
YUV 73.74 143.95 98.94 -
System Red Green Blue C M Y K H S L
Decimal 33 89 102 0.68 0.13 0 0.6 191.3 0.51 0.26
Hex 21 59 66 44 D 0 3C BF 33 1A
Octal 41 131 146 104 15 0 74 277 63 32
Binary 100001 1011001 1100110 1000100 1101 0 111100 10111111 110011 11010

Color Harmonies of #215966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215966

Black with #215966

Text Example


Text Example

White with #215966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #215966; }

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

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

background-color css

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

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

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

border-color css

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

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

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