Shades of Oracle #316164
Tints of Oracle #316164
RGB
CMYK
RGB Variations
Color information
#316164 (or 0x316164) is known color: Oracle. HEX triplet: 31, 61 and 64. RGB value is (49,97,100). Sum of RGB (Red+Green+Blue) = 49+97+100=246 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.92% from 246); Green value is 97 (38.28% from 255 or 39.43% from 246); Blue value is 100 (39.45% from 255 or 40.65% from 246); Max value from RGB is 100 - color contains mainly: blue. Hex color #316164 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316164 is #CE9E9B. Grayscale: #525252. Windows color (decimal): -13541020 or 6578481. OLE color: 6578481.
HSL color Cylindrical-coordinate representation of color #316164: hue angle of 183.53º 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 #316164 is Cyan = 0.51, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 49 | 97 | 100 | - |
| CMYK | 0.51 | 0.03 | 0 | 0.61 |
| HSL | 183.53º | 0.34% | 0.29% | - |
| HSV(B) | 183.53º | 0.51% | 0.39% | - |
| XYZ | 7.84 | 10.12 | 13.6 | - |
| YUV | 82.99 | 137.6 | 103.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 97 | 100 | 0.51 | 0.03 | 0 | 0.61 | 183.53 | 0.34 | 0.29 |
| Hex | 31 | 61 | 64 | 33 | 3 | 0 | 3D | B8 | 22 | 1D |
| Octal | 61 | 141 | 144 | 63 | 3 | 0 | 75 | 270 | 42 | 35 |
| Binary | 110001 | 1100001 | 1100100 | 110011 | 11 | 0 | 111101 | 10111000 | 100010 | 11101 |
Color Harmonies of #316164
Complementary color
Monochromatic Colors of #316164
Black with #316164
Text Example
Text Example
White with #316164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #316164; }
p { color: rgb(49,97,100); }
H1.HeaderClassName
{
color: #316164;
}
.AnyTagClassName
{
color: #316164;
}
</style>
background-color css
<style>
a { background-color: #316164; }
a { background-color: rgb(49,97,100); }
div.DivClassName
{
background-color: #316164;
}
.BgClassName
{
background-color: #316164;
}
</style>
border-color css
<style>
span { border-color: #316164; }
span { border-color: rgb(49,97,100); }
td.TdClassName
{
border-color: #316164;
}
.TagClassName
{
border-color: #316164;
}
</style>