#21516D

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

Shades of Chathams Blue #21516D

Tints of Chathams Blue #21516D

Color information

#21516D (or 0x21516D) is unknown color: approx Chathams Blue. HEX triplet: 21, 51 and 6D. RGB value is (33,81,109). Sum of RGB (Red+Green+Blue) = 33+81+109=223 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.80% from 223); Green value is 81 (32.03% from 255 or 36.32% from 223); Blue value is 109 (42.97% from 255 or 48.88% from 223); Max value from RGB is 109 - color contains mainly: blue. Hex color #21516D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21516D is #DEAE92. Grayscale: #454545. Windows color (decimal): -14593683 or 7164193. OLE color: 7164193.

HSL color Cylindrical-coordinate representation of color #21516D: hue angle of 202.11º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #21516D is Cyan = 0.70, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB3381109-
CMYK0.700.2600.57
HSL202.11º53.52%27.84%-
HSV(B)202.11º69.72%42.75%-
XYZ6.337.3115.55-
YUV69.84150.1101.72-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.80%
GREEN value IS 81 (32.03% from 255) = 36.32%
BLUE value IS 109 (42.97% from 255) = 48.88%
R=14.80%
G=36.32%
B=48.88%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal33811090.700.2600.57202.1153.5227.84
Hex21516D461A039ca361c
Octal41121155106320713126634
Binary1000011010001110110110001101101001110011100101011011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21516D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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