Shades of Blue Stone #226869
Tints of Blue Stone #226869
RGB
CMYK
RGB Variations
Color information
#226869 (or 0x226869) is known color: Blue Stone. HEX triplet: 22, 68 and 69. RGB value is (34,104,105). Sum of RGB (Red+Green+Blue) = 34+104+105=243 (32% of max value = 765). Red value is 34 (13.67% from 255 or 13.99% from 243); Green value is 104 (41.02% from 255 or 42.80% from 243); Blue value is 105 (41.41% from 255 or 43.21% from 243); Max value from RGB is 105 - color contains mainly: blue. Hex color #226869 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #226869 is #DD9796. Grayscale: #535353. Windows color (decimal): -14522263 or 6907938. OLE color: 6907938.
HSL color Cylindrical-coordinate representation of color #226869: hue angle of 180.85º degrees, saturation: 0.51, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #226869 is Cyan = 0.68, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 34 | 104 | 105 | - |
| CMYK | 0.68 | 0.01 | 0 | 0.59 |
| HSL | 180.85º | 0.51% | 0.27% | - |
| HSV(B) | 180.85º | 0.68% | 0.41% | - |
| XYZ | 8.16 | 11.26 | 15.11 | - |
| YUV | 83.18 | 140.31 | 92.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 104 | 105 | 0.68 | 0.01 | 0 | 0.59 | 180.85 | 0.51 | 0.27 |
| Hex | 22 | 68 | 69 | 44 | 1 | 0 | 3B | B5 | 33 | 1B |
| Octal | 42 | 150 | 151 | 104 | 1 | 0 | 73 | 265 | 63 | 33 |
| Binary | 100010 | 1101000 | 1101001 | 1000100 | 1 | 0 | 111011 | 10110101 | 110011 | 11011 |
Color Harmonies of #226869
Complementary color
Monochromatic Colors of #226869
Black with #226869
Text Example
Text Example
White with #226869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #226869; }
p { color: rgb(34,104,105); }
H1.HeaderClassName
{
color: #226869;
}
.AnyTagClassName
{
color: #226869;
}
</style>
background-color css
<style>
a { background-color: #226869; }
a { background-color: rgb(34,104,105); }
div.DivClassName
{
background-color: #226869;
}
.BgClassName
{
background-color: #226869;
}
</style>
border-color css
<style>
span { border-color: #226869; }
span { border-color: rgb(34,104,105); }
td.TdClassName
{
border-color: #226869;
}
.TagClassName
{
border-color: #226869;
}
</style>