Shades of Chathams Blue #22516F
Tints of Chathams Blue #22516F
RGB
CMYK
RGB Variations
Color information
#22516F (or 0x22516F) is known color: Chathams Blue. HEX triplet: 22, 51 and 6F. RGB value is (34,81,111). Sum of RGB (Red+Green+Blue) = 34+81+111=226 (29% of max value = 765). Red value is 34 (13.67% from 255 or 15.04% from 226); Green value is 81 (32.03% from 255 or 35.84% from 226); Blue value is 111 (43.75% from 255 or 49.12% from 226); Max value from RGB is 111 - color contains mainly: blue. Hex color #22516F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #22516F is #DDAE90. Grayscale: #464646. Windows color (decimal): -14528145 or 7295266. OLE color: 7295266.
HSL color Cylindrical-coordinate representation of color #22516F: hue angle of 203.38º degrees, saturation: 0.53, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #22516F is Cyan = 0.69, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 34 | 81 | 111 | - |
| CMYK | 0.69 | 0.27 | 0 | 0.56 |
| HSL | 203.38º | 0.53% | 0.28% | - |
| HSV(B) | 203.38º | 0.69% | 0.44% | - |
| XYZ | 6.47 | 7.37 | 16.12 | - |
| YUV | 70.37 | 150.93 | 102.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 81 | 111 | 0.69 | 0.27 | 0 | 0.56 | 203.38 | 0.53 | 0.28 |
| Hex | 22 | 51 | 6F | 45 | 1B | 0 | 38 | CB | 35 | 1C |
| Octal | 42 | 121 | 157 | 105 | 33 | 0 | 70 | 313 | 65 | 34 |
| Binary | 100010 | 1010001 | 1101111 | 1000101 | 11011 | 0 | 111000 | 11001011 | 110101 | 11100 |
Color Harmonies of #22516F
Complementary color
Monochromatic Colors of #22516F
Black with #22516F
Text Example
Text Example
White with #22516F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22516F; }
p { color: rgb(34,81,111); }
H1.HeaderClassName
{
color: #22516F;
}
.AnyTagClassName
{
color: #22516F;
}
</style>
background-color css
<style>
a { background-color: #22516F; }
a { background-color: rgb(34,81,111); }
div.DivClassName
{
background-color: #22516F;
}
.BgClassName
{
background-color: #22516F;
}
</style>
border-color css
<style>
span { border-color: #22516F; }
span { border-color: rgb(34,81,111); }
td.TdClassName
{
border-color: #22516F;
}
.TagClassName
{
border-color: #22516F;
}
</style>