Shades of Chathams Blue #225966
Tints of Chathams Blue #225966
RGB
CMYK
RGB Variations
Color information
#225966 (or 0x225966) is known color: Chathams Blue. HEX triplet: 22, 59 and 66. RGB value is (34,89,102). Sum of RGB (Red+Green+Blue) = 34+89+102=225 (29% of max value = 765). Red value is 34 (13.67% from 255 or 15.11% from 225); Green value is 89 (35.16% from 255 or 39.56% from 225); Blue value is 102 (40.23% from 255 or 45.33% from 225); Max value from RGB is 102 - color contains mainly: blue. Hex color #225966 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #225966 is #DDA699. Grayscale: #494949. Windows color (decimal): -14526106 or 6707490. OLE color: 6707490.
HSL color Cylindrical-coordinate representation of color #225966: hue angle of 191.47º degrees, saturation: 0.5, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #225966 is Cyan = 0.67, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 34 | 89 | 102 | - |
| CMYK | 0.67 | 0.13 | 0 | 0.6 |
| HSL | 191.47º | 0.5% | 0.27% | - |
| HSV(B) | 191.47º | 0.67% | 0.4% | - |
| XYZ | 6.63 | 8.44 | 13.85 | - |
| YUV | 74.04 | 143.78 | 99.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 89 | 102 | 0.67 | 0.13 | 0 | 0.6 | 191.47 | 0.5 | 0.27 |
| Hex | 22 | 59 | 66 | 43 | D | 0 | 3C | BF | 32 | 1B |
| Octal | 42 | 131 | 146 | 103 | 15 | 0 | 74 | 277 | 62 | 33 |
| Binary | 100010 | 1011001 | 1100110 | 1000011 | 1101 | 0 | 111100 | 10111111 | 110010 | 11011 |
Color Harmonies of #225966
Complementary color
Monochromatic Colors of #225966
Black with #225966
Text Example
Text Example
White with #225966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #225966; }
p { color: rgb(34,89,102); }
H1.HeaderClassName
{
color: #225966;
}
.AnyTagClassName
{
color: #225966;
}
</style>
background-color css
<style>
a { background-color: #225966; }
a { background-color: rgb(34,89,102); }
div.DivClassName
{
background-color: #225966;
}
.BgClassName
{
background-color: #225966;
}
</style>
border-color css
<style>
span { border-color: #225966; }
span { border-color: rgb(34,89,102); }
td.TdClassName
{
border-color: #225966;
}
.TagClassName
{
border-color: #225966;
}
</style>