Shades of Oracle #31595A
Tints of Oracle #31595A
RGB
CMYK
RGB Variations
Color information
#31595A (or 0x31595A) is known color: Oracle. HEX triplet: 31, 59 and 5A. RGB value is (49,89,90). Sum of RGB (Red+Green+Blue) = 49+89+90=228 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.49% from 228); Green value is 89 (35.16% from 255 or 39.04% from 228); Blue value is 90 (35.55% from 255 or 39.47% from 228); Max value from RGB is 90 - color contains mainly: blue. Hex color #31595A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31595A is #CEA6A5. Grayscale: #4D4D4D. Windows color (decimal): -13543078 or 5921073. OLE color: 5921073.
HSL color Cylindrical-coordinate representation of color #31595A: hue angle of 181.46º degrees, saturation: 0.29, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #31595A is Cyan = 0.46, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 49 | 89 | 90 | - |
| CMYK | 0.46 | 0.01 | 0 | 0.65 |
| HSL | 181.46º | 0.29% | 0.27% | - |
| HSV(B) | 181.46º | 0.46% | 0.35% | - |
| XYZ | 6.68 | 8.54 | 10.97 | - |
| YUV | 77.15 | 135.25 | 107.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 89 | 90 | 0.46 | 0.01 | 0 | 0.65 | 181.46 | 0.29 | 0.27 |
| Hex | 31 | 59 | 5A | 2E | 1 | 0 | 41 | B5 | 1D | 1B |
| Octal | 61 | 131 | 132 | 56 | 1 | 0 | 101 | 265 | 35 | 33 |
| Binary | 110001 | 1011001 | 1011010 | 101110 | 1 | 0 | 1000001 | 10110101 | 11101 | 11011 |
Color Harmonies of #31595A
Complementary color
Monochromatic Colors of #31595A
Black with #31595A
Text Example
Text Example
White with #31595A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31595A; }
p { color: rgb(49,89,90); }
H1.HeaderClassName
{
color: #31595A;
}
.AnyTagClassName
{
color: #31595A;
}
</style>
background-color css
<style>
a { background-color: #31595A; }
a { background-color: rgb(49,89,90); }
div.DivClassName
{
background-color: #31595A;
}
.BgClassName
{
background-color: #31595A;
}
</style>
border-color css
<style>
span { border-color: #31595A; }
span { border-color: rgb(49,89,90); }
td.TdClassName
{
border-color: #31595A;
}
.TagClassName
{
border-color: #31595A;
}
</style>