Shades of Oracle #31595B
Tints of Oracle #31595B
RGB
CMYK
RGB Variations
Color information
#31595B (or 0x31595B) is known color: Oracle. HEX triplet: 31, 59 and 5B. RGB value is (49,89,91). Sum of RGB (Red+Green+Blue) = 49+89+91=229 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.40% from 229); Green value is 89 (35.16% from 255 or 38.86% from 229); Blue value is 91 (35.94% from 255 or 39.74% from 229); Max value from RGB is 91 - color contains mainly: blue. Hex color #31595B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31595B is #CEA6A4. Grayscale: #4D4D4D. Windows color (decimal): -13543077 or 5986609. OLE color: 5986609.
HSL color Cylindrical-coordinate representation of color #31595B: hue angle of 182.86º degrees, saturation: 0.3, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #31595B is Cyan = 0.46, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 49 | 89 | 91 | - |
| CMYK | 0.46 | 0.02 | 0 | 0.64 |
| HSL | 182.86º | 0.3% | 0.27% | - |
| HSV(B) | 182.86º | 0.46% | 0.36% | - |
| XYZ | 6.73 | 8.55 | 11.19 | - |
| YUV | 77.27 | 135.75 | 107.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 89 | 91 | 0.46 | 0.02 | 0 | 0.64 | 182.86 | 0.3 | 0.27 |
| Hex | 31 | 59 | 5B | 2E | 2 | 0 | 40 | B7 | 1E | 1B |
| Octal | 61 | 131 | 133 | 56 | 2 | 0 | 100 | 267 | 36 | 33 |
| Binary | 110001 | 1011001 | 1011011 | 101110 | 10 | 0 | 1000000 | 10110111 | 11110 | 11011 |
Color Harmonies of #31595B
Complementary color
Monochromatic Colors of #31595B
Black with #31595B
Text Example
Text Example
White with #31595B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31595B; }
p { color: rgb(49,89,91); }
H1.HeaderClassName
{
color: #31595B;
}
.AnyTagClassName
{
color: #31595B;
}
</style>
background-color css
<style>
a { background-color: #31595B; }
a { background-color: rgb(49,89,91); }
div.DivClassName
{
background-color: #31595B;
}
.BgClassName
{
background-color: #31595B;
}
</style>
border-color css
<style>
span { border-color: #31595B; }
span { border-color: rgb(49,89,91); }
td.TdClassName
{
border-color: #31595B;
}
.TagClassName
{
border-color: #31595B;
}
</style>