Shades of Chathams Blue #225E69
Tints of Chathams Blue #225E69
RGB
CMYK
RGB Variations
Color information
#225E69 (or 0x225E69) is known color: Chathams Blue. HEX triplet: 22, 5E and 69. RGB value is (34,94,105). Sum of RGB (Red+Green+Blue) = 34+94+105=233 (30% of max value = 765). Red value is 34 (13.67% from 255 or 14.59% from 233); Green value is 94 (37.11% from 255 or 40.34% from 233); Blue value is 105 (41.41% from 255 or 45.06% from 233); Max value from RGB is 105 - color contains mainly: blue. Hex color #225E69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #225E69 is #DDA196. Grayscale: #4D4D4D. Windows color (decimal): -14524823 or 6905378. OLE color: 6905378.
HSL color Cylindrical-coordinate representation of color #225E69: hue angle of 189.3º degrees, saturation: 0.51, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #225E69 is Cyan = 0.68, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 34 | 94 | 105 | - |
| CMYK | 0.68 | 0.10 | 0 | 0.59 |
| HSL | 189.3º | 0.51% | 0.27% | - |
| HSV(B) | 189.3º | 0.68% | 0.41% | - |
| XYZ | 7.21 | 9.37 | 14.79 | - |
| YUV | 77.31 | 143.62 | 97.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 94 | 105 | 0.68 | 0.10 | 0 | 0.59 | 189.3 | 0.51 | 0.27 |
| Hex | 22 | 5E | 69 | 44 | A | 0 | 3B | BD | 33 | 1B |
| Octal | 42 | 136 | 151 | 104 | 12 | 0 | 73 | 275 | 63 | 33 |
| Binary | 100010 | 1011110 | 1101001 | 1000100 | 1010 | 0 | 111011 | 10111101 | 110011 | 11011 |
Color Harmonies of #225E69
Complementary color
Monochromatic Colors of #225E69
Black with #225E69
Text Example
Text Example
White with #225E69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #225E69; }
p { color: rgb(34,94,105); }
H1.HeaderClassName
{
color: #225E69;
}
.AnyTagClassName
{
color: #225E69;
}
</style>
background-color css
<style>
a { background-color: #225E69; }
a { background-color: rgb(34,94,105); }
div.DivClassName
{
background-color: #225E69;
}
.BgClassName
{
background-color: #225E69;
}
</style>
border-color css
<style>
span { border-color: #225E69; }
span { border-color: rgb(34,94,105); }
td.TdClassName
{
border-color: #225E69;
}
.TagClassName
{
border-color: #225E69;
}
</style>