Shades of Oracle #3B5655
Tints of Oracle #3B5655
RGB
CMYK
RGB Variations
Color information
#3B5655 (or 0x3B5655) is known color: Oracle. HEX triplet: 3B, 56 and 55. RGB value is (59,86,85). Sum of RGB (Red+Green+Blue) = 59+86+85=230 (30% of max value = 765). Red value is 59 (23.44% from 255 or 25.65% from 230); Green value is 86 (33.98% from 255 or 37.39% from 230); Blue value is 85 (33.59% from 255 or 36.96% from 230); Max value from RGB is 86 - color contains mainly: green. Hex color #3B5655 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B5655 is #C4A9AA. Grayscale: #4D4D4D. Windows color (decimal): -12888491 or 5592635. OLE color: 5592635.
HSL color Cylindrical-coordinate representation of color #3B5655: hue angle of 177.78º degrees, saturation: 0.19, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #3B5655 is Cyan = 0.31, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 59 | 86 | 85 | - |
| CMYK | 0.31 | 0 | 0.01 | 0.66 |
| HSL | 177.78º | 0.19% | 0.28% | - |
| HSV(B) | 177.78º | 0.31% | 0.34% | - |
| XYZ | 6.77 | 8.24 | 9.83 | - |
| YUV | 77.81 | 132.05 | 114.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 86 | 85 | 0.31 | 0 | 0.01 | 0.66 | 177.78 | 0.19 | 0.28 |
| Hex | 3B | 56 | 55 | 1F | 0 | 1 | 42 | B2 | 13 | 1C |
| Octal | 73 | 126 | 125 | 37 | 0 | 1 | 102 | 262 | 23 | 34 |
| Binary | 111011 | 1010110 | 1010101 | 11111 | 0 | 1 | 1000010 | 10110010 | 10011 | 11100 |
Color Harmonies of #3B5655
Complementary color
Monochromatic Colors of #3B5655
Black with #3B5655
Text Example
Text Example
White with #3B5655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B5655; }
p { color: rgb(59,86,85); }
H1.HeaderClassName
{
color: #3B5655;
}
.AnyTagClassName
{
color: #3B5655;
}
</style>
background-color css
<style>
a { background-color: #3B5655; }
a { background-color: rgb(59,86,85); }
div.DivClassName
{
background-color: #3B5655;
}
.BgClassName
{
background-color: #3B5655;
}
</style>
border-color css
<style>
span { border-color: #3B5655; }
span { border-color: rgb(59,86,85); }
td.TdClassName
{
border-color: #3B5655;
}
.TagClassName
{
border-color: #3B5655;
}
</style>