Shades of Chathams Blue #22516C
Tints of Chathams Blue #22516C
RGB
CMYK
RGB Variations
Color information
#22516C (or 0x22516C) is known color: Chathams Blue. HEX triplet: 22, 51 and 6C. RGB value is (34,81,108). Sum of RGB (Red+Green+Blue) = 34+81+108=223 (29% of max value = 765). Red value is 34 (13.67% from 255 or 15.25% from 223); Green value is 81 (32.03% from 255 or 36.32% from 223); Blue value is 108 (42.58% from 255 or 48.43% from 223); Max value from RGB is 108 - color contains mainly: blue. Hex color #22516C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #22516C is #DDAE93. Grayscale: #454545. Windows color (decimal): -14528148 or 7098658. OLE color: 7098658.
HSL color Cylindrical-coordinate representation of color #22516C: hue angle of 201.89º degrees, saturation: 0.52, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #22516C is Cyan = 0.69, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 34 | 81 | 108 | - |
| CMYK | 0.69 | 0.25 | 0 | 0.58 |
| HSL | 201.89º | 0.52% | 0.28% | - |
| HSV(B) | 201.89º | 0.69% | 0.42% | - |
| XYZ | 6.31 | 7.31 | 15.27 | - |
| YUV | 70.03 | 149.43 | 102.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 81 | 108 | 0.69 | 0.25 | 0 | 0.58 | 201.89 | 0.52 | 0.28 |
| Hex | 22 | 51 | 6C | 45 | 19 | 0 | 3A | CA | 34 | 1C |
| Octal | 42 | 121 | 154 | 105 | 31 | 0 | 72 | 312 | 64 | 34 |
| Binary | 100010 | 1010001 | 1101100 | 1000101 | 11001 | 0 | 111010 | 11001010 | 110100 | 11100 |
Color Harmonies of #22516C
Complementary color
Monochromatic Colors of #22516C
Black with #22516C
Text Example
Text Example
White with #22516C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22516C; }
p { color: rgb(34,81,108); }
H1.HeaderClassName
{
color: #22516C;
}
.AnyTagClassName
{
color: #22516C;
}
</style>
background-color css
<style>
a { background-color: #22516C; }
a { background-color: rgb(34,81,108); }
div.DivClassName
{
background-color: #22516C;
}
.BgClassName
{
background-color: #22516C;
}
</style>
border-color css
<style>
span { border-color: #22516C; }
span { border-color: rgb(34,81,108); }
td.TdClassName
{
border-color: #22516C;
}
.TagClassName
{
border-color: #22516C;
}
</style>