Html Css Color HEX #215A66 Chathams Blue

📋 copy color: '#215A66'

red 33 ◦ green 90 ◦ blue 102

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

Shades of Chathams Blue #215A66

Tints of Chathams Blue #215A66

RGB

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

 GREEN value IS 90 (35.55% from 255) = 40%

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

R = 14.67%
G = 40%
B = 45.33%

CMYK

 C value IS 0.68

 M value IS 0.12

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#215A66 (or 0x215A66) is known color: Chathams Blue. HEX triplet: 21, 5A and 66. RGB value is (33,90,102). Sum of RGB (Red+Green+Blue) = 33+90+102=225 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.67% from 225); Green value is 90 (35.55% from 255 or 40% from 225); Blue value is 102 (40.23% from 255 or 45.33% from 225); Max value from RGB is 102 - color contains mainly: blue. Hex color #215A66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215A66 is #DEA599. Grayscale: #4A4A4A. Windows color (decimal): -14591386 or 6707745. OLE color: 6707745.

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

Color convert

RGB 33 90 102 -
CMYK 0.68 0.12 0 0.6
HSL 190.43º 0.51% 0.26% -
HSV(B) 190.43º 0.68% 0.4% -
XYZ 6.68 8.59 13.88 -
YUV 74.33 143.62 98.52 -
System Red Green Blue C M Y K H S L
Decimal 33 90 102 0.68 0.12 0 0.6 190.43 0.51 0.26
Hex 21 5A 66 44 C 0 3C BE 33 1A
Octal 41 132 146 104 14 0 74 276 63 32
Binary 100001 1011010 1100110 1000100 1100 0 111100 10111110 110011 11010

Color Harmonies of #215A66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215A66

Black with #215A66

Text Example


Text Example

White with #215A66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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