Shades of Blue Stone #225E68
Tints of Blue Stone #225E68
RGB
CMYK
RGB Variations
Color information
#225E68 (or 0x225E68) is known color: Blue Stone. HEX triplet: 22, 5E and 68. RGB value is (34,94,104). Sum of RGB (Red+Green+Blue) = 34+94+104=232 (30% of max value = 765). Red value is 34 (13.67% from 255 or 14.66% from 232); Green value is 94 (37.11% from 255 or 40.52% from 232); Blue value is 104 (41.02% from 255 or 44.83% from 232); Max value from RGB is 104 - color contains mainly: blue. Hex color #225E68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #225E68 is #DDA197. Grayscale: #4D4D4D. Windows color (decimal): -14524824 or 6839842. OLE color: 6839842.
HSL color Cylindrical-coordinate representation of color #225E68: hue angle of 188.57º degrees, saturation: 0.51, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #225E68 is Cyan = 0.67, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 34 | 94 | 104 | - |
| CMYK | 0.67 | 0.10 | 0 | 0.59 |
| HSL | 188.57º | 0.51% | 0.27% | - |
| HSV(B) | 188.57º | 0.67% | 0.41% | - |
| XYZ | 7.16 | 9.34 | 14.52 | - |
| YUV | 77.2 | 143.12 | 97.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 94 | 104 | 0.67 | 0.10 | 0 | 0.59 | 188.57 | 0.51 | 0.27 |
| Hex | 22 | 5E | 68 | 43 | A | 0 | 3B | BD | 33 | 1B |
| Octal | 42 | 136 | 150 | 103 | 12 | 0 | 73 | 275 | 63 | 33 |
| Binary | 100010 | 1011110 | 1101000 | 1000011 | 1010 | 0 | 111011 | 10111101 | 110011 | 11011 |
Color Harmonies of #225E68
Complementary color
Monochromatic Colors of #225E68
Black with #225E68
Text Example
Text Example
White with #225E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #225E68; }
p { color: rgb(34,94,104); }
H1.HeaderClassName
{
color: #225E68;
}
.AnyTagClassName
{
color: #225E68;
}
</style>
background-color css
<style>
a { background-color: #225E68; }
a { background-color: rgb(34,94,104); }
div.DivClassName
{
background-color: #225E68;
}
.BgClassName
{
background-color: #225E68;
}
</style>
border-color css
<style>
span { border-color: #225E68; }
span { border-color: rgb(34,94,104); }
td.TdClassName
{
border-color: #225E68;
}
.TagClassName
{
border-color: #225E68;
}
</style>