Shades of Oracle #3E5B59
Tints of Oracle #3E5B59
RGB
CMYK
RGB Variations
Color information
#3E5B59 (or 0x3E5B59) is known color: Oracle. HEX triplet: 3E, 5B and 59. RGB value is (62,91,89). Sum of RGB (Red+Green+Blue) = 62+91+89=242 (32% of max value = 765). Red value is 62 (24.61% from 255 or 25.62% from 242); Green value is 91 (35.94% from 255 or 37.60% from 242); Blue value is 89 (35.16% from 255 or 36.78% from 242); Max value from RGB is 91 - color contains mainly: green. Hex color #3E5B59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E5B59 is #C1A4A6. Grayscale: #525252. Windows color (decimal): -12690599 or 5856062. OLE color: 5856062.
HSL color Cylindrical-coordinate representation of color #3E5B59: hue angle of 175.86º degrees, saturation: 0.19, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #3E5B59 is Cyan = 0.32, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 62 | 91 | 89 | - |
| CMYK | 0.32 | 0 | 0.02 | 0.64 |
| HSL | 175.86º | 0.19% | 0.3% | - |
| HSV(B) | 175.86º | 0.32% | 0.36% | - |
| XYZ | 7.53 | 9.23 | 10.84 | - |
| YUV | 82.1 | 131.89 | 113.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 91 | 89 | 0.32 | 0 | 0.02 | 0.64 | 175.86 | 0.19 | 0.3 |
| Hex | 3E | 5B | 59 | 20 | 0 | 2 | 40 | B0 | 13 | 1E |
| Octal | 76 | 133 | 131 | 40 | 0 | 2 | 100 | 260 | 23 | 36 |
| Binary | 111110 | 1011011 | 1011001 | 100000 | 0 | 10 | 1000000 | 10110000 | 10011 | 11110 |
Color Harmonies of #3E5B59
Complementary color
Monochromatic Colors of #3E5B59
Black with #3E5B59
Text Example
Text Example
White with #3E5B59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E5B59; }
p { color: rgb(62,91,89); }
H1.HeaderClassName
{
color: #3E5B59;
}
.AnyTagClassName
{
color: #3E5B59;
}
</style>
background-color css
<style>
a { background-color: #3E5B59; }
a { background-color: rgb(62,91,89); }
div.DivClassName
{
background-color: #3E5B59;
}
.BgClassName
{
background-color: #3E5B59;
}
</style>
border-color css
<style>
span { border-color: #3E5B59; }
span { border-color: rgb(62,91,89); }
td.TdClassName
{
border-color: #3E5B59;
}
.TagClassName
{
border-color: #3E5B59;
}
</style>