Shades of Chathams Blue #21536D
Tints of Chathams Blue #21536D
RGB
CMYK
RGB Variations
Color information
#21536D (or 0x21536D) is known color: Chathams Blue. HEX triplet: 21, 53 and 6D. RGB value is (33,83,109). Sum of RGB (Red+Green+Blue) = 33+83+109=225 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.67% from 225); Green value is 83 (32.81% from 255 or 36.89% from 225); Blue value is 109 (42.97% from 255 or 48.44% from 225); Max value from RGB is 109 - color contains mainly: blue. Hex color #21536D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21536D is #DEAC92. Grayscale: #464646. Windows color (decimal): -14593171 or 7164705. OLE color: 7164705.
HSL color Cylindrical-coordinate representation of color #21536D: hue angle of 200.53º 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 #21536D is Cyan = 0.70, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 33 | 83 | 109 | - |
| CMYK | 0.70 | 0.24 | 0 | 0.57 |
| HSL | 200.53º | 0.54% | 0.28% | - |
| HSV(B) | 200.53º | 0.7% | 0.43% | - |
| XYZ | 6.48 | 7.61 | 15.6 | - |
| YUV | 71.01 | 149.44 | 100.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 83 | 109 | 0.70 | 0.24 | 0 | 0.57 | 200.53 | 0.54 | 0.28 |
| Hex | 21 | 53 | 6D | 46 | 18 | 0 | 39 | C9 | 36 | 1C |
| Octal | 41 | 123 | 155 | 106 | 30 | 0 | 71 | 311 | 66 | 34 |
| Binary | 100001 | 1010011 | 1101101 | 1000110 | 11000 | 0 | 111001 | 11001001 | 110110 | 11100 |
Color Harmonies of #21536D
Complementary color
Monochromatic Colors of #21536D
Black with #21536D
Text Example
Text Example
White with #21536D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21536D; }
p { color: rgb(33,83,109); }
H1.HeaderClassName
{
color: #21536D;
}
.AnyTagClassName
{
color: #21536D;
}
</style>
background-color css
<style>
a { background-color: #21536D; }
a { background-color: rgb(33,83,109); }
div.DivClassName
{
background-color: #21536D;
}
.BgClassName
{
background-color: #21536D;
}
</style>
border-color css
<style>
span { border-color: #21536D; }
span { border-color: rgb(33,83,109); }
td.TdClassName
{
border-color: #21536D;
}
.TagClassName
{
border-color: #21536D;
}
</style>