#215A66

Color #215A66 Chathams Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chathams Blue #215A66

Tints of Chathams Blue #215A66

Color information

#215A66 (or 0x215A66) is unknown color: approx 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

RGB3390102-
CMYK0.680.1200.6
HSL190.43º51.11%26.47%-
HSV(B)190.43º67.65%40%-
XYZ6.688.5913.88-
YUV74.32143.6298.52-

RGB Variations

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

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 (Cyan) values IS 0.68
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal33901020.680.1200.6190.4351.1126.47
Hex215A6644C03Cbe331a
Octal41132146104140742766332
Binary100001101101011001101000100110001111001011111011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215A66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>