Shades of Blue Stone #225B59
Tints of Blue Stone #225B59
RGB
CMYK
RGB Variations
Color information
#225B59 (or 0x225B59) is known color: Blue Stone. HEX triplet: 22, 5B and 59. RGB value is (34,91,89). Sum of RGB (Red+Green+Blue) = 34+91+89=214 (28% of max value = 765). Red value is 34 (13.67% from 255 or 15.89% from 214); Green value is 91 (35.94% from 255 or 42.52% from 214); Blue value is 89 (35.16% from 255 or 41.59% from 214); Max value from RGB is 91 - color contains mainly: green. Hex color #225B59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #225B59 is #DDA4A6. Grayscale: #494949. Windows color (decimal): -14525607 or 5856034. OLE color: 5856034.
HSL color Cylindrical-coordinate representation of color #225B59: hue angle of 177.89º degrees, saturation: 0.46, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #225B59 is Cyan = 0.63, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 34 | 91 | 89 | - |
| CMYK | 0.63 | 0 | 0.02 | 0.64 |
| HSL | 177.89º | 0.46% | 0.25% | - |
| HSV(B) | 177.89º | 0.63% | 0.36% | - |
| XYZ | 6.2 | 8.54 | 10.77 | - |
| YUV | 73.73 | 136.62 | 99.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 91 | 89 | 0.63 | 0 | 0.02 | 0.64 | 177.89 | 0.46 | 0.25 |
| Hex | 22 | 5B | 59 | 3F | 0 | 2 | 40 | B2 | 2E | 19 |
| Octal | 42 | 133 | 131 | 77 | 0 | 2 | 100 | 262 | 56 | 31 |
| Binary | 100010 | 1011011 | 1011001 | 111111 | 0 | 10 | 1000000 | 10110010 | 101110 | 11001 |
Color Harmonies of #225B59
Complementary color
Monochromatic Colors of #225B59
Black with #225B59
Text Example
Text Example
White with #225B59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #225B59; }
p { color: rgb(34,91,89); }
H1.HeaderClassName
{
color: #225B59;
}
.AnyTagClassName
{
color: #225B59;
}
</style>
background-color css
<style>
a { background-color: #225B59; }
a { background-color: rgb(34,91,89); }
div.DivClassName
{
background-color: #225B59;
}
.BgClassName
{
background-color: #225B59;
}
</style>
border-color css
<style>
span { border-color: #225B59; }
span { border-color: rgb(34,91,89); }
td.TdClassName
{
border-color: #225B59;
}
.TagClassName
{
border-color: #225B59;
}
</style>