Shades of Oracle #315C58
Tints of Oracle #315C58
RGB
CMYK
RGB Variations
Color information
#315C58 (or 0x315C58) is known color: Oracle. HEX triplet: 31, 5C and 58. RGB value is (49,92,88). Sum of RGB (Red+Green+Blue) = 49+92+88=229 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.40% from 229); Green value is 92 (36.33% from 255 or 40.17% from 229); Blue value is 88 (34.77% from 255 or 38.43% from 229); Max value from RGB is 92 - color contains mainly: green. Hex color #315C58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315C58 is #CEA3A7. Grayscale: #4E4E4E. Windows color (decimal): -13542312 or 5790769. OLE color: 5790769.
HSL color Cylindrical-coordinate representation of color #315C58: hue angle of 174.42º degrees, saturation: 0.3, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #315C58 is Cyan = 0.47, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 49 | 92 | 88 | - |
| CMYK | 0.47 | 0 | 0.04 | 0.64 |
| HSL | 174.42º | 0.3% | 0.28% | - |
| HSV(B) | 174.42º | 0.47% | 0.36% | - |
| XYZ | 6.86 | 9.01 | 10.61 | - |
| YUV | 78.69 | 133.25 | 106.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 92 | 88 | 0.47 | 0 | 0.04 | 0.64 | 174.42 | 0.3 | 0.28 |
| Hex | 31 | 5C | 58 | 2F | 0 | 4 | 40 | AE | 1E | 1C |
| Octal | 61 | 134 | 130 | 57 | 0 | 4 | 100 | 256 | 36 | 34 |
| Binary | 110001 | 1011100 | 1011000 | 101111 | 0 | 100 | 1000000 | 10101110 | 11110 | 11100 |
Color Harmonies of #315C58
Complementary color
Monochromatic Colors of #315C58
Black with #315C58
Text Example
Text Example
White with #315C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315C58; }
p { color: rgb(49,92,88); }
H1.HeaderClassName
{
color: #315C58;
}
.AnyTagClassName
{
color: #315C58;
}
</style>
background-color css
<style>
a { background-color: #315C58; }
a { background-color: rgb(49,92,88); }
div.DivClassName
{
background-color: #315C58;
}
.BgClassName
{
background-color: #315C58;
}
</style>
border-color css
<style>
span { border-color: #315C58; }
span { border-color: rgb(49,92,88); }
td.TdClassName
{
border-color: #315C58;
}
.TagClassName
{
border-color: #315C58;
}
</style>