Shades of Oracle #3E615D
Tints of Oracle #3E615D
RGB
CMYK
RGB Variations
Color information
#3E615D (or 0x3E615D) is known color: Oracle. HEX triplet: 3E, 61 and 5D. RGB value is (62,97,93). Sum of RGB (Red+Green+Blue) = 62+97+93=252 (33% of max value = 765). Red value is 62 (24.61% from 255 or 24.60% from 252); Green value is 97 (38.28% from 255 or 38.49% from 252); Blue value is 93 (36.72% from 255 or 36.90% from 252); Max value from RGB is 97 - color contains mainly: green. Hex color #3E615D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E615D is #C19EA2. Grayscale: #565656. Windows color (decimal): -12689059 or 6119742. OLE color: 6119742.
HSL color Cylindrical-coordinate representation of color #3E615D: hue angle of 173.14º degrees, saturation: 0.22, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #3E615D is Cyan = 0.36, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 62 | 97 | 93 | - |
| CMYK | 0.36 | 0 | 0.04 | 0.62 |
| HSL | 173.14º | 0.22% | 0.31% | - |
| HSV(B) | 173.14º | 0.36% | 0.38% | - |
| XYZ | 8.24 | 10.36 | 11.92 | - |
| YUV | 86.08 | 131.9 | 110.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 97 | 93 | 0.36 | 0 | 0.04 | 0.62 | 173.14 | 0.22 | 0.31 |
| Hex | 3E | 61 | 5D | 24 | 0 | 4 | 3E | AD | 16 | 1F |
| Octal | 76 | 141 | 135 | 44 | 0 | 4 | 76 | 255 | 26 | 37 |
| Binary | 111110 | 1100001 | 1011101 | 100100 | 0 | 100 | 111110 | 10101101 | 10110 | 11111 |
Color Harmonies of #3E615D
Complementary color
Monochromatic Colors of #3E615D
Black with #3E615D
Text Example
Text Example
White with #3E615D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E615D; }
p { color: rgb(62,97,93); }
H1.HeaderClassName
{
color: #3E615D;
}
.AnyTagClassName
{
color: #3E615D;
}
</style>
background-color css
<style>
a { background-color: #3E615D; }
a { background-color: rgb(62,97,93); }
div.DivClassName
{
background-color: #3E615D;
}
.BgClassName
{
background-color: #3E615D;
}
</style>
border-color css
<style>
span { border-color: #3E615D; }
span { border-color: rgb(62,97,93); }
td.TdClassName
{
border-color: #3E615D;
}
.TagClassName
{
border-color: #3E615D;
}
</style>