Shades of Oracle #3B605D
Tints of Oracle #3B605D
RGB
CMYK
RGB Variations
Color information
#3B605D (or 0x3B605D) is known color: Oracle. HEX triplet: 3B, 60 and 5D. RGB value is (59,96,93). Sum of RGB (Red+Green+Blue) = 59+96+93=248 (32% of max value = 765). Red value is 59 (23.44% from 255 or 23.79% from 248); Green value is 96 (37.89% from 255 or 38.71% from 248); Blue value is 93 (36.72% from 255 or 37.5% from 248); Max value from RGB is 96 - color contains mainly: green. Hex color #3B605D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B605D is #C49FA2. Grayscale: #545454. Windows color (decimal): -12885923 or 6119483. OLE color: 6119483.
HSL color Cylindrical-coordinate representation of color #3B605D: hue angle of 175.14º 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 #3B605D is Cyan = 0.39, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 59 | 96 | 93 | - |
| CMYK | 0.39 | 0 | 0.03 | 0.62 |
| HSL | 175.14º | 0.24% | 0.3% | - |
| HSV(B) | 175.14º | 0.39% | 0.38% | - |
| XYZ | 7.96 | 10.09 | 11.88 | - |
| YUV | 84.6 | 132.74 | 109.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 96 | 93 | 0.39 | 0 | 0.03 | 0.62 | 175.14 | 0.24 | 0.3 |
| Hex | 3B | 60 | 5D | 27 | 0 | 3 | 3E | AF | 18 | 1E |
| Octal | 73 | 140 | 135 | 47 | 0 | 3 | 76 | 257 | 30 | 36 |
| Binary | 111011 | 1100000 | 1011101 | 100111 | 0 | 11 | 111110 | 10101111 | 11000 | 11110 |
Color Harmonies of #3B605D
Complementary color
Monochromatic Colors of #3B605D
Black with #3B605D
Text Example
Text Example
White with #3B605D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B605D; }
p { color: rgb(59,96,93); }
H1.HeaderClassName
{
color: #3B605D;
}
.AnyTagClassName
{
color: #3B605D;
}
</style>
background-color css
<style>
a { background-color: #3B605D; }
a { background-color: rgb(59,96,93); }
div.DivClassName
{
background-color: #3B605D;
}
.BgClassName
{
background-color: #3B605D;
}
</style>
border-color css
<style>
span { border-color: #3B605D; }
span { border-color: rgb(59,96,93); }
td.TdClassName
{
border-color: #3B605D;
}
.TagClassName
{
border-color: #3B605D;
}
</style>