Shades of Oracle #3E5353
Tints of Oracle #3E5353
RGB
CMYK
RGB Variations
Color information
#3E5353 (or 0x3E5353) is known color: Oracle. HEX triplet: 3E, 53 and 53. RGB value is (62,83,83). Sum of RGB (Red+Green+Blue) = 62+83+83=228 (30% of max value = 765). Red value is 62 (24.61% from 255 or 27.19% from 228); Green value is 83 (32.81% from 255 or 36.40% from 228); Blue value is 83 (32.81% from 255 or 36.40% from 228); Max value from RGB is 83 - color contains mainly: green, blue. Hex color #3E5353 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E5353 is #C1ACAC. Grayscale: #4C4C4C. Windows color (decimal): -12692653 or 5460798. OLE color: 5460798.
HSL color Cylindrical-coordinate representation of color #3E5353: hue angle of 180º degrees, saturation: 0.14, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #3E5353 is Cyan = 0.25, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 62 | 83 | 83 | - |
| CMYK | 0.25 | 0 | 0 | 0.67 |
| HSL | 180º | 0.14% | 0.28% | - |
| HSV(B) | 180º | 0.25% | 0.33% | - |
| XYZ | 6.64 | 7.84 | 9.35 | - |
| YUV | 76.72 | 131.54 | 117.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 83 | 83 | 0.25 | 0 | 0 | 0.67 | 180 | 0.14 | 0.28 |
| Hex | 3E | 53 | 53 | 19 | 0 | 0 | 43 | B4 | E | 1C |
| Octal | 76 | 123 | 123 | 31 | 0 | 0 | 103 | 264 | 16 | 34 |
| Binary | 111110 | 1010011 | 1010011 | 11001 | 0 | 0 | 1000011 | 10110100 | 1110 | 11100 |
Color Harmonies of #3E5353
Complementary color
Monochromatic Colors of #3E5353
Black with #3E5353
Text Example
Text Example
White with #3E5353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E5353; }
p { color: rgb(62,83,83); }
H1.HeaderClassName
{
color: #3E5353;
}
.AnyTagClassName
{
color: #3E5353;
}
</style>
background-color css
<style>
a { background-color: #3E5353; }
a { background-color: rgb(62,83,83); }
div.DivClassName
{
background-color: #3E5353;
}
.BgClassName
{
background-color: #3E5353;
}
</style>
border-color css
<style>
span { border-color: #3E5353; }
span { border-color: rgb(62,83,83); }
td.TdClassName
{
border-color: #3E5353;
}
.TagClassName
{
border-color: #3E5353;
}
</style>