Shades of Chathams Blue #21556B
Tints of Chathams Blue #21556B
RGB
CMYK
RGB Variations
Color information
#21556B (or 0x21556B) is known color: Chathams Blue. HEX triplet: 21, 55 and 6B. RGB value is (33,85,107). Sum of RGB (Red+Green+Blue) = 33+85+107=225 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.67% from 225); Green value is 85 (33.59% from 255 or 37.78% from 225); Blue value is 107 (42.19% from 255 or 47.56% from 225); Max value from RGB is 107 - color contains mainly: blue. Hex color #21556B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21556B is #DEAA94. Grayscale: #474747. Windows color (decimal): -14592661 or 7034145. OLE color: 7034145.
HSL color Cylindrical-coordinate representation of color #21556B: hue angle of 197.84º 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 #21556B is Cyan = 0.69, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 33 | 85 | 107 | - |
| CMYK | 0.69 | 0.21 | 0 | 0.58 |
| HSL | 197.84º | 0.53% | 0.27% | - |
| HSV(B) | 197.84º | 0.69% | 0.42% | - |
| XYZ | 6.53 | 7.88 | 15.09 | - |
| YUV | 71.96 | 147.77 | 100.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 85 | 107 | 0.69 | 0.21 | 0 | 0.58 | 197.84 | 0.53 | 0.27 |
| Hex | 21 | 55 | 6B | 45 | 15 | 0 | 3A | C6 | 35 | 1B |
| Octal | 41 | 125 | 153 | 105 | 25 | 0 | 72 | 306 | 65 | 33 |
| Binary | 100001 | 1010101 | 1101011 | 1000101 | 10101 | 0 | 111010 | 11000110 | 110101 | 11011 |
Color Harmonies of #21556B
Complementary color
Monochromatic Colors of #21556B
Black with #21556B
Text Example
Text Example
White with #21556B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21556B; }
p { color: rgb(33,85,107); }
H1.HeaderClassName
{
color: #21556B;
}
.AnyTagClassName
{
color: #21556B;
}
</style>
background-color css
<style>
a { background-color: #21556B; }
a { background-color: rgb(33,85,107); }
div.DivClassName
{
background-color: #21556B;
}
.BgClassName
{
background-color: #21556B;
}
</style>
border-color css
<style>
span { border-color: #21556B; }
span { border-color: rgb(33,85,107); }
td.TdClassName
{
border-color: #21556B;
}
.TagClassName
{
border-color: #21556B;
}
</style>