Shades of Chathams Blue #215567
Tints of Chathams Blue #215567
RGB
CMYK
RGB Variations
Color information
#215567 (or 0x215567) is known color: Chathams Blue. HEX triplet: 21, 55 and 67. RGB value is (33,85,103). Sum of RGB (Red+Green+Blue) = 33+85+103=221 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.93% from 221); Green value is 85 (33.59% from 255 or 38.46% from 221); Blue value is 103 (40.62% from 255 or 46.61% from 221); Max value from RGB is 103 - color contains mainly: blue. Hex color #215567 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215567 is #DEAA98. Grayscale: #474747. Windows color (decimal): -14592665 or 6772001. OLE color: 6772001.
HSL color Cylindrical-coordinate representation of color #215567: hue angle of 195.43º degrees, saturation: 0.51, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #215567 is Cyan = 0.68, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 33 | 85 | 103 | - |
| CMYK | 0.68 | 0.17 | 0 | 0.60 |
| HSL | 195.43º | 0.51% | 0.27% | - |
| HSV(B) | 195.43º | 0.68% | 0.4% | - |
| XYZ | 6.32 | 7.8 | 14 | - |
| YUV | 71.5 | 145.77 | 100.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 85 | 103 | 0.68 | 0.17 | 0 | 0.60 | 195.43 | 0.51 | 0.27 |
| Hex | 21 | 55 | 67 | 44 | 11 | 0 | 3C | C3 | 33 | 1B |
| Octal | 41 | 125 | 147 | 104 | 21 | 0 | 74 | 303 | 63 | 33 |
| Binary | 100001 | 1010101 | 1100111 | 1000100 | 10001 | 0 | 111100 | 11000011 | 110011 | 11011 |
Color Harmonies of #215567
Complementary color
Monochromatic Colors of #215567
Black with #215567
Text Example
Text Example
White with #215567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215567; }
p { color: rgb(33,85,103); }
H1.HeaderClassName
{
color: #215567;
}
.AnyTagClassName
{
color: #215567;
}
</style>
background-color css
<style>
a { background-color: #215567; }
a { background-color: rgb(33,85,103); }
div.DivClassName
{
background-color: #215567;
}
.BgClassName
{
background-color: #215567;
}
</style>
border-color css
<style>
span { border-color: #215567; }
span { border-color: rgb(33,85,103); }
td.TdClassName
{
border-color: #215567;
}
.TagClassName
{
border-color: #215567;
}
</style>