Shades of Blue Stone #226F69
Tints of Blue Stone #226F69
RGB
CMYK
RGB Variations
Color information
#226F69 (or 0x226F69) is known color: Blue Stone. HEX triplet: 22, 6F and 69. RGB value is (34,111,105). Sum of RGB (Red+Green+Blue) = 34+111+105=250 (33% of max value = 765). Red value is 34 (13.67% from 255 or 13.6% from 250); Green value is 111 (43.75% from 255 or 44.4% from 250); Blue value is 105 (41.41% from 255 or 42% from 250); Max value from RGB is 111 - color contains mainly: green. Hex color #226F69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #226F69 is #DD9096. Grayscale: #575757. Windows color (decimal): -14520471 or 6909730. OLE color: 6909730.
HSL color Cylindrical-coordinate representation of color #226F69: hue angle of 175.32º degrees, saturation: 0.53, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #226F69 is Cyan = 0.69, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 34 | 111 | 105 | - |
| CMYK | 0.69 | 0 | 0.05 | 0.56 |
| HSL | 175.32º | 0.53% | 0.28% | - |
| HSV(B) | 175.32º | 0.69% | 0.44% | - |
| XYZ | 8.89 | 12.73 | 15.35 | - |
| YUV | 87.29 | 137.99 | 89.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 111 | 105 | 0.69 | 0 | 0.05 | 0.56 | 175.32 | 0.53 | 0.28 |
| Hex | 22 | 6F | 69 | 45 | 0 | 5 | 38 | AF | 35 | 1C |
| Octal | 42 | 157 | 151 | 105 | 0 | 5 | 70 | 257 | 65 | 34 |
| Binary | 100010 | 1101111 | 1101001 | 1000101 | 0 | 101 | 111000 | 10101111 | 110101 | 11100 |
Color Harmonies of #226F69
Complementary color
Monochromatic Colors of #226F69
Black with #226F69
Text Example
Text Example
White with #226F69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #226F69; }
p { color: rgb(34,111,105); }
H1.HeaderClassName
{
color: #226F69;
}
.AnyTagClassName
{
color: #226F69;
}
</style>
background-color css
<style>
a { background-color: #226F69; }
a { background-color: rgb(34,111,105); }
div.DivClassName
{
background-color: #226F69;
}
.BgClassName
{
background-color: #226F69;
}
</style>
border-color css
<style>
span { border-color: #226F69; }
span { border-color: rgb(34,111,105); }
td.TdClassName
{
border-color: #226F69;
}
.TagClassName
{
border-color: #226F69;
}
</style>