Shades of Blue Stone #226A6B
Tints of Blue Stone #226A6B
RGB
CMYK
RGB Variations
Color information
#226A6B (or 0x226A6B) is known color: Blue Stone. HEX triplet: 22, 6A and 6B. RGB value is (34,106,107). Sum of RGB (Red+Green+Blue) = 34+106+107=247 (32% of max value = 765). Red value is 34 (13.67% from 255 or 13.77% from 247); Green value is 106 (41.80% from 255 or 42.91% from 247); Blue value is 107 (42.19% from 255 or 43.32% from 247); Max value from RGB is 107 - color contains mainly: blue. Hex color #226A6B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #226A6B is #DD9594. Grayscale: #545454. Windows color (decimal): -14521749 or 7039522. OLE color: 7039522.
HSL color Cylindrical-coordinate representation of color #226A6B: hue angle of 180.82º 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 #226A6B is Cyan = 0.68, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 34 | 106 | 107 | - |
| CMYK | 0.68 | 0.01 | 0 | 0.58 |
| HSL | 180.82º | 0.52% | 0.28% | - |
| HSV(B) | 180.82º | 0.68% | 0.42% | - |
| XYZ | 8.47 | 11.71 | 15.72 | - |
| YUV | 84.59 | 140.65 | 91.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 106 | 107 | 0.68 | 0.01 | 0 | 0.58 | 180.82 | 0.52 | 0.28 |
| Hex | 22 | 6A | 6B | 44 | 1 | 0 | 3A | B5 | 34 | 1C |
| Octal | 42 | 152 | 153 | 104 | 1 | 0 | 72 | 265 | 64 | 34 |
| Binary | 100010 | 1101010 | 1101011 | 1000100 | 1 | 0 | 111010 | 10110101 | 110100 | 11100 |
Color Harmonies of #226A6B
Complementary color
Monochromatic Colors of #226A6B
Black with #226A6B
Text Example
Text Example
White with #226A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #226A6B; }
p { color: rgb(34,106,107); }
H1.HeaderClassName
{
color: #226A6B;
}
.AnyTagClassName
{
color: #226A6B;
}
</style>
background-color css
<style>
a { background-color: #226A6B; }
a { background-color: rgb(34,106,107); }
div.DivClassName
{
background-color: #226A6B;
}
.BgClassName
{
background-color: #226A6B;
}
</style>
border-color css
<style>
span { border-color: #226A6B; }
span { border-color: rgb(34,106,107); }
td.TdClassName
{
border-color: #226A6B;
}
.TagClassName
{
border-color: #226A6B;
}
</style>