Shades of Blue Stone #225A60
Tints of Blue Stone #225A60
RGB
CMYK
RGB Variations
Color information
#225A60 (or 0x225A60) is known color: Blue Stone. HEX triplet: 22, 5A and 60. RGB value is (34,90,96). Sum of RGB (Red+Green+Blue) = 34+90+96=220 (29% of max value = 765). Red value is 34 (13.67% from 255 or 15.45% from 220); Green value is 90 (35.55% from 255 or 40.91% from 220); Blue value is 96 (37.89% from 255 or 43.64% from 220); Max value from RGB is 96 - color contains mainly: blue. Hex color #225A60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #225A60 is #DDA59F. Grayscale: #494949. Windows color (decimal): -14525856 or 6314530. OLE color: 6314530.
HSL color Cylindrical-coordinate representation of color #225A60: hue angle of 185.81º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #225A60 is Cyan = 0.65, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 34 | 90 | 96 | - |
| CMYK | 0.65 | 0.06 | 0 | 0.62 |
| HSL | 185.81º | 0.48% | 0.25% | - |
| HSV(B) | 185.81º | 0.65% | 0.38% | - |
| XYZ | 6.43 | 8.5 | 12.37 | - |
| YUV | 73.94 | 140.45 | 99.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 90 | 96 | 0.65 | 0.06 | 0 | 0.62 | 185.81 | 0.48 | 0.25 |
| Hex | 22 | 5A | 60 | 41 | 6 | 0 | 3E | BA | 30 | 19 |
| Octal | 42 | 132 | 140 | 101 | 6 | 0 | 76 | 272 | 60 | 31 |
| Binary | 100010 | 1011010 | 1100000 | 1000001 | 110 | 0 | 111110 | 10111010 | 110000 | 11001 |
Color Harmonies of #225A60
Complementary color
Monochromatic Colors of #225A60
Black with #225A60
Text Example
Text Example
White with #225A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #225A60; }
p { color: rgb(34,90,96); }
H1.HeaderClassName
{
color: #225A60;
}
.AnyTagClassName
{
color: #225A60;
}
</style>
background-color css
<style>
a { background-color: #225A60; }
a { background-color: rgb(34,90,96); }
div.DivClassName
{
background-color: #225A60;
}
.BgClassName
{
background-color: #225A60;
}
</style>
border-color css
<style>
span { border-color: #225A60; }
span { border-color: rgb(34,90,96); }
td.TdClassName
{
border-color: #225A60;
}
.TagClassName
{
border-color: #225A60;
}
</style>