Shades of Blue Stone #225B63
Tints of Blue Stone #225B63
RGB
CMYK
RGB Variations
Color information
#225B63 (or 0x225B63) is known color: Blue Stone. HEX triplet: 22, 5B and 63. RGB value is (34,91,99). Sum of RGB (Red+Green+Blue) = 34+91+99=224 (29% of max value = 765). Red value is 34 (13.67% from 255 or 15.18% from 224); Green value is 91 (35.94% from 255 or 40.62% from 224); Blue value is 99 (39.06% from 255 or 44.20% from 224); Max value from RGB is 99 - color contains mainly: blue. Hex color #225B63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #225B63 is #DDA49C. Grayscale: #4A4A4A. Windows color (decimal): -14525597 or 6511394. OLE color: 6511394.
HSL color Cylindrical-coordinate representation of color #225B63: hue angle of 187.38º 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 #225B63 is Cyan = 0.66, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 34 | 91 | 99 | - |
| CMYK | 0.66 | 0.08 | 0 | 0.61 |
| HSL | 187.38º | 0.49% | 0.26% | - |
| HSV(B) | 187.38º | 0.66% | 0.39% | - |
| XYZ | 6.65 | 8.72 | 13.14 | - |
| YUV | 74.87 | 141.62 | 98.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 91 | 99 | 0.66 | 0.08 | 0 | 0.61 | 187.38 | 0.49 | 0.26 |
| Hex | 22 | 5B | 63 | 42 | 8 | 0 | 3D | BB | 31 | 1A |
| Octal | 42 | 133 | 143 | 102 | 10 | 0 | 75 | 273 | 61 | 32 |
| Binary | 100010 | 1011011 | 1100011 | 1000010 | 1000 | 0 | 111101 | 10111011 | 110001 | 11010 |
Color Harmonies of #225B63
Complementary color
Monochromatic Colors of #225B63
Black with #225B63
Text Example
Text Example
White with #225B63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #225B63; }
p { color: rgb(34,91,99); }
H1.HeaderClassName
{
color: #225B63;
}
.AnyTagClassName
{
color: #225B63;
}
</style>
background-color css
<style>
a { background-color: #225B63; }
a { background-color: rgb(34,91,99); }
div.DivClassName
{
background-color: #225B63;
}
.BgClassName
{
background-color: #225B63;
}
</style>
border-color css
<style>
span { border-color: #225B63; }
span { border-color: rgb(34,91,99); }
td.TdClassName
{
border-color: #225B63;
}
.TagClassName
{
border-color: #225B63;
}
</style>