Shades of Oracle #315F63
Tints of Oracle #315F63
RGB
CMYK
RGB Variations
Color information
#315F63 (or 0x315F63) is known color: Oracle. HEX triplet: 31, 5F and 63. RGB value is (49,95,99). Sum of RGB (Red+Green+Blue) = 49+95+99=243 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20.16% from 243); Green value is 95 (37.5% from 255 or 39.09% from 243); Blue value is 99 (39.06% from 255 or 40.74% from 243); Max value from RGB is 99 - color contains mainly: blue. Hex color #315F63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315F63 is #CEA09C. Grayscale: #515151. Windows color (decimal): -13541533 or 6512433. OLE color: 6512433.
HSL color Cylindrical-coordinate representation of color #315F63: hue angle of 184.8º 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 #315F63 is Cyan = 0.51, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 49 | 95 | 99 | - |
| CMYK | 0.51 | 0.04 | 0 | 0.61 |
| HSL | 184.8º | 0.34% | 0.29% | - |
| HSV(B) | 184.8º | 0.51% | 0.39% | - |
| XYZ | 7.61 | 9.74 | 13.28 | - |
| YUV | 81.7 | 137.76 | 104.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 95 | 99 | 0.51 | 0.04 | 0 | 0.61 | 184.8 | 0.34 | 0.29 |
| Hex | 31 | 5F | 63 | 33 | 4 | 0 | 3D | B9 | 22 | 1D |
| Octal | 61 | 137 | 143 | 63 | 4 | 0 | 75 | 271 | 42 | 35 |
| Binary | 110001 | 1011111 | 1100011 | 110011 | 100 | 0 | 111101 | 10111001 | 100010 | 11101 |
Color Harmonies of #315F63
Complementary color
Monochromatic Colors of #315F63
Black with #315F63
Text Example
Text Example
White with #315F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315F63; }
p { color: rgb(49,95,99); }
H1.HeaderClassName
{
color: #315F63;
}
.AnyTagClassName
{
color: #315F63;
}
</style>
background-color css
<style>
a { background-color: #315F63; }
a { background-color: rgb(49,95,99); }
div.DivClassName
{
background-color: #315F63;
}
.BgClassName
{
background-color: #315F63;
}
</style>
border-color css
<style>
span { border-color: #315F63; }
span { border-color: rgb(49,95,99); }
td.TdClassName
{
border-color: #315F63;
}
.TagClassName
{
border-color: #315F63;
}
</style>