Shades of Oracle #316262
Tints of Oracle #316262
RGB
CMYK
RGB Variations
Color information
#316262 (or 0x316262) is known color: Oracle. HEX triplet: 31, 62 and 62. RGB value is (49,98,98). Sum of RGB (Red+Green+Blue) = 49+98+98=245 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20% from 245); Green value is 98 (38.67% from 255 or 40% from 245); Blue value is 98 (38.67% from 255 or 40% from 245); Max value from RGB is 98 - color contains mainly: green, blue. Hex color #316262 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316262 is #CE9D9D. Grayscale: #535353. Windows color (decimal): -13540766 or 6447665. OLE color: 6447665.
HSL color Cylindrical-coordinate representation of color #316262: hue angle of 180º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #316262 is Cyan = 0.5, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 49 | 98 | 98 | - |
| CMYK | 0.5 | 0 | 0 | 0.62 |
| HSL | 180º | 0.33% | 0.29% | - |
| HSV(B) | 180º | 0.5% | 0.38% | - |
| XYZ | 7.84 | 10.27 | 13.12 | - |
| YUV | 83.35 | 136.27 | 103.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 98 | 98 | 0.5 | 0 | 0 | 0.62 | 180 | 0.33 | 0.29 |
| Hex | 31 | 62 | 62 | 32 | 0 | 0 | 3E | B4 | 21 | 1D |
| Octal | 61 | 142 | 142 | 62 | 0 | 0 | 76 | 264 | 41 | 35 |
| Binary | 110001 | 1100010 | 1100010 | 110010 | 0 | 0 | 111110 | 10110100 | 100001 | 11101 |
Color Harmonies of #316262
Complementary color
Monochromatic Colors of #316262
Black with #316262
Text Example
Text Example
White with #316262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #316262; }
p { color: rgb(49,98,98); }
H1.HeaderClassName
{
color: #316262;
}
.AnyTagClassName
{
color: #316262;
}
</style>
background-color css
<style>
a { background-color: #316262; }
a { background-color: rgb(49,98,98); }
div.DivClassName
{
background-color: #316262;
}
.BgClassName
{
background-color: #316262;
}
</style>
border-color css
<style>
span { border-color: #316262; }
span { border-color: rgb(49,98,98); }
td.TdClassName
{
border-color: #316262;
}
.TagClassName
{
border-color: #316262;
}
</style>