Shades of Oracle #316462
Tints of Oracle #316462
RGB
CMYK
RGB Variations
Color information
#316462 (or 0x316462) is known color: Oracle. HEX triplet: 31, 64 and 62. RGB value is (49,100,98). Sum of RGB (Red+Green+Blue) = 49+100+98=247 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.84% from 247); Green value is 100 (39.45% from 255 or 40.49% from 247); Blue value is 98 (38.67% from 255 or 39.68% from 247); Max value from RGB is 100 - color contains mainly: green. Hex color #316462 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316462 is #CE9B9D. Grayscale: #545454. Windows color (decimal): -13540254 or 6448177. OLE color: 6448177.
HSL color Cylindrical-coordinate representation of color #316462: hue angle of 177.65º 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 #316462 is Cyan = 0.51, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 49 | 100 | 98 | - |
| CMYK | 0.51 | 0 | 0.02 | 0.61 |
| HSL | 177.65º | 0.34% | 0.29% | - |
| HSV(B) | 177.65º | 0.51% | 0.39% | - |
| XYZ | 8.03 | 10.65 | 13.19 | - |
| YUV | 84.52 | 135.6 | 102.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 100 | 98 | 0.51 | 0 | 0.02 | 0.61 | 177.65 | 0.34 | 0.29 |
| Hex | 31 | 64 | 62 | 33 | 0 | 2 | 3D | B2 | 22 | 1D |
| Octal | 61 | 144 | 142 | 63 | 0 | 2 | 75 | 262 | 42 | 35 |
| Binary | 110001 | 1100100 | 1100010 | 110011 | 0 | 10 | 111101 | 10110010 | 100010 | 11101 |
Color Harmonies of #316462
Complementary color
Monochromatic Colors of #316462
Black with #316462
Text Example
Text Example
White with #316462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #316462; }
p { color: rgb(49,100,98); }
H1.HeaderClassName
{
color: #316462;
}
.AnyTagClassName
{
color: #316462;
}
</style>
background-color css
<style>
a { background-color: #316462; }
a { background-color: rgb(49,100,98); }
div.DivClassName
{
background-color: #316462;
}
.BgClassName
{
background-color: #316462;
}
</style>
border-color css
<style>
span { border-color: #316462; }
span { border-color: rgb(49,100,98); }
td.TdClassName
{
border-color: #316462;
}
.TagClassName
{
border-color: #316462;
}
</style>