Shades of Oracle #315857
Tints of Oracle #315857
RGB
CMYK
RGB Variations
Color information
#315857 (or 0x315857) is known color: Oracle. HEX triplet: 31, 58 and 57. RGB value is (49,88,87). Sum of RGB (Red+Green+Blue) = 49+88+87=224 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.88% from 224); Green value is 88 (34.77% from 255 or 39.29% from 224); Blue value is 87 (34.38% from 255 or 38.84% from 224); Max value from RGB is 88 - color contains mainly: green. Hex color #315857 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315857 is #CEA7A8. Grayscale: #4C4C4C. Windows color (decimal): -13543337 or 5724209. OLE color: 5724209.
HSL color Cylindrical-coordinate representation of color #315857: hue angle of 178.46º degrees, saturation: 0.28, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #315857 is Cyan = 0.44, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 49 | 88 | 87 | - |
| CMYK | 0.44 | 0 | 0.01 | 0.65 |
| HSL | 178.46º | 0.28% | 0.27% | - |
| HSV(B) | 178.46º | 0.44% | 0.35% | - |
| XYZ | 6.48 | 8.32 | 10.28 | - |
| YUV | 76.23 | 134.08 | 108.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 88 | 87 | 0.44 | 0 | 0.01 | 0.65 | 178.46 | 0.28 | 0.27 |
| Hex | 31 | 58 | 57 | 2C | 0 | 1 | 41 | B2 | 1C | 1B |
| Octal | 61 | 130 | 127 | 54 | 0 | 1 | 101 | 262 | 34 | 33 |
| Binary | 110001 | 1011000 | 1010111 | 101100 | 0 | 1 | 1000001 | 10110010 | 11100 | 11011 |
Color Harmonies of #315857
Complementary color
Monochromatic Colors of #315857
Black with #315857
Text Example
Text Example
White with #315857
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315857; }
p { color: rgb(49,88,87); }
H1.HeaderClassName
{
color: #315857;
}
.AnyTagClassName
{
color: #315857;
}
</style>
background-color css
<style>
a { background-color: #315857; }
a { background-color: rgb(49,88,87); }
div.DivClassName
{
background-color: #315857;
}
.BgClassName
{
background-color: #315857;
}
</style>
border-color css
<style>
span { border-color: #315857; }
span { border-color: rgb(49,88,87); }
td.TdClassName
{
border-color: #315857;
}
.TagClassName
{
border-color: #315857;
}
</style>