Shades of Chathams Blue #225D68
Tints of Chathams Blue #225D68
RGB
CMYK
RGB Variations
Color information
#225D68 (or 0x225D68) is known color: Chathams Blue. HEX triplet: 22, 5D and 68. RGB value is (34,93,104). Sum of RGB (Red+Green+Blue) = 34+93+104=231 (30% of max value = 765). Red value is 34 (13.67% from 255 or 14.72% from 231); Green value is 93 (36.72% from 255 or 40.26% from 231); Blue value is 104 (41.02% from 255 or 45.02% from 231); Max value from RGB is 104 - color contains mainly: blue. Hex color #225D68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #225D68 is #DDA297. Grayscale: #4C4C4C. Windows color (decimal): -14525080 or 6839586. OLE color: 6839586.
HSL color Cylindrical-coordinate representation of color #225D68: hue angle of 189.43º 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 #225D68 is Cyan = 0.67, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 34 | 93 | 104 | - |
| CMYK | 0.67 | 0.11 | 0 | 0.59 |
| HSL | 189.43º | 0.51% | 0.27% | - |
| HSV(B) | 189.43º | 0.67% | 0.41% | - |
| XYZ | 7.07 | 9.17 | 14.49 | - |
| YUV | 76.61 | 143.45 | 97.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 93 | 104 | 0.67 | 0.11 | 0 | 0.59 | 189.43 | 0.51 | 0.27 |
| Hex | 22 | 5D | 68 | 43 | B | 0 | 3B | BD | 33 | 1B |
| Octal | 42 | 135 | 150 | 103 | 13 | 0 | 73 | 275 | 63 | 33 |
| Binary | 100010 | 1011101 | 1101000 | 1000011 | 1011 | 0 | 111011 | 10111101 | 110011 | 11011 |
Color Harmonies of #225D68
Complementary color
Monochromatic Colors of #225D68
Black with #225D68
Text Example
Text Example
White with #225D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #225D68; }
p { color: rgb(34,93,104); }
H1.HeaderClassName
{
color: #225D68;
}
.AnyTagClassName
{
color: #225D68;
}
</style>
background-color css
<style>
a { background-color: #225D68; }
a { background-color: rgb(34,93,104); }
div.DivClassName
{
background-color: #225D68;
}
.BgClassName
{
background-color: #225D68;
}
</style>
border-color css
<style>
span { border-color: #225D68; }
span { border-color: rgb(34,93,104); }
td.TdClassName
{
border-color: #225D68;
}
.TagClassName
{
border-color: #225D68;
}
</style>