Shades of Oracle #3C615E
Tints of Oracle #3C615E
RGB
CMYK
RGB Variations
Color information
#3C615E (or 0x3C615E) is known color: Oracle. HEX triplet: 3C, 61 and 5E. RGB value is (60,97,94). Sum of RGB (Red+Green+Blue) = 60+97+94=251 (33% of max value = 765). Red value is 60 (23.83% from 255 or 23.90% from 251); Green value is 97 (38.28% from 255 or 38.65% from 251); Blue value is 94 (37.11% from 255 or 37.45% from 251); Max value from RGB is 97 - color contains mainly: green. Hex color #3C615E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C615E is #C39EA1. Grayscale: #555555. Windows color (decimal): -12820130 or 6185276. OLE color: 6185276.
HSL color Cylindrical-coordinate representation of color #3C615E: hue angle of 175.14º degrees, saturation: 0.24, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #3C615E is Cyan = 0.38, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 60 | 97 | 94 | - |
| CMYK | 0.38 | 0 | 0.03 | 0.62 |
| HSL | 175.14º | 0.24% | 0.31% | - |
| HSV(B) | 175.14º | 0.38% | 0.38% | - |
| XYZ | 8.16 | 10.32 | 12.15 | - |
| YUV | 85.6 | 132.74 | 109.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 97 | 94 | 0.38 | 0 | 0.03 | 0.62 | 175.14 | 0.24 | 0.31 |
| Hex | 3C | 61 | 5E | 26 | 0 | 3 | 3E | AF | 18 | 1F |
| Octal | 74 | 141 | 136 | 46 | 0 | 3 | 76 | 257 | 30 | 37 |
| Binary | 111100 | 1100001 | 1011110 | 100110 | 0 | 11 | 111110 | 10101111 | 11000 | 11111 |
Color Harmonies of #3C615E
Complementary color
Monochromatic Colors of #3C615E
Black with #3C615E
Text Example
Text Example
White with #3C615E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C615E; }
p { color: rgb(60,97,94); }
H1.HeaderClassName
{
color: #3C615E;
}
.AnyTagClassName
{
color: #3C615E;
}
</style>
background-color css
<style>
a { background-color: #3C615E; }
a { background-color: rgb(60,97,94); }
div.DivClassName
{
background-color: #3C615E;
}
.BgClassName
{
background-color: #3C615E;
}
</style>
border-color css
<style>
span { border-color: #3C615E; }
span { border-color: rgb(60,97,94); }
td.TdClassName
{
border-color: #3C615E;
}
.TagClassName
{
border-color: #3C615E;
}
</style>