Shades of Chathams Blue #225968
Tints of Chathams Blue #225968
RGB
CMYK
RGB Variations
Color information
#225968 (or 0x225968) is known color: Chathams Blue. HEX triplet: 22, 59 and 68. RGB value is (34,89,104). Sum of RGB (Red+Green+Blue) = 34+89+104=227 (30% of max value = 765). Red value is 34 (13.67% from 255 or 14.98% from 227); Green value is 89 (35.16% from 255 or 39.21% from 227); Blue value is 104 (41.02% from 255 or 45.81% from 227); Max value from RGB is 104 - color contains mainly: blue. Hex color #225968 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #225968 is #DDA697. Grayscale: #4A4A4A. Windows color (decimal): -14526104 or 6838562. OLE color: 6838562.
HSL color Cylindrical-coordinate representation of color #225968: hue angle of 192.86º degrees, saturation: 0.51, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #225968 is Cyan = 0.67, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 34 | 89 | 104 | - |
| CMYK | 0.67 | 0.14 | 0 | 0.59 |
| HSL | 192.86º | 0.51% | 0.27% | - |
| HSV(B) | 192.86º | 0.67% | 0.41% | - |
| XYZ | 6.73 | 8.48 | 14.38 | - |
| YUV | 74.27 | 144.78 | 99.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 89 | 104 | 0.67 | 0.14 | 0 | 0.59 | 192.86 | 0.51 | 0.27 |
| Hex | 22 | 59 | 68 | 43 | E | 0 | 3B | C1 | 33 | 1B |
| Octal | 42 | 131 | 150 | 103 | 16 | 0 | 73 | 301 | 63 | 33 |
| Binary | 100010 | 1011001 | 1101000 | 1000011 | 1110 | 0 | 111011 | 11000001 | 110011 | 11011 |
Color Harmonies of #225968
Complementary color
Monochromatic Colors of #225968
Black with #225968
Text Example
Text Example
White with #225968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #225968; }
p { color: rgb(34,89,104); }
H1.HeaderClassName
{
color: #225968;
}
.AnyTagClassName
{
color: #225968;
}
</style>
background-color css
<style>
a { background-color: #225968; }
a { background-color: rgb(34,89,104); }
div.DivClassName
{
background-color: #225968;
}
.BgClassName
{
background-color: #225968;
}
</style>
border-color css
<style>
span { border-color: #225968; }
span { border-color: rgb(34,89,104); }
td.TdClassName
{
border-color: #225968;
}
.TagClassName
{
border-color: #225968;
}
</style>