Shades of Oracle #3B605B
Tints of Oracle #3B605B
RGB
CMYK
RGB Variations
Color information
#3B605B (or 0x3B605B) is known color: Oracle. HEX triplet: 3B, 60 and 5B. RGB value is (59,96,91). Sum of RGB (Red+Green+Blue) = 59+96+91=246 (32% of max value = 765). Red value is 59 (23.44% from 255 or 23.98% from 246); Green value is 96 (37.89% from 255 or 39.02% from 246); Blue value is 91 (35.94% from 255 or 36.99% from 246); Max value from RGB is 96 - color contains mainly: green. Hex color #3B605B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B605B is #C49FA4. Grayscale: #545454. Windows color (decimal): -12885925 or 5988411. OLE color: 5988411.
HSL color Cylindrical-coordinate representation of color #3B605B: hue angle of 171.89º degrees, saturation: 0.24, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #3B605B is Cyan = 0.39, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 59 | 96 | 91 | - |
| CMYK | 0.39 | 0 | 0.05 | 0.62 |
| HSL | 171.89º | 0.24% | 0.3% | - |
| HSV(B) | 171.89º | 0.39% | 0.38% | - |
| XYZ | 7.87 | 10.05 | 11.42 | - |
| YUV | 84.37 | 131.74 | 109.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 96 | 91 | 0.39 | 0 | 0.05 | 0.62 | 171.89 | 0.24 | 0.3 |
| Hex | 3B | 60 | 5B | 27 | 0 | 5 | 3E | AC | 18 | 1E |
| Octal | 73 | 140 | 133 | 47 | 0 | 5 | 76 | 254 | 30 | 36 |
| Binary | 111011 | 1100000 | 1011011 | 100111 | 0 | 101 | 111110 | 10101100 | 11000 | 11110 |
Color Harmonies of #3B605B
Complementary color
Monochromatic Colors of #3B605B
Black with #3B605B
Text Example
Text Example
White with #3B605B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B605B; }
p { color: rgb(59,96,91); }
H1.HeaderClassName
{
color: #3B605B;
}
.AnyTagClassName
{
color: #3B605B;
}
</style>
background-color css
<style>
a { background-color: #3B605B; }
a { background-color: rgb(59,96,91); }
div.DivClassName
{
background-color: #3B605B;
}
.BgClassName
{
background-color: #3B605B;
}
</style>
border-color css
<style>
span { border-color: #3B605B; }
span { border-color: rgb(59,96,91); }
td.TdClassName
{
border-color: #3B605B;
}
.TagClassName
{
border-color: #3B605B;
}
</style>