Shades of Chathams Blue #225B66
Tints of Chathams Blue #225B66
RGB
CMYK
RGB Variations
Color information
#225B66 (or 0x225B66) is known color: Chathams Blue. HEX triplet: 22, 5B and 66. RGB value is (34,91,102). Sum of RGB (Red+Green+Blue) = 34+91+102=227 (30% of max value = 765). Red value is 34 (13.67% from 255 or 14.98% from 227); Green value is 91 (35.94% from 255 or 40.09% from 227); Blue value is 102 (40.23% from 255 or 44.93% from 227); Max value from RGB is 102 - color contains mainly: blue. Hex color #225B66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #225B66 is #DDA499. Grayscale: #4B4B4B. Windows color (decimal): -14525594 or 6708002. OLE color: 6708002.
HSL color Cylindrical-coordinate representation of color #225B66: hue angle of 189.71º 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 #225B66 is Cyan = 0.67, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 34 | 91 | 102 | - |
| CMYK | 0.67 | 0.11 | 0 | 0.6 |
| HSL | 189.71º | 0.5% | 0.27% | - |
| HSV(B) | 189.71º | 0.67% | 0.4% | - |
| XYZ | 6.8 | 8.78 | 13.91 | - |
| YUV | 75.21 | 143.12 | 98.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 91 | 102 | 0.67 | 0.11 | 0 | 0.6 | 189.71 | 0.5 | 0.27 |
| Hex | 22 | 5B | 66 | 43 | B | 0 | 3C | BE | 32 | 1B |
| Octal | 42 | 133 | 146 | 103 | 13 | 0 | 74 | 276 | 62 | 33 |
| Binary | 100010 | 1011011 | 1100110 | 1000011 | 1011 | 0 | 111100 | 10111110 | 110010 | 11011 |
Color Harmonies of #225B66
Complementary color
Monochromatic Colors of #225B66
Black with #225B66
Text Example
Text Example
White with #225B66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #225B66; }
p { color: rgb(34,91,102); }
H1.HeaderClassName
{
color: #225B66;
}
.AnyTagClassName
{
color: #225B66;
}
</style>
background-color css
<style>
a { background-color: #225B66; }
a { background-color: rgb(34,91,102); }
div.DivClassName
{
background-color: #225B66;
}
.BgClassName
{
background-color: #225B66;
}
</style>
border-color css
<style>
span { border-color: #225B66; }
span { border-color: rgb(34,91,102); }
td.TdClassName
{
border-color: #225B66;
}
.TagClassName
{
border-color: #225B66;
}
</style>