Shades of Blue Stone #225E63
Tints of Blue Stone #225E63
RGB
CMYK
RGB Variations
Color information
#225E63 (or 0x225E63) is known color: Blue Stone. HEX triplet: 22, 5E and 63. RGB value is (34,94,99). Sum of RGB (Red+Green+Blue) = 34+94+99=227 (30% of max value = 765). Red value is 34 (13.67% from 255 or 14.98% from 227); Green value is 94 (37.11% from 255 or 41.41% from 227); Blue value is 99 (39.06% from 255 or 43.61% from 227); Max value from RGB is 99 - color contains mainly: blue. Hex color #225E63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #225E63 is #DDA19C. Grayscale: #4C4C4C. Windows color (decimal): -14524829 or 6512162. OLE color: 6512162.
HSL color Cylindrical-coordinate representation of color #225E63: hue angle of 184.62º degrees, saturation: 0.49, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #225E63 is Cyan = 0.66, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 34 | 94 | 99 | - |
| CMYK | 0.66 | 0.05 | 0 | 0.61 |
| HSL | 184.62º | 0.49% | 0.26% | - |
| HSV(B) | 184.62º | 0.66% | 0.39% | - |
| XYZ | 6.91 | 9.25 | 13.22 | - |
| YUV | 76.63 | 140.62 | 97.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 94 | 99 | 0.66 | 0.05 | 0 | 0.61 | 184.62 | 0.49 | 0.26 |
| Hex | 22 | 5E | 63 | 42 | 5 | 0 | 3D | B9 | 31 | 1A |
| Octal | 42 | 136 | 143 | 102 | 5 | 0 | 75 | 271 | 61 | 32 |
| Binary | 100010 | 1011110 | 1100011 | 1000010 | 101 | 0 | 111101 | 10111001 | 110001 | 11010 |
Color Harmonies of #225E63
Complementary color
Monochromatic Colors of #225E63
Black with #225E63
Text Example
Text Example
White with #225E63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #225E63; }
p { color: rgb(34,94,99); }
H1.HeaderClassName
{
color: #225E63;
}
.AnyTagClassName
{
color: #225E63;
}
</style>
background-color css
<style>
a { background-color: #225E63; }
a { background-color: rgb(34,94,99); }
div.DivClassName
{
background-color: #225E63;
}
.BgClassName
{
background-color: #225E63;
}
</style>
border-color css
<style>
span { border-color: #225E63; }
span { border-color: rgb(34,94,99); }
td.TdClassName
{
border-color: #225E63;
}
.TagClassName
{
border-color: #225E63;
}
</style>