Shades of Blue Stone #29656A
Tints of Blue Stone #29656A
RGB
CMYK
RGB Variations
Color information
#29656A (or 0x29656A) is known color: Blue Stone. HEX triplet: 29, 65 and 6A. RGB value is (41,101,106). Sum of RGB (Red+Green+Blue) = 41+101+106=248 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.53% from 248); Green value is 101 (39.84% from 255 or 40.73% from 248); Blue value is 106 (41.80% from 255 or 42.74% from 248); Max value from RGB is 106 - color contains mainly: blue. Hex color #29656A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29656A is #D69A95. Grayscale: #535353. Windows color (decimal): -14064278 or 6972713. OLE color: 6972713.
HSL color Cylindrical-coordinate representation of color #29656A: hue angle of 184.62º degrees, saturation: 0.44, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #29656A is Cyan = 0.61, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 41 | 101 | 106 | - |
| CMYK | 0.61 | 0.05 | 0 | 0.58 |
| HSL | 184.62º | 0.44% | 0.29% | - |
| HSV(B) | 184.62º | 0.61% | 0.42% | - |
| XYZ | 8.17 | 10.82 | 15.29 | - |
| YUV | 83.63 | 140.62 | 97.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 101 | 106 | 0.61 | 0.05 | 0 | 0.58 | 184.62 | 0.44 | 0.29 |
| Hex | 29 | 65 | 6A | 3D | 5 | 0 | 3A | B9 | 2C | 1D |
| Octal | 51 | 145 | 152 | 75 | 5 | 0 | 72 | 271 | 54 | 35 |
| Binary | 101001 | 1100101 | 1101010 | 111101 | 101 | 0 | 111010 | 10111001 | 101100 | 11101 |
Color Harmonies of #29656A
Complementary color
Monochromatic Colors of #29656A
Black with #29656A
Text Example
Text Example
White with #29656A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29656A; }
p { color: rgb(41,101,106); }
H1.HeaderClassName
{
color: #29656A;
}
.AnyTagClassName
{
color: #29656A;
}
</style>
background-color css
<style>
a { background-color: #29656A; }
a { background-color: rgb(41,101,106); }
div.DivClassName
{
background-color: #29656A;
}
.BgClassName
{
background-color: #29656A;
}
</style>
border-color css
<style>
span { border-color: #29656A; }
span { border-color: rgb(41,101,106); }
td.TdClassName
{
border-color: #29656A;
}
.TagClassName
{
border-color: #29656A;
}
</style>