Shades of Oracle #32615E
Tints of Oracle #32615E
RGB
CMYK
RGB Variations
Color information
#32615E (or 0x32615E) is known color: Oracle. HEX triplet: 32, 61 and 5E. RGB value is (50,97,94). Sum of RGB (Red+Green+Blue) = 50+97+94=241 (31% of max value = 765). Red value is 50 (19.92% from 255 or 20.75% from 241); Green value is 97 (38.28% from 255 or 40.25% from 241); Blue value is 94 (37.11% from 255 or 39.00% from 241); Max value from RGB is 97 - color contains mainly: green. Hex color #32615E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32615E is #CD9EA1. Grayscale: #525252. Windows color (decimal): -13475490 or 6185266. OLE color: 6185266.
HSL color Cylindrical-coordinate representation of color #32615E: hue angle of 176.17º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #32615E is Cyan = 0.48, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 50 | 97 | 94 | - |
| CMYK | 0.48 | 0 | 0.03 | 0.62 |
| HSL | 176.17º | 0.32% | 0.29% | - |
| HSV(B) | 176.17º | 0.48% | 0.38% | - |
| XYZ | 7.61 | 10.04 | 12.13 | - |
| YUV | 82.61 | 134.43 | 104.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 97 | 94 | 0.48 | 0 | 0.03 | 0.62 | 176.17 | 0.32 | 0.29 |
| Hex | 32 | 61 | 5E | 30 | 0 | 3 | 3E | B0 | 20 | 1D |
| Octal | 62 | 141 | 136 | 60 | 0 | 3 | 76 | 260 | 40 | 35 |
| Binary | 110010 | 1100001 | 1011110 | 110000 | 0 | 11 | 111110 | 10110000 | 100000 | 11101 |
Color Harmonies of #32615E
Complementary color
Monochromatic Colors of #32615E
Black with #32615E
Text Example
Text Example
White with #32615E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32615E; }
p { color: rgb(50,97,94); }
H1.HeaderClassName
{
color: #32615E;
}
.AnyTagClassName
{
color: #32615E;
}
</style>
background-color css
<style>
a { background-color: #32615E; }
a { background-color: rgb(50,97,94); }
div.DivClassName
{
background-color: #32615E;
}
.BgClassName
{
background-color: #32615E;
}
</style>
border-color css
<style>
span { border-color: #32615E; }
span { border-color: rgb(50,97,94); }
td.TdClassName
{
border-color: #32615E;
}
.TagClassName
{
border-color: #32615E;
}
</style>