Shades of Oracle #3B5754
Tints of Oracle #3B5754
RGB
CMYK
RGB Variations
Color information
#3B5754 (or 0x3B5754) is known color: Oracle. HEX triplet: 3B, 57 and 54. RGB value is (59,87,84). Sum of RGB (Red+Green+Blue) = 59+87+84=230 (30% of max value = 765). Red value is 59 (23.44% from 255 or 25.65% from 230); Green value is 87 (34.38% from 255 or 37.83% from 230); Blue value is 84 (33.20% from 255 or 36.52% from 230); Max value from RGB is 87 - color contains mainly: green. Hex color #3B5754 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B5754 is #C4A8AB. Grayscale: #4E4E4E. Windows color (decimal): -12888236 or 5527355. OLE color: 5527355.
HSL color Cylindrical-coordinate representation of color #3B5754: hue angle of 173.57º 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 #3B5754 is Cyan = 0.32, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 59 | 87 | 84 | - |
| CMYK | 0.32 | 0 | 0.03 | 0.66 |
| HSL | 173.57º | 0.19% | 0.29% | - |
| HSV(B) | 173.57º | 0.32% | 0.34% | - |
| XYZ | 6.81 | 8.39 | 9.65 | - |
| YUV | 78.29 | 131.22 | 114.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 87 | 84 | 0.32 | 0 | 0.03 | 0.66 | 173.57 | 0.19 | 0.29 |
| Hex | 3B | 57 | 54 | 20 | 0 | 3 | 42 | AE | 13 | 1D |
| Octal | 73 | 127 | 124 | 40 | 0 | 3 | 102 | 256 | 23 | 35 |
| Binary | 111011 | 1010111 | 1010100 | 100000 | 0 | 11 | 1000010 | 10101110 | 10011 | 11101 |
Color Harmonies of #3B5754
Complementary color
Monochromatic Colors of #3B5754
Black with #3B5754
Text Example
Text Example
White with #3B5754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B5754; }
p { color: rgb(59,87,84); }
H1.HeaderClassName
{
color: #3B5754;
}
.AnyTagClassName
{
color: #3B5754;
}
</style>
background-color css
<style>
a { background-color: #3B5754; }
a { background-color: rgb(59,87,84); }
div.DivClassName
{
background-color: #3B5754;
}
.BgClassName
{
background-color: #3B5754;
}
</style>
border-color css
<style>
span { border-color: #3B5754; }
span { border-color: rgb(59,87,84); }
td.TdClassName
{
border-color: #3B5754;
}
.TagClassName
{
border-color: #3B5754;
}
</style>