Shades of Oracle #29595E
Tints of Oracle #29595E
RGB
CMYK
RGB Variations
Color information
#29595E (or 0x29595E) is known color: Oracle. HEX triplet: 29, 59 and 5E. RGB value is (41,89,94). Sum of RGB (Red+Green+Blue) = 41+89+94=224 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.30% from 224); Green value is 89 (35.16% from 255 or 39.73% from 224); Blue value is 94 (37.11% from 255 or 41.96% from 224); Max value from RGB is 94 - color contains mainly: blue. Hex color #29595E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29595E is #D6A6A1. Grayscale: #4B4B4B. Windows color (decimal): -14067362 or 6183209. OLE color: 6183209.
HSL color Cylindrical-coordinate representation of color #29595E: hue angle of 185.66º degrees, saturation: 0.39, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #29595E is Cyan = 0.56, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 41 | 89 | 94 | - |
| CMYK | 0.56 | 0.05 | 0 | 0.63 |
| HSL | 185.66º | 0.39% | 0.26% | - |
| HSV(B) | 185.66º | 0.56% | 0.37% | - |
| XYZ | 6.51 | 8.42 | 11.87 | - |
| YUV | 75.22 | 138.6 | 103.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 89 | 94 | 0.56 | 0.05 | 0 | 0.63 | 185.66 | 0.39 | 0.26 |
| Hex | 29 | 59 | 5E | 38 | 5 | 0 | 3F | BA | 27 | 1A |
| Octal | 51 | 131 | 136 | 70 | 5 | 0 | 77 | 272 | 47 | 32 |
| Binary | 101001 | 1011001 | 1011110 | 111000 | 101 | 0 | 111111 | 10111010 | 100111 | 11010 |
Color Harmonies of #29595E
Complementary color
Monochromatic Colors of #29595E
Black with #29595E
Text Example
Text Example
White with #29595E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29595E; }
p { color: rgb(41,89,94); }
H1.HeaderClassName
{
color: #29595E;
}
.AnyTagClassName
{
color: #29595E;
}
</style>
background-color css
<style>
a { background-color: #29595E; }
a { background-color: rgb(41,89,94); }
div.DivClassName
{
background-color: #29595E;
}
.BgClassName
{
background-color: #29595E;
}
</style>
border-color css
<style>
span { border-color: #29595E; }
span { border-color: rgb(41,89,94); }
td.TdClassName
{
border-color: #29595E;
}
.TagClassName
{
border-color: #29595E;
}
</style>