Shades of Blue Stone #296365
Tints of Blue Stone #296365
RGB
CMYK
RGB Variations
Color information
#296365 (or 0x296365) is known color: Blue Stone. HEX triplet: 29, 63 and 65. RGB value is (41,99,101). Sum of RGB (Red+Green+Blue) = 41+99+101=241 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.01% from 241); Green value is 99 (39.06% from 255 or 41.08% from 241); Blue value is 101 (39.84% from 255 or 41.91% from 241); Max value from RGB is 101 - color contains mainly: blue. Hex color #296365 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296365 is #D69C9A. Grayscale: #515151. Windows color (decimal): -14064795 or 6644521. OLE color: 6644521.
HSL color Cylindrical-coordinate representation of color #296365: hue angle of 182º degrees, saturation: 0.42, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #296365 is Cyan = 0.59, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 41 | 99 | 101 | - |
| CMYK | 0.59 | 0.02 | 0 | 0.60 |
| HSL | 182º | 0.42% | 0.28% | - |
| HSV(B) | 182º | 0.59% | 0.4% | - |
| XYZ | 7.73 | 10.33 | 13.9 | - |
| YUV | 81.89 | 138.78 | 98.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 99 | 101 | 0.59 | 0.02 | 0 | 0.60 | 182 | 0.42 | 0.28 |
| Hex | 29 | 63 | 65 | 3B | 2 | 0 | 3C | B6 | 2A | 1C |
| Octal | 51 | 143 | 145 | 73 | 2 | 0 | 74 | 266 | 52 | 34 |
| Binary | 101001 | 1100011 | 1100101 | 111011 | 10 | 0 | 111100 | 10110110 | 101010 | 11100 |
Color Harmonies of #296365
Complementary color
Monochromatic Colors of #296365
Black with #296365
Text Example
Text Example
White with #296365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #296365; }
p { color: rgb(41,99,101); }
H1.HeaderClassName
{
color: #296365;
}
.AnyTagClassName
{
color: #296365;
}
</style>
background-color css
<style>
a { background-color: #296365; }
a { background-color: rgb(41,99,101); }
div.DivClassName
{
background-color: #296365;
}
.BgClassName
{
background-color: #296365;
}
</style>
border-color css
<style>
span { border-color: #296365; }
span { border-color: rgb(41,99,101); }
td.TdClassName
{
border-color: #296365;
}
.TagClassName
{
border-color: #296365;
}
</style>