Shades of Oracle #3B5855
Tints of Oracle #3B5855
RGB
CMYK
RGB Variations
Color information
#3B5855 (or 0x3B5855) is known color: Oracle. HEX triplet: 3B, 58 and 55. RGB value is (59,88,85). Sum of RGB (Red+Green+Blue) = 59+88+85=232 (30% of max value = 765). Red value is 59 (23.44% from 255 or 25.43% from 232); Green value is 88 (34.77% from 255 or 37.93% from 232); Blue value is 85 (33.59% from 255 or 36.64% from 232); Max value from RGB is 88 - color contains mainly: green. Hex color #3B5855 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B5855 is #C4A7AA. Grayscale: #4E4E4E. Windows color (decimal): -12887979 or 5593147. OLE color: 5593147.
HSL color Cylindrical-coordinate representation of color #3B5855: hue angle of 173.79º degrees, saturation: 0.2, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #3B5855 is Cyan = 0.33, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 59 | 88 | 85 | - |
| CMYK | 0.33 | 0 | 0.03 | 0.65 |
| HSL | 173.79º | 0.2% | 0.29% | - |
| HSV(B) | 173.79º | 0.33% | 0.35% | - |
| XYZ | 6.93 | 8.57 | 9.88 | - |
| YUV | 78.99 | 131.39 | 113.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 88 | 85 | 0.33 | 0 | 0.03 | 0.65 | 173.79 | 0.2 | 0.29 |
| Hex | 3B | 58 | 55 | 21 | 0 | 3 | 41 | AE | 14 | 1D |
| Octal | 73 | 130 | 125 | 41 | 0 | 3 | 101 | 256 | 24 | 35 |
| Binary | 111011 | 1011000 | 1010101 | 100001 | 0 | 11 | 1000001 | 10101110 | 10100 | 11101 |
Color Harmonies of #3B5855
Complementary color
Monochromatic Colors of #3B5855
Black with #3B5855
Text Example
Text Example
White with #3B5855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B5855; }
p { color: rgb(59,88,85); }
H1.HeaderClassName
{
color: #3B5855;
}
.AnyTagClassName
{
color: #3B5855;
}
</style>
background-color css
<style>
a { background-color: #3B5855; }
a { background-color: rgb(59,88,85); }
div.DivClassName
{
background-color: #3B5855;
}
.BgClassName
{
background-color: #3B5855;
}
</style>
border-color css
<style>
span { border-color: #3B5855; }
span { border-color: rgb(59,88,85); }
td.TdClassName
{
border-color: #3B5855;
}
.TagClassName
{
border-color: #3B5855;
}
</style>