Shades of Oracle #315357
Tints of Oracle #315357
RGB
CMYK
RGB Variations
Color information
#315357 (or 0x315357) is known color: Oracle. HEX triplet: 31, 53 and 57. RGB value is (49,83,87). Sum of RGB (Red+Green+Blue) = 49+83+87=219 (29% of max value = 765). Red value is 49 (19.53% from 255 or 22.37% from 219); Green value is 83 (32.81% from 255 or 37.90% from 219); Blue value is 87 (34.38% from 255 or 39.73% from 219); Max value from RGB is 87 - color contains mainly: blue. Hex color #315357 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315357 is #CEACA8. Grayscale: #494949. Windows color (decimal): -13544617 or 5722929. OLE color: 5722929.
HSL color Cylindrical-coordinate representation of color #315357: hue angle of 186.32º degrees, saturation: 0.28, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #315357 is Cyan = 0.44, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 49 | 83 | 87 | - |
| CMYK | 0.44 | 0.05 | 0 | 0.66 |
| HSL | 186.32º | 0.28% | 0.27% | - |
| HSV(B) | 186.32º | 0.44% | 0.34% | - |
| XYZ | 6.08 | 7.53 | 10.15 | - |
| YUV | 73.29 | 135.74 | 110.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 83 | 87 | 0.44 | 0.05 | 0 | 0.66 | 186.32 | 0.28 | 0.27 |
| Hex | 31 | 53 | 57 | 2C | 5 | 0 | 42 | BA | 1C | 1B |
| Octal | 61 | 123 | 127 | 54 | 5 | 0 | 102 | 272 | 34 | 33 |
| Binary | 110001 | 1010011 | 1010111 | 101100 | 101 | 0 | 1000010 | 10111010 | 11100 | 11011 |
Color Harmonies of #315357
Complementary color
Monochromatic Colors of #315357
Black with #315357
Text Example
Text Example
White with #315357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315357; }
p { color: rgb(49,83,87); }
H1.HeaderClassName
{
color: #315357;
}
.AnyTagClassName
{
color: #315357;
}
</style>
background-color css
<style>
a { background-color: #315357; }
a { background-color: rgb(49,83,87); }
div.DivClassName
{
background-color: #315357;
}
.BgClassName
{
background-color: #315357;
}
</style>
border-color css
<style>
span { border-color: #315357; }
span { border-color: rgb(49,83,87); }
td.TdClassName
{
border-color: #315357;
}
.TagClassName
{
border-color: #315357;
}
</style>