Shades of Chathams Blue #225A66
Tints of Chathams Blue #225A66
RGB
CMYK
RGB Variations
Color information
#225A66 (or 0x225A66) is known color: Chathams Blue. HEX triplet: 22, 5A and 66. RGB value is (34,90,102). Sum of RGB (Red+Green+Blue) = 34+90+102=226 (29% of max value = 765). Red value is 34 (13.67% from 255 or 15.04% from 226); Green value is 90 (35.55% from 255 or 39.82% from 226); Blue value is 102 (40.23% from 255 or 45.13% from 226); Max value from RGB is 102 - color contains mainly: blue. Hex color #225A66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #225A66 is #DDA599. Grayscale: #4A4A4A. Windows color (decimal): -14525850 or 6707746. OLE color: 6707746.
HSL color Cylindrical-coordinate representation of color #225A66: hue angle of 190.59º 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 #225A66 is Cyan = 0.67, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 34 | 90 | 102 | - |
| CMYK | 0.67 | 0.12 | 0 | 0.6 |
| HSL | 190.59º | 0.5% | 0.27% | - |
| HSV(B) | 190.59º | 0.67% | 0.4% | - |
| XYZ | 6.71 | 8.61 | 13.88 | - |
| YUV | 74.62 | 143.45 | 99.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 90 | 102 | 0.67 | 0.12 | 0 | 0.6 | 190.59 | 0.5 | 0.27 |
| Hex | 22 | 5A | 66 | 43 | C | 0 | 3C | BF | 32 | 1B |
| Octal | 42 | 132 | 146 | 103 | 14 | 0 | 74 | 277 | 62 | 33 |
| Binary | 100010 | 1011010 | 1100110 | 1000011 | 1100 | 0 | 111100 | 10111111 | 110010 | 11011 |
Color Harmonies of #225A66
Complementary color
Monochromatic Colors of #225A66
Black with #225A66
Text Example
Text Example
White with #225A66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #225A66; }
p { color: rgb(34,90,102); }
H1.HeaderClassName
{
color: #225A66;
}
.AnyTagClassName
{
color: #225A66;
}
</style>
background-color css
<style>
a { background-color: #225A66; }
a { background-color: rgb(34,90,102); }
div.DivClassName
{
background-color: #225A66;
}
.BgClassName
{
background-color: #225A66;
}
</style>
border-color css
<style>
span { border-color: #225A66; }
span { border-color: rgb(34,90,102); }
td.TdClassName
{
border-color: #225A66;
}
.TagClassName
{
border-color: #225A66;
}
</style>