Shades of Oracle #305359
Tints of Oracle #305359
RGB
CMYK
RGB Variations
Color information
#305359 (or 0x305359) is known color: Oracle. HEX triplet: 30, 53 and 59. RGB value is (48,83,89). Sum of RGB (Red+Green+Blue) = 48+83+89=220 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.82% from 220); Green value is 83 (32.81% from 255 or 37.73% from 220); Blue value is 89 (35.16% from 255 or 40.45% from 220); Max value from RGB is 89 - color contains mainly: blue. Hex color #305359 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305359 is #CFACA6. Grayscale: #494949. Windows color (decimal): -13610151 or 5854000. OLE color: 5854000.
HSL color Cylindrical-coordinate representation of color #305359: hue angle of 188.78º degrees, saturation: 0.3, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #305359 is Cyan = 0.46, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 48 | 83 | 89 | - |
| CMYK | 0.46 | 0.07 | 0 | 0.65 |
| HSL | 188.78º | 0.3% | 0.27% | - |
| HSV(B) | 188.78º | 0.46% | 0.35% | - |
| XYZ | 6.12 | 7.54 | 10.58 | - |
| YUV | 73.22 | 136.9 | 110.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 83 | 89 | 0.46 | 0.07 | 0 | 0.65 | 188.78 | 0.3 | 0.27 |
| Hex | 30 | 53 | 59 | 2E | 7 | 0 | 41 | BD | 1E | 1B |
| Octal | 60 | 123 | 131 | 56 | 7 | 0 | 101 | 275 | 36 | 33 |
| Binary | 110000 | 1010011 | 1011001 | 101110 | 111 | 0 | 1000001 | 10111101 | 11110 | 11011 |
Color Harmonies of #305359
Complementary color
Monochromatic Colors of #305359
Black with #305359
Text Example
Text Example
White with #305359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #305359; }
p { color: rgb(48,83,89); }
H1.HeaderClassName
{
color: #305359;
}
.AnyTagClassName
{
color: #305359;
}
</style>
background-color css
<style>
a { background-color: #305359; }
a { background-color: rgb(48,83,89); }
div.DivClassName
{
background-color: #305359;
}
.BgClassName
{
background-color: #305359;
}
</style>
border-color css
<style>
span { border-color: #305359; }
span { border-color: rgb(48,83,89); }
td.TdClassName
{
border-color: #305359;
}
.TagClassName
{
border-color: #305359;
}
</style>