#21526D

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

Shades of Chathams Blue #21526D

Tints of Chathams Blue #21526D

Color information

#21526D (or 0x21526D) is unknown color: approx Chathams Blue. HEX triplet: 21, 52 and 6D. RGB value is (33,82,109). Sum of RGB (Red+Green+Blue) = 33+82+109=224 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.73% from 224); Green value is 82 (32.42% from 255 or 36.61% from 224); Blue value is 109 (42.97% from 255 or 48.66% from 224); Max value from RGB is 109 - color contains mainly: blue. Hex color #21526D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21526D is #DEAD92. Grayscale: #464646. Windows color (decimal): -14593427 or 7164449. OLE color: 7164449.

HSL color Cylindrical-coordinate representation of color #21526D: hue angle of 201.32º 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 #21526D is Cyan = 0.70, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB3382109-
CMYK0.700.2500.57
HSL201.32º53.52%27.84%-
HSV(B)201.32º69.72%42.75%-
XYZ6.47.4615.57-
YUV70.43149.77101.3-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.73%
GREEN value IS 82 (32.42% from 255) = 36.61%
BLUE value IS 109 (42.97% from 255) = 48.66%
R=14.73%
G=36.61%
B=48.66%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal33821090.700.2500.57201.3253.5227.84
Hex21526D4619039c9361c
Octal41122155106310713116634
Binary1000011010010110110110001101100101110011100100111011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21526D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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