Shades of Chathams Blue #225666
Tints of Chathams Blue #225666
RGB
CMYK
RGB Variations
Color information
#225666 (or 0x225666) is known color: Chathams Blue. HEX triplet: 22, 56 and 66. RGB value is (34,86,102). Sum of RGB (Red+Green+Blue) = 34+86+102=222 (29% of max value = 765). Red value is 34 (13.67% from 255 or 15.32% from 222); Green value is 86 (33.98% from 255 or 38.74% from 222); Blue value is 102 (40.23% from 255 or 45.95% from 222); Max value from RGB is 102 - color contains mainly: blue. Hex color #225666 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #225666 is #DDA999. Grayscale: #484848. Windows color (decimal): -14526874 or 6706722. OLE color: 6706722.
HSL color Cylindrical-coordinate representation of color #225666: hue angle of 194.12º 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 #225666 is Cyan = 0.67, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 34 | 86 | 102 | - |
| CMYK | 0.67 | 0.16 | 0 | 0.6 |
| HSL | 194.12º | 0.5% | 0.27% | - |
| HSV(B) | 194.12º | 0.67% | 0.4% | - |
| XYZ | 6.39 | 7.95 | 13.77 | - |
| YUV | 72.28 | 144.77 | 100.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 86 | 102 | 0.67 | 0.16 | 0 | 0.6 | 194.12 | 0.5 | 0.27 |
| Hex | 22 | 56 | 66 | 43 | 10 | 0 | 3C | C2 | 32 | 1B |
| Octal | 42 | 126 | 146 | 103 | 20 | 0 | 74 | 302 | 62 | 33 |
| Binary | 100010 | 1010110 | 1100110 | 1000011 | 10000 | 0 | 111100 | 11000010 | 110010 | 11011 |
Color Harmonies of #225666
Complementary color
Monochromatic Colors of #225666
Black with #225666
Text Example
Text Example
White with #225666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #225666; }
p { color: rgb(34,86,102); }
H1.HeaderClassName
{
color: #225666;
}
.AnyTagClassName
{
color: #225666;
}
</style>
background-color css
<style>
a { background-color: #225666; }
a { background-color: rgb(34,86,102); }
div.DivClassName
{
background-color: #225666;
}
.BgClassName
{
background-color: #225666;
}
</style>
border-color css
<style>
span { border-color: #225666; }
span { border-color: rgb(34,86,102); }
td.TdClassName
{
border-color: #225666;
}
.TagClassName
{
border-color: #225666;
}
</style>