Shades of Blue Stone #226865
Tints of Blue Stone #226865
RGB
CMYK
RGB Variations
Color information
#226865 (or 0x226865) is known color: Blue Stone. HEX triplet: 22, 68 and 65. RGB value is (34,104,101). Sum of RGB (Red+Green+Blue) = 34+104+101=239 (31% of max value = 765). Red value is 34 (13.67% from 255 or 14.23% from 239); Green value is 104 (41.02% from 255 or 43.51% from 239); Blue value is 101 (39.84% from 255 or 42.26% from 239); Max value from RGB is 104 - color contains mainly: green. Hex color #226865 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #226865 is #DD979A. Grayscale: #525252. Windows color (decimal): -14522267 or 6645794. OLE color: 6645794.
HSL color Cylindrical-coordinate representation of color #226865: hue angle of 177.43º 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 #226865 is Cyan = 0.67, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 34 | 104 | 101 | - |
| CMYK | 0.67 | 0 | 0.03 | 0.59 |
| HSL | 177.43º | 0.51% | 0.27% | - |
| HSV(B) | 177.43º | 0.67% | 0.41% | - |
| XYZ | 7.96 | 11.18 | 14.05 | - |
| YUV | 82.73 | 138.31 | 93.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 104 | 101 | 0.67 | 0 | 0.03 | 0.59 | 177.43 | 0.51 | 0.27 |
| Hex | 22 | 68 | 65 | 43 | 0 | 3 | 3B | B1 | 33 | 1B |
| Octal | 42 | 150 | 145 | 103 | 0 | 3 | 73 | 261 | 63 | 33 |
| Binary | 100010 | 1101000 | 1100101 | 1000011 | 0 | 11 | 111011 | 10110001 | 110011 | 11011 |
Color Harmonies of #226865
Complementary color
Monochromatic Colors of #226865
Black with #226865
Text Example
Text Example
White with #226865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #226865; }
p { color: rgb(34,104,101); }
H1.HeaderClassName
{
color: #226865;
}
.AnyTagClassName
{
color: #226865;
}
</style>
background-color css
<style>
a { background-color: #226865; }
a { background-color: rgb(34,104,101); }
div.DivClassName
{
background-color: #226865;
}
.BgClassName
{
background-color: #226865;
}
</style>
border-color css
<style>
span { border-color: #226865; }
span { border-color: rgb(34,104,101); }
td.TdClassName
{
border-color: #226865;
}
.TagClassName
{
border-color: #226865;
}
</style>