Shades of Oracle #31595D
Tints of Oracle #31595D
RGB
CMYK
RGB Variations
Color information
#31595D (or 0x31595D) is known color: Oracle. HEX triplet: 31, 59 and 5D. RGB value is (49,89,93). Sum of RGB (Red+Green+Blue) = 49+89+93=231 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.21% from 231); Green value is 89 (35.16% from 255 or 38.53% from 231); Blue value is 93 (36.72% from 255 or 40.26% from 231); Max value from RGB is 93 - color contains mainly: blue. Hex color #31595D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31595D is #CEA6A2. Grayscale: #4D4D4D. Windows color (decimal): -13543075 or 6117681. OLE color: 6117681.
HSL color Cylindrical-coordinate representation of color #31595D: hue angle of 185.45º degrees, saturation: 0.31, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #31595D is Cyan = 0.47, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 49 | 89 | 93 | - |
| CMYK | 0.47 | 0.04 | 0 | 0.64 |
| HSL | 185.45º | 0.31% | 0.28% | - |
| HSV(B) | 185.45º | 0.47% | 0.36% | - |
| XYZ | 6.81 | 8.59 | 11.65 | - |
| YUV | 77.5 | 136.75 | 107.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 89 | 93 | 0.47 | 0.04 | 0 | 0.64 | 185.45 | 0.31 | 0.28 |
| Hex | 31 | 59 | 5D | 2F | 4 | 0 | 40 | B9 | 1F | 1C |
| Octal | 61 | 131 | 135 | 57 | 4 | 0 | 100 | 271 | 37 | 34 |
| Binary | 110001 | 1011001 | 1011101 | 101111 | 100 | 0 | 1000000 | 10111001 | 11111 | 11100 |
Color Harmonies of #31595D
Complementary color
Monochromatic Colors of #31595D
Black with #31595D
Text Example
Text Example
White with #31595D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31595D; }
p { color: rgb(49,89,93); }
H1.HeaderClassName
{
color: #31595D;
}
.AnyTagClassName
{
color: #31595D;
}
</style>
background-color css
<style>
a { background-color: #31595D; }
a { background-color: rgb(49,89,93); }
div.DivClassName
{
background-color: #31595D;
}
.BgClassName
{
background-color: #31595D;
}
</style>
border-color css
<style>
span { border-color: #31595D; }
span { border-color: rgb(49,89,93); }
td.TdClassName
{
border-color: #31595D;
}
.TagClassName
{
border-color: #31595D;
}
</style>