Shades of Oracle #30575D
Tints of Oracle #30575D
RGB
CMYK
RGB Variations
Color information
#30575D (or 0x30575D) is known color: Oracle. HEX triplet: 30, 57 and 5D. RGB value is (48,87,93). Sum of RGB (Red+Green+Blue) = 48+87+93=228 (30% of max value = 765). Red value is 48 (19.14% from 255 or 21.05% from 228); Green value is 87 (34.38% from 255 or 38.16% from 228); Blue value is 93 (36.72% from 255 or 40.79% from 228); Max value from RGB is 93 - color contains mainly: blue. Hex color #30575D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30575D is #CFA8A2. Grayscale: #4B4B4B. Windows color (decimal): -13609123 or 6117168. OLE color: 6117168.
HSL color Cylindrical-coordinate representation of color #30575D: hue angle of 188º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #30575D is Cyan = 0.48, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 48 | 87 | 93 | - |
| CMYK | 0.48 | 0.06 | 0 | 0.64 |
| HSL | 188º | 0.32% | 0.28% | - |
| HSV(B) | 188º | 0.48% | 0.36% | - |
| XYZ | 6.6 | 8.24 | 11.6 | - |
| YUV | 76.02 | 137.58 | 108.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 87 | 93 | 0.48 | 0.06 | 0 | 0.64 | 188 | 0.32 | 0.28 |
| Hex | 30 | 57 | 5D | 30 | 6 | 0 | 40 | BC | 20 | 1C |
| Octal | 60 | 127 | 135 | 60 | 6 | 0 | 100 | 274 | 40 | 34 |
| Binary | 110000 | 1010111 | 1011101 | 110000 | 110 | 0 | 1000000 | 10111100 | 100000 | 11100 |
Color Harmonies of #30575D
Complementary color
Monochromatic Colors of #30575D
Black with #30575D
Text Example
Text Example
White with #30575D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30575D; }
p { color: rgb(48,87,93); }
H1.HeaderClassName
{
color: #30575D;
}
.AnyTagClassName
{
color: #30575D;
}
</style>
background-color css
<style>
a { background-color: #30575D; }
a { background-color: rgb(48,87,93); }
div.DivClassName
{
background-color: #30575D;
}
.BgClassName
{
background-color: #30575D;
}
</style>
border-color css
<style>
span { border-color: #30575D; }
span { border-color: rgb(48,87,93); }
td.TdClassName
{
border-color: #30575D;
}
.TagClassName
{
border-color: #30575D;
}
</style>