Html Css Color HEX #215B66 Chathams Blue

📋 copy color: '#215B66'

red 33 ◦ green 91 ◦ blue 102

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

Shades of Chathams Blue #215B66

Tints of Chathams Blue #215B66

RGB

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

 GREEN value IS 91 (35.94% from 255) = 40.27%

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

R = 14.6%
G = 40.27%
B = 45.13%

CMYK

 C value IS 0.68

 M value IS 0.11

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#215B66 (or 0x215B66) is known color: Chathams Blue. HEX triplet: 21, 5B and 66. RGB value is (33,91,102). Sum of RGB (Red+Green+Blue) = 33+91+102=226 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.60% from 226); Green value is 91 (35.94% from 255 or 40.27% from 226); Blue value is 102 (40.23% from 255 or 45.13% from 226); Max value from RGB is 102 - color contains mainly: blue. Hex color #215B66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215B66 is #DEA499. Grayscale: #4A4A4A. Windows color (decimal): -14591130 or 6708001. OLE color: 6708001.

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

Color convert

RGB 33 91 102 -
CMYK 0.68 0.11 0 0.6
HSL 189.57º 0.51% 0.26% -
HSV(B) 189.57º 0.68% 0.4% -
XYZ 6.77 8.76 13.91 -
YUV 74.91 143.28 98.11 -
System Red Green Blue C M Y K H S L
Decimal 33 91 102 0.68 0.11 0 0.6 189.57 0.51 0.26
Hex 21 5B 66 44 B 0 3C BE 33 1A
Octal 41 133 146 104 13 0 74 276 63 32
Binary 100001 1011011 1100110 1000100 1011 0 111100 10111110 110011 11010

Color Harmonies of #215B66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215B66

Black with #215B66

Text Example


Text Example

White with #215B66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #215B66; }

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

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

background-color css

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

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

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

border-color css

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

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

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