Shades of Oracle #315B59
Tints of Oracle #315B59
RGB
CMYK
RGB Variations
Color information
#315B59 (or 0x315B59) is known color: Oracle. HEX triplet: 31, 5B and 59. RGB value is (49,91,89). Sum of RGB (Red+Green+Blue) = 49+91+89=229 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.40% from 229); Green value is 91 (35.94% from 255 or 39.74% from 229); Blue value is 89 (35.16% from 255 or 38.86% from 229); Max value from RGB is 91 - color contains mainly: green. Hex color #315B59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315B59 is #CEA4A6. Grayscale: #4E4E4E. Windows color (decimal): -13542567 or 5856049. OLE color: 5856049.
HSL color Cylindrical-coordinate representation of color #315B59: hue angle of 177.14º 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 #315B59 is Cyan = 0.46, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 49 | 91 | 89 | - |
| CMYK | 0.46 | 0 | 0.02 | 0.64 |
| HSL | 177.14º | 0.3% | 0.27% | - |
| HSV(B) | 177.14º | 0.46% | 0.36% | - |
| XYZ | 6.81 | 8.86 | 10.8 | - |
| YUV | 78.21 | 134.09 | 107.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 91 | 89 | 0.46 | 0 | 0.02 | 0.64 | 177.14 | 0.3 | 0.27 |
| Hex | 31 | 5B | 59 | 2E | 0 | 2 | 40 | B1 | 1E | 1B |
| Octal | 61 | 133 | 131 | 56 | 0 | 2 | 100 | 261 | 36 | 33 |
| Binary | 110001 | 1011011 | 1011001 | 101110 | 0 | 10 | 1000000 | 10110001 | 11110 | 11011 |
Color Harmonies of #315B59
Complementary color
Monochromatic Colors of #315B59
Black with #315B59
Text Example
Text Example
White with #315B59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315B59; }
p { color: rgb(49,91,89); }
H1.HeaderClassName
{
color: #315B59;
}
.AnyTagClassName
{
color: #315B59;
}
</style>
background-color css
<style>
a { background-color: #315B59; }
a { background-color: rgb(49,91,89); }
div.DivClassName
{
background-color: #315B59;
}
.BgClassName
{
background-color: #315B59;
}
</style>
border-color css
<style>
span { border-color: #315B59; }
span { border-color: rgb(49,91,89); }
td.TdClassName
{
border-color: #315B59;
}
.TagClassName
{
border-color: #315B59;
}
</style>