Shades of Oracle #305659
Tints of Oracle #305659
RGB
CMYK
RGB Variations
Color information
#305659 (or 0x305659) is known color: Oracle. HEX triplet: 30, 56 and 59. RGB value is (48,86,89). Sum of RGB (Red+Green+Blue) = 48+86+89=223 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.52% from 223); Green value is 86 (33.98% from 255 or 38.57% from 223); Blue value is 89 (35.16% from 255 or 39.91% from 223); Max value from RGB is 89 - color contains mainly: blue. Hex color #305659 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305659 is #CFA9A6. Grayscale: #4A4A4A. Windows color (decimal): -13609383 or 5854768. OLE color: 5854768.
HSL color Cylindrical-coordinate representation of color #305659: hue angle of 184.39º 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 #305659 is Cyan = 0.46, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 48 | 86 | 89 | - |
| CMYK | 0.46 | 0.03 | 0 | 0.65 |
| HSL | 184.39º | 0.3% | 0.27% | - |
| HSV(B) | 184.39º | 0.46% | 0.35% | - |
| XYZ | 6.35 | 8.01 | 10.66 | - |
| YUV | 74.98 | 135.91 | 108.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 86 | 89 | 0.46 | 0.03 | 0 | 0.65 | 184.39 | 0.3 | 0.27 |
| Hex | 30 | 56 | 59 | 2E | 3 | 0 | 41 | B8 | 1E | 1B |
| Octal | 60 | 126 | 131 | 56 | 3 | 0 | 101 | 270 | 36 | 33 |
| Binary | 110000 | 1010110 | 1011001 | 101110 | 11 | 0 | 1000001 | 10111000 | 11110 | 11011 |
Color Harmonies of #305659
Complementary color
Monochromatic Colors of #305659
Black with #305659
Text Example
Text Example
White with #305659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #305659; }
p { color: rgb(48,86,89); }
H1.HeaderClassName
{
color: #305659;
}
.AnyTagClassName
{
color: #305659;
}
</style>
background-color css
<style>
a { background-color: #305659; }
a { background-color: rgb(48,86,89); }
div.DivClassName
{
background-color: #305659;
}
.BgClassName
{
background-color: #305659;
}
</style>
border-color css
<style>
span { border-color: #305659; }
span { border-color: rgb(48,86,89); }
td.TdClassName
{
border-color: #305659;
}
.TagClassName
{
border-color: #305659;
}
</style>