Shades of Blue Stone #226164
Tints of Blue Stone #226164
RGB
CMYK
RGB Variations
Color information
#226164 (or 0x226164) is known color: Blue Stone. HEX triplet: 22, 61 and 64. RGB value is (34,97,100). Sum of RGB (Red+Green+Blue) = 34+97+100=231 (30% of max value = 765). Red value is 34 (13.67% from 255 or 14.72% from 231); Green value is 97 (38.28% from 255 or 41.99% from 231); Blue value is 100 (39.45% from 255 or 43.29% from 231); Max value from RGB is 100 - color contains mainly: blue. Hex color #226164 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #226164 is #DD9E9B. Grayscale: #4E4E4E. Windows color (decimal): -14524060 or 6578466. OLE color: 6578466.
HSL color Cylindrical-coordinate representation of color #226164: hue angle of 182.73º degrees, saturation: 0.49, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #226164 is Cyan = 0.66, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 34 | 97 | 100 | - |
| CMYK | 0.66 | 0.03 | 0 | 0.61 |
| HSL | 182.73º | 0.49% | 0.26% | - |
| HSV(B) | 182.73º | 0.66% | 0.39% | - |
| XYZ | 7.23 | 9.81 | 13.57 | - |
| YUV | 78.51 | 140.13 | 96.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 97 | 100 | 0.66 | 0.03 | 0 | 0.61 | 182.73 | 0.49 | 0.26 |
| Hex | 22 | 61 | 64 | 42 | 3 | 0 | 3D | B7 | 31 | 1A |
| Octal | 42 | 141 | 144 | 102 | 3 | 0 | 75 | 267 | 61 | 32 |
| Binary | 100010 | 1100001 | 1100100 | 1000010 | 11 | 0 | 111101 | 10110111 | 110001 | 11010 |
Color Harmonies of #226164
Complementary color
Monochromatic Colors of #226164
Black with #226164
Text Example
Text Example
White with #226164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #226164; }
p { color: rgb(34,97,100); }
H1.HeaderClassName
{
color: #226164;
}
.AnyTagClassName
{
color: #226164;
}
</style>
background-color css
<style>
a { background-color: #226164; }
a { background-color: rgb(34,97,100); }
div.DivClassName
{
background-color: #226164;
}
.BgClassName
{
background-color: #226164;
}
</style>
border-color css
<style>
span { border-color: #226164; }
span { border-color: rgb(34,97,100); }
td.TdClassName
{
border-color: #226164;
}
.TagClassName
{
border-color: #226164;
}
</style>