Shades of Oracle #30595B
Tints of Oracle #30595B
RGB
CMYK
RGB Variations
Color information
#30595B (or 0x30595B) is known color: Oracle. HEX triplet: 30, 59 and 5B. RGB value is (48,89,91). Sum of RGB (Red+Green+Blue) = 48+89+91=228 (30% of max value = 765). Red value is 48 (19.14% from 255 or 21.05% from 228); Green value is 89 (35.16% from 255 or 39.04% from 228); Blue value is 91 (35.94% from 255 or 39.91% from 228); Max value from RGB is 91 - color contains mainly: blue. Hex color #30595B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30595B is #CFA6A4. Grayscale: #4C4C4C. Windows color (decimal): -13608613 or 5986608. OLE color: 5986608.
HSL color Cylindrical-coordinate representation of color #30595B: hue angle of 182.79º degrees, saturation: 0.31, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #30595B is Cyan = 0.47, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 48 | 89 | 91 | - |
| CMYK | 0.47 | 0.02 | 0 | 0.64 |
| HSL | 182.79º | 0.31% | 0.27% | - |
| HSV(B) | 182.79º | 0.47% | 0.36% | - |
| XYZ | 6.68 | 8.53 | 11.19 | - |
| YUV | 76.97 | 135.92 | 107.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 89 | 91 | 0.47 | 0.02 | 0 | 0.64 | 182.79 | 0.31 | 0.27 |
| Hex | 30 | 59 | 5B | 2F | 2 | 0 | 40 | B7 | 1F | 1B |
| Octal | 60 | 131 | 133 | 57 | 2 | 0 | 100 | 267 | 37 | 33 |
| Binary | 110000 | 1011001 | 1011011 | 101111 | 10 | 0 | 1000000 | 10110111 | 11111 | 11011 |
Color Harmonies of #30595B
Complementary color
Monochromatic Colors of #30595B
Black with #30595B
Text Example
Text Example
White with #30595B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30595B; }
p { color: rgb(48,89,91); }
H1.HeaderClassName
{
color: #30595B;
}
.AnyTagClassName
{
color: #30595B;
}
</style>
background-color css
<style>
a { background-color: #30595B; }
a { background-color: rgb(48,89,91); }
div.DivClassName
{
background-color: #30595B;
}
.BgClassName
{
background-color: #30595B;
}
</style>
border-color css
<style>
span { border-color: #30595B; }
span { border-color: rgb(48,89,91); }
td.TdClassName
{
border-color: #30595B;
}
.TagClassName
{
border-color: #30595B;
}
</style>