Shades of Blue Stone #226462
Tints of Blue Stone #226462
RGB
CMYK
RGB Variations
Color information
#226462 (or 0x226462) is known color: Blue Stone. HEX triplet: 22, 64 and 62. RGB value is (34,100,98). Sum of RGB (Red+Green+Blue) = 34+100+98=232 (30% of max value = 765). Red value is 34 (13.67% from 255 or 14.66% from 232); Green value is 100 (39.45% from 255 or 43.10% from 232); Blue value is 98 (38.67% from 255 or 42.24% from 232); Max value from RGB is 100 - color contains mainly: green. Hex color #226462 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #226462 is #DD9B9D. Grayscale: #4F4F4F. Windows color (decimal): -14523294 or 6448162. OLE color: 6448162.
HSL color Cylindrical-coordinate representation of color #226462: hue angle of 178.18º 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 #226462 is Cyan = 0.66, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 34 | 100 | 98 | - |
| CMYK | 0.66 | 0 | 0.02 | 0.61 |
| HSL | 178.18º | 0.49% | 0.26% | - |
| HSV(B) | 178.18º | 0.66% | 0.39% | - |
| XYZ | 7.42 | 10.34 | 13.16 | - |
| YUV | 80.04 | 138.13 | 95.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 100 | 98 | 0.66 | 0 | 0.02 | 0.61 | 178.18 | 0.49 | 0.26 |
| Hex | 22 | 64 | 62 | 42 | 0 | 2 | 3D | B2 | 31 | 1A |
| Octal | 42 | 144 | 142 | 102 | 0 | 2 | 75 | 262 | 61 | 32 |
| Binary | 100010 | 1100100 | 1100010 | 1000010 | 0 | 10 | 111101 | 10110010 | 110001 | 11010 |
Color Harmonies of #226462
Complementary color
Monochromatic Colors of #226462
Black with #226462
Text Example
Text Example
White with #226462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #226462; }
p { color: rgb(34,100,98); }
H1.HeaderClassName
{
color: #226462;
}
.AnyTagClassName
{
color: #226462;
}
</style>
background-color css
<style>
a { background-color: #226462; }
a { background-color: rgb(34,100,98); }
div.DivClassName
{
background-color: #226462;
}
.BgClassName
{
background-color: #226462;
}
</style>
border-color css
<style>
span { border-color: #226462; }
span { border-color: rgb(34,100,98); }
td.TdClassName
{
border-color: #226462;
}
.TagClassName
{
border-color: #226462;
}
</style>