Shades of Oracle #315E61
Tints of Oracle #315E61
RGB
CMYK
RGB Variations
Color information
#315E61 (or 0x315E61) is known color: Oracle. HEX triplet: 31, 5E and 61. RGB value is (49,94,97). Sum of RGB (Red+Green+Blue) = 49+94+97=240 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.42% from 240); Green value is 94 (37.11% from 255 or 39.17% from 240); Blue value is 97 (38.28% from 255 or 40.42% from 240); Max value from RGB is 97 - color contains mainly: blue. Hex color #315E61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315E61 is #CEA19E. Grayscale: #505050. Windows color (decimal): -13541791 or 6381105. OLE color: 6381105.
HSL color Cylindrical-coordinate representation of color #315E61: hue angle of 183.75º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #315E61 is Cyan = 0.49, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 49 | 94 | 97 | - |
| CMYK | 0.49 | 0.03 | 0 | 0.62 |
| HSL | 183.75º | 0.33% | 0.29% | - |
| HSV(B) | 183.75º | 0.49% | 0.38% | - |
| XYZ | 7.43 | 9.52 | 12.76 | - |
| YUV | 80.89 | 137.09 | 105.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 94 | 97 | 0.49 | 0.03 | 0 | 0.62 | 183.75 | 0.33 | 0.29 |
| Hex | 31 | 5E | 61 | 31 | 3 | 0 | 3E | B8 | 21 | 1D |
| Octal | 61 | 136 | 141 | 61 | 3 | 0 | 76 | 270 | 41 | 35 |
| Binary | 110001 | 1011110 | 1100001 | 110001 | 11 | 0 | 111110 | 10111000 | 100001 | 11101 |
Color Harmonies of #315E61
Complementary color
Monochromatic Colors of #315E61
Black with #315E61
Text Example
Text Example
White with #315E61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315E61; }
p { color: rgb(49,94,97); }
H1.HeaderClassName
{
color: #315E61;
}
.AnyTagClassName
{
color: #315E61;
}
</style>
background-color css
<style>
a { background-color: #315E61; }
a { background-color: rgb(49,94,97); }
div.DivClassName
{
background-color: #315E61;
}
.BgClassName
{
background-color: #315E61;
}
</style>
border-color css
<style>
span { border-color: #315E61; }
span { border-color: rgb(49,94,97); }
td.TdClassName
{
border-color: #315E61;
}
.TagClassName
{
border-color: #315E61;
}
</style>