Shades of Oracle #316163
Tints of Oracle #316163
RGB
CMYK
RGB Variations
Color information
#316163 (or 0x316163) is known color: Oracle. HEX triplet: 31, 61 and 63. RGB value is (49,97,99). Sum of RGB (Red+Green+Blue) = 49+97+99=245 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20% from 245); Green value is 97 (38.28% from 255 or 39.59% from 245); Blue value is 99 (39.06% from 255 or 40.41% from 245); Max value from RGB is 99 - color contains mainly: blue. Hex color #316163 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316163 is #CE9E9C. Grayscale: #525252. Windows color (decimal): -13541021 or 6512945. OLE color: 6512945.
HSL color Cylindrical-coordinate representation of color #316163: hue angle of 182.4º degrees, saturation: 0.34, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #316163 is Cyan = 0.51, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 49 | 97 | 99 | - |
| CMYK | 0.51 | 0.02 | 0 | 0.61 |
| HSL | 182.4º | 0.34% | 0.29% | - |
| HSV(B) | 182.4º | 0.51% | 0.39% | - |
| XYZ | 7.79 | 10.1 | 13.34 | - |
| YUV | 82.88 | 137.1 | 103.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 97 | 99 | 0.51 | 0.02 | 0 | 0.61 | 182.4 | 0.34 | 0.29 |
| Hex | 31 | 61 | 63 | 33 | 2 | 0 | 3D | B6 | 22 | 1D |
| Octal | 61 | 141 | 143 | 63 | 2 | 0 | 75 | 266 | 42 | 35 |
| Binary | 110001 | 1100001 | 1100011 | 110011 | 10 | 0 | 111101 | 10110110 | 100010 | 11101 |
Color Harmonies of #316163
Complementary color
Monochromatic Colors of #316163
Black with #316163
Text Example
Text Example
White with #316163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #316163; }
p { color: rgb(49,97,99); }
H1.HeaderClassName
{
color: #316163;
}
.AnyTagClassName
{
color: #316163;
}
</style>
background-color css
<style>
a { background-color: #316163; }
a { background-color: rgb(49,97,99); }
div.DivClassName
{
background-color: #316163;
}
.BgClassName
{
background-color: #316163;
}
</style>
border-color css
<style>
span { border-color: #316163; }
span { border-color: rgb(49,97,99); }
td.TdClassName
{
border-color: #316163;
}
.TagClassName
{
border-color: #316163;
}
</style>