Shades of Oracle #315759
Tints of Oracle #315759
RGB
CMYK
RGB Variations
Color information
#315759 (or 0x315759) is known color: Oracle. HEX triplet: 31, 57 and 59. RGB value is (49,87,89). Sum of RGB (Red+Green+Blue) = 49+87+89=225 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.78% from 225); Green value is 87 (34.38% from 255 or 38.67% from 225); Blue value is 89 (35.16% from 255 or 39.56% from 225); Max value from RGB is 89 - color contains mainly: blue. Hex color #315759 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315759 is #CEA8A6. Grayscale: #4B4B4B. Windows color (decimal): -13543591 or 5855025. OLE color: 5855025.
HSL color Cylindrical-coordinate representation of color #315759: hue angle of 183º degrees, saturation: 0.29, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #315759 is Cyan = 0.45, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 49 | 87 | 89 | - |
| CMYK | 0.45 | 0.02 | 0 | 0.65 |
| HSL | 183º | 0.29% | 0.27% | - |
| HSV(B) | 183º | 0.45% | 0.35% | - |
| XYZ | 6.48 | 8.19 | 10.69 | - |
| YUV | 75.87 | 135.41 | 108.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 87 | 89 | 0.45 | 0.02 | 0 | 0.65 | 183 | 0.29 | 0.27 |
| Hex | 31 | 57 | 59 | 2D | 2 | 0 | 41 | B7 | 1D | 1B |
| Octal | 61 | 127 | 131 | 55 | 2 | 0 | 101 | 267 | 35 | 33 |
| Binary | 110001 | 1010111 | 1011001 | 101101 | 10 | 0 | 1000001 | 10110111 | 11101 | 11011 |
Color Harmonies of #315759
Complementary color
Monochromatic Colors of #315759
Black with #315759
Text Example
Text Example
White with #315759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315759; }
p { color: rgb(49,87,89); }
H1.HeaderClassName
{
color: #315759;
}
.AnyTagClassName
{
color: #315759;
}
</style>
background-color css
<style>
a { background-color: #315759; }
a { background-color: rgb(49,87,89); }
div.DivClassName
{
background-color: #315759;
}
.BgClassName
{
background-color: #315759;
}
</style>
border-color css
<style>
span { border-color: #315759; }
span { border-color: rgb(49,87,89); }
td.TdClassName
{
border-color: #315759;
}
.TagClassName
{
border-color: #315759;
}
</style>