Shades of Oracle #315C60
Tints of Oracle #315C60
RGB
CMYK
RGB Variations
Color information
#315C60 (or 0x315C60) is known color: Oracle. HEX triplet: 31, 5C and 60. RGB value is (49,92,96). Sum of RGB (Red+Green+Blue) = 49+92+96=237 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.68% from 237); Green value is 92 (36.33% from 255 or 38.82% from 237); Blue value is 96 (37.89% from 255 or 40.51% from 237); Max value from RGB is 96 - color contains mainly: blue. Hex color #315C60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315C60 is #CEA39F. Grayscale: #4F4F4F. Windows color (decimal): -13542304 or 6315057. OLE color: 6315057.
HSL color Cylindrical-coordinate representation of color #315C60: hue angle of 185.11º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #315C60 is Cyan = 0.49, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 49 | 92 | 96 | - |
| CMYK | 0.49 | 0.04 | 0 | 0.62 |
| HSL | 185.11º | 0.32% | 0.28% | - |
| HSV(B) | 185.11º | 0.49% | 0.38% | - |
| XYZ | 7.21 | 9.15 | 12.45 | - |
| YUV | 79.6 | 137.25 | 106.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 92 | 96 | 0.49 | 0.04 | 0 | 0.62 | 185.11 | 0.32 | 0.28 |
| Hex | 31 | 5C | 60 | 31 | 4 | 0 | 3E | B9 | 20 | 1C |
| Octal | 61 | 134 | 140 | 61 | 4 | 0 | 76 | 271 | 40 | 34 |
| Binary | 110001 | 1011100 | 1100000 | 110001 | 100 | 0 | 111110 | 10111001 | 100000 | 11100 |
Color Harmonies of #315C60
Complementary color
Monochromatic Colors of #315C60
Black with #315C60
Text Example
Text Example
White with #315C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315C60; }
p { color: rgb(49,92,96); }
H1.HeaderClassName
{
color: #315C60;
}
.AnyTagClassName
{
color: #315C60;
}
</style>
background-color css
<style>
a { background-color: #315C60; }
a { background-color: rgb(49,92,96); }
div.DivClassName
{
background-color: #315C60;
}
.BgClassName
{
background-color: #315C60;
}
</style>
border-color css
<style>
span { border-color: #315C60; }
span { border-color: rgb(49,92,96); }
td.TdClassName
{
border-color: #315C60;
}
.TagClassName
{
border-color: #315C60;
}
</style>