Shades of Blue Stone #225962
Tints of Blue Stone #225962
RGB
CMYK
RGB Variations
Color information
#225962 (or 0x225962) is known color: Blue Stone. HEX triplet: 22, 59 and 62. RGB value is (34,89,98). Sum of RGB (Red+Green+Blue) = 34+89+98=221 (29% of max value = 765). Red value is 34 (13.67% from 255 or 15.38% from 221); Green value is 89 (35.16% from 255 or 40.27% from 221); Blue value is 98 (38.67% from 255 or 44.34% from 221); Max value from RGB is 98 - color contains mainly: blue. Hex color #225962 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #225962 is #DDA69D. Grayscale: #494949. Windows color (decimal): -14526110 or 6445346. OLE color: 6445346.
HSL color Cylindrical-coordinate representation of color #225962: hue angle of 188.44º degrees, saturation: 0.48, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #225962 is Cyan = 0.65, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 34 | 89 | 98 | - |
| CMYK | 0.65 | 0.09 | 0 | 0.62 |
| HSL | 188.44º | 0.48% | 0.26% | - |
| HSV(B) | 188.44º | 0.65% | 0.38% | - |
| XYZ | 6.44 | 8.37 | 12.83 | - |
| YUV | 73.58 | 141.78 | 99.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 89 | 98 | 0.65 | 0.09 | 0 | 0.62 | 188.44 | 0.48 | 0.26 |
| Hex | 22 | 59 | 62 | 41 | 9 | 0 | 3E | BC | 30 | 1A |
| Octal | 42 | 131 | 142 | 101 | 11 | 0 | 76 | 274 | 60 | 32 |
| Binary | 100010 | 1011001 | 1100010 | 1000001 | 1001 | 0 | 111110 | 10111100 | 110000 | 11010 |
Color Harmonies of #225962
Complementary color
Monochromatic Colors of #225962
Black with #225962
Text Example
Text Example
White with #225962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #225962; }
p { color: rgb(34,89,98); }
H1.HeaderClassName
{
color: #225962;
}
.AnyTagClassName
{
color: #225962;
}
</style>
background-color css
<style>
a { background-color: #225962; }
a { background-color: rgb(34,89,98); }
div.DivClassName
{
background-color: #225962;
}
.BgClassName
{
background-color: #225962;
}
</style>
border-color css
<style>
span { border-color: #225962; }
span { border-color: rgb(34,89,98); }
td.TdClassName
{
border-color: #225962;
}
.TagClassName
{
border-color: #225962;
}
</style>