Shades of Oracle #31595E
Tints of Oracle #31595E
RGB
CMYK
RGB Variations
Color information
#31595E (or 0x31595E) is known color: Oracle. HEX triplet: 31, 59 and 5E. RGB value is (49,89,94). Sum of RGB (Red+Green+Blue) = 49+89+94=232 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.12% from 232); Green value is 89 (35.16% from 255 or 38.36% from 232); Blue value is 94 (37.11% from 255 or 40.52% from 232); Max value from RGB is 94 - color contains mainly: blue. Hex color #31595E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31595E is #CEA6A1. Grayscale: #4D4D4D. Windows color (decimal): -13543074 or 6183217. OLE color: 6183217.
HSL color Cylindrical-coordinate representation of color #31595E: hue angle of 186.67º degrees, saturation: 0.31, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #31595E is Cyan = 0.48, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 49 | 89 | 94 | - |
| CMYK | 0.48 | 0.05 | 0 | 0.63 |
| HSL | 186.67º | 0.31% | 0.28% | - |
| HSV(B) | 186.67º | 0.48% | 0.37% | - |
| XYZ | 6.86 | 8.61 | 11.89 | - |
| YUV | 77.61 | 137.25 | 107.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 89 | 94 | 0.48 | 0.05 | 0 | 0.63 | 186.67 | 0.31 | 0.28 |
| Hex | 31 | 59 | 5E | 30 | 5 | 0 | 3F | BB | 1F | 1C |
| Octal | 61 | 131 | 136 | 60 | 5 | 0 | 77 | 273 | 37 | 34 |
| Binary | 110001 | 1011001 | 1011110 | 110000 | 101 | 0 | 111111 | 10111011 | 11111 | 11100 |
Color Harmonies of #31595E
Complementary color
Monochromatic Colors of #31595E
Black with #31595E
Text Example
Text Example
White with #31595E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31595E; }
p { color: rgb(49,89,94); }
H1.HeaderClassName
{
color: #31595E;
}
.AnyTagClassName
{
color: #31595E;
}
</style>
background-color css
<style>
a { background-color: #31595E; }
a { background-color: rgb(49,89,94); }
div.DivClassName
{
background-color: #31595E;
}
.BgClassName
{
background-color: #31595E;
}
</style>
border-color css
<style>
span { border-color: #31595E; }
span { border-color: rgb(49,89,94); }
td.TdClassName
{
border-color: #31595E;
}
.TagClassName
{
border-color: #31595E;
}
</style>