Shades of Oracle #3B5756
Tints of Oracle #3B5756
RGB
CMYK
RGB Variations
Color information
#3B5756 (or 0x3B5756) is known color: Oracle. HEX triplet: 3B, 57 and 56. RGB value is (59,87,86). Sum of RGB (Red+Green+Blue) = 59+87+86=232 (30% of max value = 765). Red value is 59 (23.44% from 255 or 25.43% from 232); Green value is 87 (34.38% from 255 or 37.5% from 232); Blue value is 86 (33.98% from 255 or 37.07% from 232); Max value from RGB is 87 - color contains mainly: green. Hex color #3B5756 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B5756 is #C4A8A9. Grayscale: #4E4E4E. Windows color (decimal): -12888234 or 5658427. OLE color: 5658427.
HSL color Cylindrical-coordinate representation of color #3B5756: hue angle of 177.86º degrees, saturation: 0.19, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #3B5756 is Cyan = 0.32, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 59 | 87 | 86 | - |
| CMYK | 0.32 | 0 | 0.01 | 0.66 |
| HSL | 177.86º | 0.19% | 0.29% | - |
| HSV(B) | 177.86º | 0.32% | 0.34% | - |
| XYZ | 6.89 | 8.42 | 10.07 | - |
| YUV | 78.51 | 132.22 | 114.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 87 | 86 | 0.32 | 0 | 0.01 | 0.66 | 177.86 | 0.19 | 0.29 |
| Hex | 3B | 57 | 56 | 20 | 0 | 1 | 42 | B2 | 13 | 1D |
| Octal | 73 | 127 | 126 | 40 | 0 | 1 | 102 | 262 | 23 | 35 |
| Binary | 111011 | 1010111 | 1010110 | 100000 | 0 | 1 | 1000010 | 10110010 | 10011 | 11101 |
Color Harmonies of #3B5756
Complementary color
Monochromatic Colors of #3B5756
Black with #3B5756
Text Example
Text Example
White with #3B5756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B5756; }
p { color: rgb(59,87,86); }
H1.HeaderClassName
{
color: #3B5756;
}
.AnyTagClassName
{
color: #3B5756;
}
</style>
background-color css
<style>
a { background-color: #3B5756; }
a { background-color: rgb(59,87,86); }
div.DivClassName
{
background-color: #3B5756;
}
.BgClassName
{
background-color: #3B5756;
}
</style>
border-color css
<style>
span { border-color: #3B5756; }
span { border-color: rgb(59,87,86); }
td.TdClassName
{
border-color: #3B5756;
}
.TagClassName
{
border-color: #3B5756;
}
</style>