#21536B

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

Shades of Chathams Blue #21536B

Tints of Chathams Blue #21536B

Color information

#21536B (or 0x21536B) is unknown color: approx Chathams Blue. HEX triplet: 21, 53 and 6B. RGB value is (33,83,107). Sum of RGB (Red+Green+Blue) = 33+83+107=223 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.80% from 223); Green value is 83 (32.81% from 255 or 37.22% from 223); Blue value is 107 (42.19% from 255 or 47.98% from 223); Max value from RGB is 107 - color contains mainly: blue. Hex color #21536B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21536B is #DEAC94. Grayscale: #464646. Windows color (decimal): -14593173 or 7033633. OLE color: 7033633.

HSL color Cylindrical-coordinate representation of color #21536B: hue angle of 199.46º 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 #21536B is Cyan = 0.69, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB3383107-
CMYK0.690.2200.58
HSL199.46º52.86%27.45%-
HSV(B)199.46º69.16%41.96%-
XYZ6.377.5715.04-
YUV70.79148.44101.05-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.80%
GREEN value IS 83 (32.81% from 255) = 37.22%
BLUE value IS 107 (42.19% from 255) = 47.98%
R=14.80%
G=37.22%
B=47.98%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal33831070.690.2200.58199.4652.8627.45
Hex21536B451603Ac7351b
Octal41123153105260723076533
Binary1000011010011110101110001011011001110101100011111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21536B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21536B; }

 p { color: rgb(33,83,107); }

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

<style>
 a { background-color: #21536B; }

 a { background-color: rgb(33,83,107); }

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

<style>
 span { border-color: #21536B; }

 span { border-color: rgb(33,83,107); }

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