Shades of Oracle #30585C
Tints of Oracle #30585C
RGB
CMYK
RGB Variations
Color information
#30585C (or 0x30585C) is known color: Oracle. HEX triplet: 30, 58 and 5C. RGB value is (48,88,92). Sum of RGB (Red+Green+Blue) = 48+88+92=228 (30% of max value = 765). Red value is 48 (19.14% from 255 or 21.05% from 228); Green value is 88 (34.77% from 255 or 38.60% from 228); Blue value is 92 (36.33% from 255 or 40.35% from 228); Max value from RGB is 92 - color contains mainly: blue. Hex color #30585C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30585C is #CFA7A3. Grayscale: #4C4C4C. Windows color (decimal): -13608868 or 6051888. OLE color: 6051888.
HSL color Cylindrical-coordinate representation of color #30585C: hue angle of 185.45º degrees, saturation: 0.31, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #30585C is Cyan = 0.48, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 48 | 88 | 92 | - |
| CMYK | 0.48 | 0.04 | 0 | 0.64 |
| HSL | 185.45º | 0.31% | 0.27% | - |
| HSV(B) | 185.45º | 0.48% | 0.36% | - |
| XYZ | 6.64 | 8.38 | 11.39 | - |
| YUV | 76.5 | 136.75 | 107.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 88 | 92 | 0.48 | 0.04 | 0 | 0.64 | 185.45 | 0.31 | 0.27 |
| Hex | 30 | 58 | 5C | 30 | 4 | 0 | 40 | B9 | 1F | 1B |
| Octal | 60 | 130 | 134 | 60 | 4 | 0 | 100 | 271 | 37 | 33 |
| Binary | 110000 | 1011000 | 1011100 | 110000 | 100 | 0 | 1000000 | 10111001 | 11111 | 11011 |
Color Harmonies of #30585C
Complementary color
Monochromatic Colors of #30585C
Black with #30585C
Text Example
Text Example
White with #30585C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30585C; }
p { color: rgb(48,88,92); }
H1.HeaderClassName
{
color: #30585C;
}
.AnyTagClassName
{
color: #30585C;
}
</style>
background-color css
<style>
a { background-color: #30585C; }
a { background-color: rgb(48,88,92); }
div.DivClassName
{
background-color: #30585C;
}
.BgClassName
{
background-color: #30585C;
}
</style>
border-color css
<style>
span { border-color: #30585C; }
span { border-color: rgb(48,88,92); }
td.TdClassName
{
border-color: #30585C;
}
.TagClassName
{
border-color: #30585C;
}
</style>