Shades of Oracle #31595F
Tints of Oracle #31595F
RGB
CMYK
RGB Variations
Color information
#31595F (or 0x31595F) is known color: Oracle. HEX triplet: 31, 59 and 5F. RGB value is (49,89,95). Sum of RGB (Red+Green+Blue) = 49+89+95=233 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.03% from 233); Green value is 89 (35.16% from 255 or 38.20% from 233); Blue value is 95 (37.5% from 255 or 40.77% from 233); Max value from RGB is 95 - color contains mainly: blue. Hex color #31595F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31595F is #CEA6A0. Grayscale: #4D4D4D. Windows color (decimal): -13543073 or 6248753. OLE color: 6248753.
HSL color Cylindrical-coordinate representation of color #31595F: hue angle of 187.83º degrees, saturation: 0.32, 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 #31595F is Cyan = 0.48, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 49 | 89 | 95 | - |
| CMYK | 0.48 | 0.06 | 0 | 0.63 |
| HSL | 187.83º | 0.32% | 0.28% | - |
| HSV(B) | 187.83º | 0.48% | 0.37% | - |
| XYZ | 6.9 | 8.62 | 12.13 | - |
| YUV | 77.72 | 137.75 | 107.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 89 | 95 | 0.48 | 0.06 | 0 | 0.63 | 187.83 | 0.32 | 0.28 |
| Hex | 31 | 59 | 5F | 30 | 6 | 0 | 3F | BC | 20 | 1C |
| Octal | 61 | 131 | 137 | 60 | 6 | 0 | 77 | 274 | 40 | 34 |
| Binary | 110001 | 1011001 | 1011111 | 110000 | 110 | 0 | 111111 | 10111100 | 100000 | 11100 |
Color Harmonies of #31595F
Complementary color
Monochromatic Colors of #31595F
Black with #31595F
Text Example
Text Example
White with #31595F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31595F; }
p { color: rgb(49,89,95); }
H1.HeaderClassName
{
color: #31595F;
}
.AnyTagClassName
{
color: #31595F;
}
</style>
background-color css
<style>
a { background-color: #31595F; }
a { background-color: rgb(49,89,95); }
div.DivClassName
{
background-color: #31595F;
}
.BgClassName
{
background-color: #31595F;
}
</style>
border-color css
<style>
span { border-color: #31595F; }
span { border-color: rgb(49,89,95); }
td.TdClassName
{
border-color: #31595F;
}
.TagClassName
{
border-color: #31595F;
}
</style>