Shades of Oracle #3E5857
Tints of Oracle #3E5857
RGB
CMYK
RGB Variations
Color information
#3E5857 (or 0x3E5857) is known color: Oracle. HEX triplet: 3E, 58 and 57. RGB value is (62,88,87). Sum of RGB (Red+Green+Blue) = 62+88+87=237 (31% of max value = 765). Red value is 62 (24.61% from 255 or 26.16% from 237); Green value is 88 (34.77% from 255 or 37.13% from 237); Blue value is 87 (34.38% from 255 or 36.71% from 237); Max value from RGB is 88 - color contains mainly: green. Hex color #3E5857 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E5857 is #C1A7A8. Grayscale: #505050. Windows color (decimal): -12691369 or 5724222. OLE color: 5724222.
HSL color Cylindrical-coordinate representation of color #3E5857: hue angle of 177.69º degrees, saturation: 0.17, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #3E5857 is Cyan = 0.30, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 62 | 88 | 87 | - |
| CMYK | 0.30 | 0 | 0.01 | 0.65 |
| HSL | 177.69º | 0.17% | 0.29% | - |
| HSV(B) | 177.69º | 0.3% | 0.35% | - |
| XYZ | 7.2 | 8.69 | 10.32 | - |
| YUV | 80.11 | 131.89 | 115.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 88 | 87 | 0.30 | 0 | 0.01 | 0.65 | 177.69 | 0.17 | 0.29 |
| Hex | 3E | 58 | 57 | 1E | 0 | 1 | 41 | B2 | 11 | 1D |
| Octal | 76 | 130 | 127 | 36 | 0 | 1 | 101 | 262 | 21 | 35 |
| Binary | 111110 | 1011000 | 1010111 | 11110 | 0 | 1 | 1000001 | 10110010 | 10001 | 11101 |
Color Harmonies of #3E5857
Complementary color
Monochromatic Colors of #3E5857
Black with #3E5857
Text Example
Text Example
White with #3E5857
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E5857; }
p { color: rgb(62,88,87); }
H1.HeaderClassName
{
color: #3E5857;
}
.AnyTagClassName
{
color: #3E5857;
}
</style>
background-color css
<style>
a { background-color: #3E5857; }
a { background-color: rgb(62,88,87); }
div.DivClassName
{
background-color: #3E5857;
}
.BgClassName
{
background-color: #3E5857;
}
</style>
border-color css
<style>
span { border-color: #3E5857; }
span { border-color: rgb(62,88,87); }
td.TdClassName
{
border-color: #3E5857;
}
.TagClassName
{
border-color: #3E5857;
}
</style>