Shades of Blue Stone #296665
Tints of Blue Stone #296665
RGB
CMYK
RGB Variations
Color information
#296665 (or 0x296665) is known color: Blue Stone. HEX triplet: 29, 66 and 65. RGB value is (41,102,101). Sum of RGB (Red+Green+Blue) = 41+102+101=244 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.80% from 244); Green value is 102 (40.23% from 255 or 41.80% from 244); Blue value is 101 (39.84% from 255 or 41.39% from 244); Max value from RGB is 102 - color contains mainly: green. Hex color #296665 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296665 is #D6999A. Grayscale: #535353. Windows color (decimal): -14064027 or 6645289. OLE color: 6645289.
HSL color Cylindrical-coordinate representation of color #296665: hue angle of 179.02º degrees, saturation: 0.43, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #296665 is Cyan = 0.60, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 41 | 102 | 101 | - |
| CMYK | 0.60 | 0 | 0.01 | 0.6 |
| HSL | 179.02º | 0.43% | 0.28% | - |
| HSV(B) | 179.02º | 0.6% | 0.4% | - |
| XYZ | 8.01 | 10.91 | 14 | - |
| YUV | 83.65 | 137.79 | 97.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 102 | 101 | 0.60 | 0 | 0.01 | 0.6 | 179.02 | 0.43 | 0.28 |
| Hex | 29 | 66 | 65 | 3C | 0 | 1 | 3C | B3 | 2B | 1C |
| Octal | 51 | 146 | 145 | 74 | 0 | 1 | 74 | 263 | 53 | 34 |
| Binary | 101001 | 1100110 | 1100101 | 111100 | 0 | 1 | 111100 | 10110011 | 101011 | 11100 |
Color Harmonies of #296665
Complementary color
Monochromatic Colors of #296665
Black with #296665
Text Example
Text Example
White with #296665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #296665; }
p { color: rgb(41,102,101); }
H1.HeaderClassName
{
color: #296665;
}
.AnyTagClassName
{
color: #296665;
}
</style>
background-color css
<style>
a { background-color: #296665; }
a { background-color: rgb(41,102,101); }
div.DivClassName
{
background-color: #296665;
}
.BgClassName
{
background-color: #296665;
}
</style>
border-color css
<style>
span { border-color: #296665; }
span { border-color: rgb(41,102,101); }
td.TdClassName
{
border-color: #296665;
}
.TagClassName
{
border-color: #296665;
}
</style>