Shades of Oracle #3C5F5D
Tints of Oracle #3C5F5D
RGB
CMYK
RGB Variations
Color information
#3C5F5D (or 0x3C5F5D) is known color: Oracle. HEX triplet: 3C, 5F and 5D. RGB value is (60,95,93). Sum of RGB (Red+Green+Blue) = 60+95+93=248 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.19% from 248); Green value is 95 (37.5% from 255 or 38.31% from 248); Blue value is 93 (36.72% from 255 or 37.5% from 248); Max value from RGB is 95 - color contains mainly: green. Hex color #3C5F5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C5F5D is #C3A0A2. Grayscale: #545454. Windows color (decimal): -12820643 or 6119228. OLE color: 6119228.
HSL color Cylindrical-coordinate representation of color #3C5F5D: hue angle of 176.57º degrees, saturation: 0.23, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #3C5F5D is Cyan = 0.37, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 60 | 95 | 93 | - |
| CMYK | 0.37 | 0 | 0.02 | 0.63 |
| HSL | 176.57º | 0.23% | 0.3% | - |
| HSV(B) | 176.57º | 0.37% | 0.37% | - |
| XYZ | 7.93 | 9.94 | 11.86 | - |
| YUV | 84.31 | 132.9 | 110.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 95 | 93 | 0.37 | 0 | 0.02 | 0.63 | 176.57 | 0.23 | 0.3 |
| Hex | 3C | 5F | 5D | 25 | 0 | 2 | 3F | B1 | 17 | 1E |
| Octal | 74 | 137 | 135 | 45 | 0 | 2 | 77 | 261 | 27 | 36 |
| Binary | 111100 | 1011111 | 1011101 | 100101 | 0 | 10 | 111111 | 10110001 | 10111 | 11110 |
Color Harmonies of #3C5F5D
Complementary color
Monochromatic Colors of #3C5F5D
Black with #3C5F5D
Text Example
Text Example
White with #3C5F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C5F5D; }
p { color: rgb(60,95,93); }
H1.HeaderClassName
{
color: #3C5F5D;
}
.AnyTagClassName
{
color: #3C5F5D;
}
</style>
background-color css
<style>
a { background-color: #3C5F5D; }
a { background-color: rgb(60,95,93); }
div.DivClassName
{
background-color: #3C5F5D;
}
.BgClassName
{
background-color: #3C5F5D;
}
</style>
border-color css
<style>
span { border-color: #3C5F5D; }
span { border-color: rgb(60,95,93); }
td.TdClassName
{
border-color: #3C5F5D;
}
.TagClassName
{
border-color: #3C5F5D;
}
</style>