Shades of Blue Stone #296864
Tints of Blue Stone #296864
RGB
CMYK
RGB Variations
Color information
#296864 (or 0x296864) is known color: Blue Stone. HEX triplet: 29, 68 and 64. RGB value is (41,104,100). Sum of RGB (Red+Green+Blue) = 41+104+100=245 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.73% from 245); Green value is 104 (41.02% from 255 or 42.45% from 245); Blue value is 100 (39.45% from 255 or 40.82% from 245); Max value from RGB is 104 - color contains mainly: green. Hex color #296864 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296864 is #D6979B. Grayscale: #545454. Windows color (decimal): -14063516 or 6580265. OLE color: 6580265.
HSL color Cylindrical-coordinate representation of color #296864: hue angle of 176.19º degrees, saturation: 0.43, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #296864 is Cyan = 0.61, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 41 | 104 | 100 | - |
| CMYK | 0.61 | 0 | 0.04 | 0.59 |
| HSL | 176.19º | 0.43% | 0.28% | - |
| HSV(B) | 176.19º | 0.61% | 0.41% | - |
| XYZ | 8.17 | 11.29 | 13.81 | - |
| YUV | 84.71 | 136.63 | 96.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 104 | 100 | 0.61 | 0 | 0.04 | 0.59 | 176.19 | 0.43 | 0.28 |
| Hex | 29 | 68 | 64 | 3D | 0 | 4 | 3B | B0 | 2B | 1C |
| Octal | 51 | 150 | 144 | 75 | 0 | 4 | 73 | 260 | 53 | 34 |
| Binary | 101001 | 1101000 | 1100100 | 111101 | 0 | 100 | 111011 | 10110000 | 101011 | 11100 |
Color Harmonies of #296864
Complementary color
Monochromatic Colors of #296864
Black with #296864
Text Example
Text Example
White with #296864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #296864; }
p { color: rgb(41,104,100); }
H1.HeaderClassName
{
color: #296864;
}
.AnyTagClassName
{
color: #296864;
}
</style>
background-color css
<style>
a { background-color: #296864; }
a { background-color: rgb(41,104,100); }
div.DivClassName
{
background-color: #296864;
}
.BgClassName
{
background-color: #296864;
}
</style>
border-color css
<style>
span { border-color: #296864; }
span { border-color: rgb(41,104,100); }
td.TdClassName
{
border-color: #296864;
}
.TagClassName
{
border-color: #296864;
}
</style>