Shades of Oracle #3E625D
Tints of Oracle #3E625D
RGB
CMYK
RGB Variations
Color information
#3E625D (or 0x3E625D) is known color: Oracle. HEX triplet: 3E, 62 and 5D. RGB value is (62,98,93). Sum of RGB (Red+Green+Blue) = 62+98+93=253 (33% of max value = 765). Red value is 62 (24.61% from 255 or 24.51% from 253); Green value is 98 (38.67% from 255 or 38.74% from 253); Blue value is 93 (36.72% from 255 or 36.76% from 253); Max value from RGB is 98 - color contains mainly: green. Hex color #3E625D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E625D is #C19DA2. Grayscale: #565656. Windows color (decimal): -12688803 or 6119998. OLE color: 6119998.
HSL color Cylindrical-coordinate representation of color #3E625D: hue angle of 171.67º degrees, saturation: 0.22, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #3E625D is Cyan = 0.37, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 62 | 98 | 93 | - |
| CMYK | 0.37 | 0 | 0.05 | 0.62 |
| HSL | 171.67º | 0.23% | 0.31% | - |
| HSV(B) | 171.67º | 0.37% | 0.38% | - |
| XYZ | 8.33 | 10.55 | 11.95 | - |
| YUV | 86.67 | 131.57 | 110.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 98 | 93 | 0.37 | 0 | 0.05 | 0.62 | 171.67 | 0.23 | 0.31 |
| Hex | 3E | 62 | 5D | 25 | 0 | 5 | 3E | AC | 16 | 1F |
| Octal | 76 | 142 | 135 | 45 | 0 | 5 | 76 | 254 | 26 | 37 |
| Binary | 111110 | 1100010 | 1011101 | 100101 | 0 | 101 | 111110 | 10101100 | 10110 | 11111 |
Color Harmonies of #3E625D
Complementary color
Monochromatic Colors of #3E625D
Black with #3E625D
Text Example
Text Example
White with #3E625D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E625D; }
p { color: rgb(62,98,93); }
H1.HeaderClassName
{
color: #3E625D;
}
.AnyTagClassName
{
color: #3E625D;
}
</style>
background-color css
<style>
a { background-color: #3E625D; }
a { background-color: rgb(62,98,93); }
div.DivClassName
{
background-color: #3E625D;
}
.BgClassName
{
background-color: #3E625D;
}
</style>
border-color css
<style>
span { border-color: #3E625D; }
span { border-color: rgb(62,98,93); }
td.TdClassName
{
border-color: #3E625D;
}
.TagClassName
{
border-color: #3E625D;
}
</style>