Shades of Oracle #316263
Tints of Oracle #316263
RGB
CMYK
RGB Variations
Color information
#316263 (or 0x316263) is known color: Oracle. HEX triplet: 31, 62 and 63. RGB value is (49,98,99). Sum of RGB (Red+Green+Blue) = 49+98+99=246 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.92% from 246); Green value is 98 (38.67% from 255 or 39.84% from 246); Blue value is 99 (39.06% from 255 or 40.24% from 246); Max value from RGB is 99 - color contains mainly: blue. Hex color #316263 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316263 is #CE9D9C. Grayscale: #535353. Windows color (decimal): -13540765 or 6513201. OLE color: 6513201.
HSL color Cylindrical-coordinate representation of color #316263: hue angle of 181.2º 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 #316263 is Cyan = 0.51, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 49 | 98 | 99 | - |
| CMYK | 0.51 | 0.01 | 0 | 0.61 |
| HSL | 181.2º | 0.34% | 0.29% | - |
| HSV(B) | 181.2º | 0.51% | 0.39% | - |
| XYZ | 7.89 | 10.29 | 13.37 | - |
| YUV | 83.46 | 136.77 | 103.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 98 | 99 | 0.51 | 0.01 | 0 | 0.61 | 181.2 | 0.34 | 0.29 |
| Hex | 31 | 62 | 63 | 33 | 1 | 0 | 3D | B5 | 22 | 1D |
| Octal | 61 | 142 | 143 | 63 | 1 | 0 | 75 | 265 | 42 | 35 |
| Binary | 110001 | 1100010 | 1100011 | 110011 | 1 | 0 | 111101 | 10110101 | 100010 | 11101 |
Color Harmonies of #316263
Complementary color
Monochromatic Colors of #316263
Black with #316263
Text Example
Text Example
White with #316263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #316263; }
p { color: rgb(49,98,99); }
H1.HeaderClassName
{
color: #316263;
}
.AnyTagClassName
{
color: #316263;
}
</style>
background-color css
<style>
a { background-color: #316263; }
a { background-color: rgb(49,98,99); }
div.DivClassName
{
background-color: #316263;
}
.BgClassName
{
background-color: #316263;
}
</style>
border-color css
<style>
span { border-color: #316263; }
span { border-color: rgb(49,98,99); }
td.TdClassName
{
border-color: #316263;
}
.TagClassName
{
border-color: #316263;
}
</style>