Shades of Oracle #3E615C
Tints of Oracle #3E615C
RGB
CMYK
RGB Variations
Color information
#3E615C (or 0x3E615C) is known color: Oracle. HEX triplet: 3E, 61 and 5C. RGB value is (62,97,92). Sum of RGB (Red+Green+Blue) = 62+97+92=251 (33% of max value = 765). Red value is 62 (24.61% from 255 or 24.70% from 251); Green value is 97 (38.28% from 255 or 38.65% from 251); Blue value is 92 (36.33% from 255 or 36.65% from 251); Max value from RGB is 97 - color contains mainly: green. Hex color #3E615C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E615C is #C19EA3. Grayscale: #555555. Windows color (decimal): -12689060 or 6054206. OLE color: 6054206.
HSL color Cylindrical-coordinate representation of color #3E615C: hue angle of 171.43º 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 #3E615C is Cyan = 0.36, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 62 | 97 | 92 | - |
| CMYK | 0.36 | 0 | 0.05 | 0.62 |
| HSL | 171.43º | 0.22% | 0.31% | - |
| HSV(B) | 171.43º | 0.36% | 0.38% | - |
| XYZ | 8.19 | 10.35 | 11.69 | - |
| YUV | 85.97 | 131.4 | 110.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 97 | 92 | 0.36 | 0 | 0.05 | 0.62 | 171.43 | 0.22 | 0.31 |
| Hex | 3E | 61 | 5C | 24 | 0 | 5 | 3E | AB | 16 | 1F |
| Octal | 76 | 141 | 134 | 44 | 0 | 5 | 76 | 253 | 26 | 37 |
| Binary | 111110 | 1100001 | 1011100 | 100100 | 0 | 101 | 111110 | 10101011 | 10110 | 11111 |
Color Harmonies of #3E615C
Complementary color
Monochromatic Colors of #3E615C
Black with #3E615C
Text Example
Text Example
White with #3E615C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E615C; }
p { color: rgb(62,97,92); }
H1.HeaderClassName
{
color: #3E615C;
}
.AnyTagClassName
{
color: #3E615C;
}
</style>
background-color css
<style>
a { background-color: #3E615C; }
a { background-color: rgb(62,97,92); }
div.DivClassName
{
background-color: #3E615C;
}
.BgClassName
{
background-color: #3E615C;
}
</style>
border-color css
<style>
span { border-color: #3E615C; }
span { border-color: rgb(62,97,92); }
td.TdClassName
{
border-color: #3E615C;
}
.TagClassName
{
border-color: #3E615C;
}
</style>