Shades of Oracle #3E595B
Tints of Oracle #3E595B
RGB
CMYK
RGB Variations
Color information
#3E595B (or 0x3E595B) is known color: Oracle. HEX triplet: 3E, 59 and 5B. RGB value is (62,89,91). Sum of RGB (Red+Green+Blue) = 62+89+91=242 (32% of max value = 765). Red value is 62 (24.61% from 255 or 25.62% from 242); Green value is 89 (35.16% from 255 or 36.78% from 242); Blue value is 91 (35.94% from 255 or 37.60% from 242); Max value from RGB is 91 - color contains mainly: blue. Hex color #3E595B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E595B is #C1A6A4. Grayscale: #515151. Windows color (decimal): -12691109 or 5986622. OLE color: 5986622.
HSL color Cylindrical-coordinate representation of color #3E595B: hue angle of 184.14º 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 #3E595B is Cyan = 0.32, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 62 | 89 | 91 | - |
| CMYK | 0.32 | 0.02 | 0 | 0.64 |
| HSL | 184.14º | 0.19% | 0.3% | - |
| HSV(B) | 184.14º | 0.32% | 0.36% | - |
| XYZ | 7.45 | 8.92 | 11.23 | - |
| YUV | 81.16 | 133.55 | 114.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 89 | 91 | 0.32 | 0.02 | 0 | 0.64 | 184.14 | 0.19 | 0.3 |
| Hex | 3E | 59 | 5B | 20 | 2 | 0 | 40 | B8 | 13 | 1E |
| Octal | 76 | 131 | 133 | 40 | 2 | 0 | 100 | 270 | 23 | 36 |
| Binary | 111110 | 1011001 | 1011011 | 100000 | 10 | 0 | 1000000 | 10111000 | 10011 | 11110 |
Color Harmonies of #3E595B
Complementary color
Monochromatic Colors of #3E595B
Black with #3E595B
Text Example
Text Example
White with #3E595B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E595B; }
p { color: rgb(62,89,91); }
H1.HeaderClassName
{
color: #3E595B;
}
.AnyTagClassName
{
color: #3E595B;
}
</style>
background-color css
<style>
a { background-color: #3E595B; }
a { background-color: rgb(62,89,91); }
div.DivClassName
{
background-color: #3E595B;
}
.BgClassName
{
background-color: #3E595B;
}
</style>
border-color css
<style>
span { border-color: #3E595B; }
span { border-color: rgb(62,89,91); }
td.TdClassName
{
border-color: #3E595B;
}
.TagClassName
{
border-color: #3E595B;
}
</style>