Shades of Oracle #316565
Tints of Oracle #316565
RGB
CMYK
RGB Variations
Color information
#316565 (or 0x316565) is known color: Oracle. HEX triplet: 31, 65 and 65. RGB value is (49,101,101). Sum of RGB (Red+Green+Blue) = 49+101+101=251 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.52% from 251); Green value is 101 (39.84% from 255 or 40.24% from 251); Blue value is 101 (39.84% from 255 or 40.24% from 251); Max value from RGB is 101 - color contains mainly: green, blue. Hex color #316565 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316565 is #CE9A9A. Grayscale: #555555. Windows color (decimal): -13539995 or 6645041. OLE color: 6645041.
HSL color Cylindrical-coordinate representation of color #316565: hue angle of 180º degrees, saturation: 0.35, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #316565 is Cyan = 0.51, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 49 | 101 | 101 | - |
| CMYK | 0.51 | 0 | 0 | 0.60 |
| HSL | 180º | 0.35% | 0.29% | - |
| HSV(B) | 180º | 0.51% | 0.4% | - |
| XYZ | 8.27 | 10.9 | 13.98 | - |
| YUV | 85.45 | 136.77 | 102 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 101 | 101 | 0.51 | 0 | 0 | 0.60 | 180 | 0.35 | 0.29 |
| Hex | 31 | 65 | 65 | 33 | 0 | 0 | 3C | B4 | 23 | 1D |
| Octal | 61 | 145 | 145 | 63 | 0 | 0 | 74 | 264 | 43 | 35 |
| Binary | 110001 | 1100101 | 1100101 | 110011 | 0 | 0 | 111100 | 10110100 | 100011 | 11101 |
Color Harmonies of #316565
Complementary color
Monochromatic Colors of #316565
Black with #316565
Text Example
Text Example
White with #316565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #316565; }
p { color: rgb(49,101,101); }
H1.HeaderClassName
{
color: #316565;
}
.AnyTagClassName
{
color: #316565;
}
</style>
background-color css
<style>
a { background-color: #316565; }
a { background-color: rgb(49,101,101); }
div.DivClassName
{
background-color: #316565;
}
.BgClassName
{
background-color: #316565;
}
</style>
border-color css
<style>
span { border-color: #316565; }
span { border-color: rgb(49,101,101); }
td.TdClassName
{
border-color: #316565;
}
.TagClassName
{
border-color: #316565;
}
</style>