#21516A

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

Shades of Chathams Blue #21516A

Tints of Chathams Blue #21516A

Color information

#21516A (or 0x21516A) is unknown color: approx Chathams Blue. HEX triplet: 21, 51 and 6A. RGB value is (33,81,106). Sum of RGB (Red+Green+Blue) = 33+81+106=220 (29% of max value = 765). Red value is 33 (13.28% from 255 or 15% from 220); Green value is 81 (32.03% from 255 or 36.82% from 220); Blue value is 106 (41.80% from 255 or 48.18% from 220); Max value from RGB is 106 - color contains mainly: blue. Hex color #21516A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21516A is #DEAE95. Grayscale: #454545. Windows color (decimal): -14593686 or 6967585. OLE color: 6967585.

HSL color Cylindrical-coordinate representation of color #21516A: hue angle of 200.55º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #21516A is Cyan = 0.69, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB3381106-
CMYK0.690.2400.58
HSL200.55º52.52%27.25%-
HSV(B)200.55º68.87%41.57%-
XYZ6.177.2514.71-
YUV69.5148.6101.97-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 15%
GREEN value IS 81 (32.03% from 255) = 36.82%
BLUE value IS 106 (41.80% from 255) = 48.18%
R=15%
G=36.82%
B=48.18%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal33811060.690.2400.58200.5552.5227.25
Hex21516A451803Ac9351b
Octal41121152105300723116533
Binary1000011010001110101010001011100001110101100100111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21516A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21516A; }

 p { color: rgb(33,81,106); }

 H1.HeaderClassName
 {
   color: #21516A;
 }
 .AnyTagClassName
 {
   color: #21516A;
 }
</style>
background-color css

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

 a { background-color: rgb(33,81,106); }

 div.DivClassName
 {
   background-color: #21516A;
 }
 .BgClassName
 {
   background-color: #21516A;
 }
</style>
border-color css

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

 span { border-color: rgb(33,81,106); }

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