Shades of Oracle #3C5558
Tints of Oracle #3C5558
RGB
CMYK
RGB Variations
Color information
#3C5558 (or 0x3C5558) is known color: Oracle. HEX triplet: 3C, 55 and 58. RGB value is (60,85,88). Sum of RGB (Red+Green+Blue) = 60+85+88=233 (30% of max value = 765). Red value is 60 (23.83% from 255 or 25.75% from 233); Green value is 85 (33.59% from 255 or 36.48% from 233); Blue value is 88 (34.77% from 255 or 37.77% from 233); Max value from RGB is 88 - color contains mainly: blue. Hex color #3C5558 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C5558 is #C3AAA7. Grayscale: #4D4D4D. Windows color (decimal): -12823208 or 5788988. OLE color: 5788988.
HSL color Cylindrical-coordinate representation of color #3C5558: hue angle of 186.43º degrees, saturation: 0.19, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #3C5558 is Cyan = 0.32, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 60 | 85 | 88 | - |
| CMYK | 0.32 | 0.03 | 0 | 0.65 |
| HSL | 186.43º | 0.19% | 0.29% | - |
| HSV(B) | 186.43º | 0.32% | 0.35% | - |
| XYZ | 6.87 | 8.16 | 10.45 | - |
| YUV | 77.87 | 133.72 | 115.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 85 | 88 | 0.32 | 0.03 | 0 | 0.65 | 186.43 | 0.19 | 0.29 |
| Hex | 3C | 55 | 58 | 20 | 3 | 0 | 41 | BA | 13 | 1D |
| Octal | 74 | 125 | 130 | 40 | 3 | 0 | 101 | 272 | 23 | 35 |
| Binary | 111100 | 1010101 | 1011000 | 100000 | 11 | 0 | 1000001 | 10111010 | 10011 | 11101 |
Color Harmonies of #3C5558
Complementary color
Monochromatic Colors of #3C5558
Black with #3C5558
Text Example
Text Example
White with #3C5558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C5558; }
p { color: rgb(60,85,88); }
H1.HeaderClassName
{
color: #3C5558;
}
.AnyTagClassName
{
color: #3C5558;
}
</style>
background-color css
<style>
a { background-color: #3C5558; }
a { background-color: rgb(60,85,88); }
div.DivClassName
{
background-color: #3C5558;
}
.BgClassName
{
background-color: #3C5558;
}
</style>
border-color css
<style>
span { border-color: #3C5558; }
span { border-color: rgb(60,85,88); }
td.TdClassName
{
border-color: #3C5558;
}
.TagClassName
{
border-color: #3C5558;
}
</style>