Shades of Oracle #315D63
Tints of Oracle #315D63
RGB
CMYK
RGB Variations
Color information
#315D63 (or 0x315D63) is known color: Oracle. HEX triplet: 31, 5D and 63. RGB value is (49,93,99). Sum of RGB (Red+Green+Blue) = 49+93+99=241 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.33% from 241); Green value is 93 (36.72% from 255 or 38.59% from 241); Blue value is 99 (39.06% from 255 or 41.08% from 241); Max value from RGB is 99 - color contains mainly: blue. Hex color #315D63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315D63 is #CEA29C. Grayscale: #505050. Windows color (decimal): -13542045 or 6511921. OLE color: 6511921.
HSL color Cylindrical-coordinate representation of color #315D63: hue angle of 187.2º 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 #315D63 is Cyan = 0.51, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 49 | 93 | 99 | - |
| CMYK | 0.51 | 0.06 | 0 | 0.61 |
| HSL | 187.2º | 0.34% | 0.29% | - |
| HSV(B) | 187.2º | 0.51% | 0.39% | - |
| XYZ | 7.43 | 9.38 | 13.22 | - |
| YUV | 80.53 | 138.42 | 105.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 93 | 99 | 0.51 | 0.06 | 0 | 0.61 | 187.2 | 0.34 | 0.29 |
| Hex | 31 | 5D | 63 | 33 | 6 | 0 | 3D | BB | 22 | 1D |
| Octal | 61 | 135 | 143 | 63 | 6 | 0 | 75 | 273 | 42 | 35 |
| Binary | 110001 | 1011101 | 1100011 | 110011 | 110 | 0 | 111101 | 10111011 | 100010 | 11101 |
Color Harmonies of #315D63
Complementary color
Monochromatic Colors of #315D63
Black with #315D63
Text Example
Text Example
White with #315D63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315D63; }
p { color: rgb(49,93,99); }
H1.HeaderClassName
{
color: #315D63;
}
.AnyTagClassName
{
color: #315D63;
}
</style>
background-color css
<style>
a { background-color: #315D63; }
a { background-color: rgb(49,93,99); }
div.DivClassName
{
background-color: #315D63;
}
.BgClassName
{
background-color: #315D63;
}
</style>
border-color css
<style>
span { border-color: #315D63; }
span { border-color: rgb(49,93,99); }
td.TdClassName
{
border-color: #315D63;
}
.TagClassName
{
border-color: #315D63;
}
</style>