Shades of Chathams Blue #22566D
Tints of Chathams Blue #22566D
RGB
CMYK
RGB Variations
Color information
#22566D (or 0x22566D) is known color: Chathams Blue. HEX triplet: 22, 56 and 6D. RGB value is (34,86,109). Sum of RGB (Red+Green+Blue) = 34+86+109=229 (30% of max value = 765). Red value is 34 (13.67% from 255 or 14.85% from 229); Green value is 86 (33.98% from 255 or 37.55% from 229); Blue value is 109 (42.97% from 255 or 47.60% from 229); Max value from RGB is 109 - color contains mainly: blue. Hex color #22566D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #22566D is #DDA992. Grayscale: #484848. Windows color (decimal): -14526867 or 7165474. OLE color: 7165474.
HSL color Cylindrical-coordinate representation of color #22566D: hue angle of 198.4º degrees, saturation: 0.52, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #22566D is Cyan = 0.69, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 34 | 86 | 109 | - |
| CMYK | 0.69 | 0.21 | 0 | 0.57 |
| HSL | 198.4º | 0.52% | 0.28% | - |
| HSV(B) | 198.4º | 0.69% | 0.43% | - |
| XYZ | 6.75 | 8.1 | 15.68 | - |
| YUV | 73.07 | 148.27 | 100.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 86 | 109 | 0.69 | 0.21 | 0 | 0.57 | 198.4 | 0.52 | 0.28 |
| Hex | 22 | 56 | 6D | 45 | 15 | 0 | 39 | C6 | 34 | 1C |
| Octal | 42 | 126 | 155 | 105 | 25 | 0 | 71 | 306 | 64 | 34 |
| Binary | 100010 | 1010110 | 1101101 | 1000101 | 10101 | 0 | 111001 | 11000110 | 110100 | 11100 |
Color Harmonies of #22566D
Complementary color
Monochromatic Colors of #22566D
Black with #22566D
Text Example
Text Example
White with #22566D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22566D; }
p { color: rgb(34,86,109); }
H1.HeaderClassName
{
color: #22566D;
}
.AnyTagClassName
{
color: #22566D;
}
</style>
background-color css
<style>
a { background-color: #22566D; }
a { background-color: rgb(34,86,109); }
div.DivClassName
{
background-color: #22566D;
}
.BgClassName
{
background-color: #22566D;
}
</style>
border-color css
<style>
span { border-color: #22566D; }
span { border-color: rgb(34,86,109); }
td.TdClassName
{
border-color: #22566D;
}
.TagClassName
{
border-color: #22566D;
}
</style>