Shades of Oracle #3A5E58
Tints of Oracle #3A5E58
RGB
CMYK
RGB Variations
Color information
#3A5E58 (or 0x3A5E58) is known color: Oracle. HEX triplet: 3A, 5E and 58. RGB value is (58,94,88). Sum of RGB (Red+Green+Blue) = 58+94+88=240 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.17% from 240); Green value is 94 (37.11% from 255 or 39.17% from 240); Blue value is 88 (34.77% from 255 or 36.67% from 240); Max value from RGB is 94 - color contains mainly: green. Hex color #3A5E58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A5E58 is #C5A1A7. Grayscale: #525252. Windows color (decimal): -12951976 or 5791290. OLE color: 5791290.
HSL color Cylindrical-coordinate representation of color #3A5E58: hue angle of 170º degrees, saturation: 0.24, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #3A5E58 is Cyan = 0.38, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 58 | 94 | 88 | - |
| CMYK | 0.38 | 0 | 0.06 | 0.63 |
| HSL | 170º | 0.24% | 0.3% | - |
| HSV(B) | 170º | 0.38% | 0.37% | - |
| XYZ | 7.51 | 9.61 | 10.69 | - |
| YUV | 82.55 | 131.07 | 110.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 94 | 88 | 0.38 | 0 | 0.06 | 0.63 | 170 | 0.24 | 0.3 |
| Hex | 3A | 5E | 58 | 26 | 0 | 6 | 3F | AA | 18 | 1E |
| Octal | 72 | 136 | 130 | 46 | 0 | 6 | 77 | 252 | 30 | 36 |
| Binary | 111010 | 1011110 | 1011000 | 100110 | 0 | 110 | 111111 | 10101010 | 11000 | 11110 |
Color Harmonies of #3A5E58
Complementary color
Monochromatic Colors of #3A5E58
Black with #3A5E58
Text Example
Text Example
White with #3A5E58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A5E58; }
p { color: rgb(58,94,88); }
H1.HeaderClassName
{
color: #3A5E58;
}
.AnyTagClassName
{
color: #3A5E58;
}
</style>
background-color css
<style>
a { background-color: #3A5E58; }
a { background-color: rgb(58,94,88); }
div.DivClassName
{
background-color: #3A5E58;
}
.BgClassName
{
background-color: #3A5E58;
}
</style>
border-color css
<style>
span { border-color: #3A5E58; }
span { border-color: rgb(58,94,88); }
td.TdClassName
{
border-color: #3A5E58;
}
.TagClassName
{
border-color: #3A5E58;
}
</style>