Shades of Oracle #3B5E58
Tints of Oracle #3B5E58
RGB
CMYK
RGB Variations
Color information
#3B5E58 (or 0x3B5E58) is known color: Oracle. HEX triplet: 3B, 5E and 58. RGB value is (59,94,88). Sum of RGB (Red+Green+Blue) = 59+94+88=241 (31% of max value = 765). Red value is 59 (23.44% from 255 or 24.48% from 241); Green value is 94 (37.11% from 255 or 39.00% from 241); Blue value is 88 (34.77% from 255 or 36.51% from 241); Max value from RGB is 94 - color contains mainly: green. Hex color #3B5E58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B5E58 is #C4A1A7. Grayscale: #525252. Windows color (decimal): -12886440 or 5791291. OLE color: 5791291.
HSL color Cylindrical-coordinate representation of color #3B5E58: hue angle of 169.71º 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 #3B5E58 is Cyan = 0.37, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 59 | 94 | 88 | - |
| CMYK | 0.37 | 0 | 0.06 | 0.63 |
| HSL | 169.71º | 0.23% | 0.3% | - |
| HSV(B) | 169.71º | 0.37% | 0.37% | - |
| XYZ | 7.57 | 9.64 | 10.69 | - |
| YUV | 82.85 | 130.9 | 110.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 94 | 88 | 0.37 | 0 | 0.06 | 0.63 | 169.71 | 0.23 | 0.3 |
| Hex | 3B | 5E | 58 | 25 | 0 | 6 | 3F | AA | 17 | 1E |
| Octal | 73 | 136 | 130 | 45 | 0 | 6 | 77 | 252 | 27 | 36 |
| Binary | 111011 | 1011110 | 1011000 | 100101 | 0 | 110 | 111111 | 10101010 | 10111 | 11110 |
Color Harmonies of #3B5E58
Complementary color
Monochromatic Colors of #3B5E58
Black with #3B5E58
Text Example
Text Example
White with #3B5E58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B5E58; }
p { color: rgb(59,94,88); }
H1.HeaderClassName
{
color: #3B5E58;
}
.AnyTagClassName
{
color: #3B5E58;
}
</style>
background-color css
<style>
a { background-color: #3B5E58; }
a { background-color: rgb(59,94,88); }
div.DivClassName
{
background-color: #3B5E58;
}
.BgClassName
{
background-color: #3B5E58;
}
</style>
border-color css
<style>
span { border-color: #3B5E58; }
span { border-color: rgb(59,94,88); }
td.TdClassName
{
border-color: #3B5E58;
}
.TagClassName
{
border-color: #3B5E58;
}
</style>