Shades of Oracle #3B5957
Tints of Oracle #3B5957
RGB
CMYK
RGB Variations
Color information
#3B5957 (or 0x3B5957) is known color: Oracle. HEX triplet: 3B, 59 and 57. RGB value is (59,89,87). Sum of RGB (Red+Green+Blue) = 59+89+87=235 (31% of max value = 765). Red value is 59 (23.44% from 255 or 25.11% from 235); Green value is 89 (35.16% from 255 or 37.87% from 235); Blue value is 87 (34.38% from 255 or 37.02% from 235); Max value from RGB is 89 - color contains mainly: green. Hex color #3B5957 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B5957 is #C4A6A8. Grayscale: #4F4F4F. Windows color (decimal): -12887721 or 5724475. OLE color: 5724475.
HSL color Cylindrical-coordinate representation of color #3B5957: hue angle of 176º degrees, saturation: 0.2, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #3B5957 is Cyan = 0.34, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 59 | 89 | 87 | - |
| CMYK | 0.34 | 0 | 0.02 | 0.65 |
| HSL | 176º | 0.2% | 0.29% | - |
| HSV(B) | 176º | 0.34% | 0.35% | - |
| XYZ | 7.1 | 8.76 | 10.33 | - |
| YUV | 79.8 | 132.06 | 113.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 89 | 87 | 0.34 | 0 | 0.02 | 0.65 | 176 | 0.2 | 0.29 |
| Hex | 3B | 59 | 57 | 22 | 0 | 2 | 41 | B0 | 14 | 1D |
| Octal | 73 | 131 | 127 | 42 | 0 | 2 | 101 | 260 | 24 | 35 |
| Binary | 111011 | 1011001 | 1010111 | 100010 | 0 | 10 | 1000001 | 10110000 | 10100 | 11101 |
Color Harmonies of #3B5957
Complementary color
Monochromatic Colors of #3B5957
Black with #3B5957
Text Example
Text Example
White with #3B5957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B5957; }
p { color: rgb(59,89,87); }
H1.HeaderClassName
{
color: #3B5957;
}
.AnyTagClassName
{
color: #3B5957;
}
</style>
background-color css
<style>
a { background-color: #3B5957; }
a { background-color: rgb(59,89,87); }
div.DivClassName
{
background-color: #3B5957;
}
.BgClassName
{
background-color: #3B5957;
}
</style>
border-color css
<style>
span { border-color: #3B5957; }
span { border-color: rgb(59,89,87); }
td.TdClassName
{
border-color: #3B5957;
}
.TagClassName
{
border-color: #3B5957;
}
</style>