Shades of Blue Stone #226E68
Tints of Blue Stone #226E68
RGB
CMYK
RGB Variations
Color information
#226E68 (or 0x226E68) is known color: Blue Stone. HEX triplet: 22, 6E and 68. RGB value is (34,110,104). Sum of RGB (Red+Green+Blue) = 34+110+104=248 (32% of max value = 765). Red value is 34 (13.67% from 255 or 13.71% from 248); Green value is 110 (43.36% from 255 or 44.35% from 248); Blue value is 104 (41.02% from 255 or 41.94% from 248); Max value from RGB is 110 - color contains mainly: green. Hex color #226E68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #226E68 is #DD9197. Grayscale: #565656. Windows color (decimal): -14520728 or 6843938. OLE color: 6843938.
HSL color Cylindrical-coordinate representation of color #226E68: hue angle of 175.26º degrees, saturation: 0.53, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #226E68 is Cyan = 0.69, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 34 | 110 | 104 | - |
| CMYK | 0.69 | 0 | 0.05 | 0.57 |
| HSL | 175.26º | 0.53% | 0.28% | - |
| HSV(B) | 175.26º | 0.69% | 0.43% | - |
| XYZ | 8.73 | 12.49 | 15.05 | - |
| YUV | 86.59 | 137.82 | 90.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 110 | 104 | 0.69 | 0 | 0.05 | 0.57 | 175.26 | 0.53 | 0.28 |
| Hex | 22 | 6E | 68 | 45 | 0 | 5 | 39 | AF | 35 | 1C |
| Octal | 42 | 156 | 150 | 105 | 0 | 5 | 71 | 257 | 65 | 34 |
| Binary | 100010 | 1101110 | 1101000 | 1000101 | 0 | 101 | 111001 | 10101111 | 110101 | 11100 |
Color Harmonies of #226E68
Complementary color
Monochromatic Colors of #226E68
Black with #226E68
Text Example
Text Example
White with #226E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #226E68; }
p { color: rgb(34,110,104); }
H1.HeaderClassName
{
color: #226E68;
}
.AnyTagClassName
{
color: #226E68;
}
</style>
background-color css
<style>
a { background-color: #226E68; }
a { background-color: rgb(34,110,104); }
div.DivClassName
{
background-color: #226E68;
}
.BgClassName
{
background-color: #226E68;
}
</style>
border-color css
<style>
span { border-color: #226E68; }
span { border-color: rgb(34,110,104); }
td.TdClassName
{
border-color: #226E68;
}
.TagClassName
{
border-color: #226E68;
}
</style>