Shades of Blue Stone #226B68
Tints of Blue Stone #226B68
RGB
CMYK
RGB Variations
Color information
#226B68 (or 0x226B68) is known color: Blue Stone. HEX triplet: 22, 6B and 68. RGB value is (34,107,104). Sum of RGB (Red+Green+Blue) = 34+107+104=245 (32% of max value = 765). Red value is 34 (13.67% from 255 or 13.88% from 245); Green value is 107 (42.19% from 255 or 43.67% from 245); Blue value is 104 (41.02% from 255 or 42.45% from 245); Max value from RGB is 107 - color contains mainly: green. Hex color #226B68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #226B68 is #DD9497. Grayscale: #545454. Windows color (decimal): -14521496 or 6843170. OLE color: 6843170.
HSL color Cylindrical-coordinate representation of color #226B68: hue angle of 177.53º degrees, saturation: 0.52, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #226B68 is Cyan = 0.68, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 34 | 107 | 104 | - |
| CMYK | 0.68 | 0 | 0.03 | 0.58 |
| HSL | 177.53º | 0.52% | 0.28% | - |
| HSV(B) | 177.53º | 0.68% | 0.42% | - |
| XYZ | 8.42 | 11.85 | 14.94 | - |
| YUV | 84.83 | 138.82 | 91.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 107 | 104 | 0.68 | 0 | 0.03 | 0.58 | 177.53 | 0.52 | 0.28 |
| Hex | 22 | 6B | 68 | 44 | 0 | 3 | 3A | B2 | 34 | 1C |
| Octal | 42 | 153 | 150 | 104 | 0 | 3 | 72 | 262 | 64 | 34 |
| Binary | 100010 | 1101011 | 1101000 | 1000100 | 0 | 11 | 111010 | 10110010 | 110100 | 11100 |
Color Harmonies of #226B68
Complementary color
Monochromatic Colors of #226B68
Black with #226B68
Text Example
Text Example
White with #226B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #226B68; }
p { color: rgb(34,107,104); }
H1.HeaderClassName
{
color: #226B68;
}
.AnyTagClassName
{
color: #226B68;
}
</style>
background-color css
<style>
a { background-color: #226B68; }
a { background-color: rgb(34,107,104); }
div.DivClassName
{
background-color: #226B68;
}
.BgClassName
{
background-color: #226B68;
}
</style>
border-color css
<style>
span { border-color: #226B68; }
span { border-color: rgb(34,107,104); }
td.TdClassName
{
border-color: #226B68;
}
.TagClassName
{
border-color: #226B68;
}
</style>