Shades of Oracle #305759
Tints of Oracle #305759
RGB
CMYK
RGB Variations
Color information
#305759 (or 0x305759) is known color: Oracle. HEX triplet: 30, 57 and 59. RGB value is (48,87,89). Sum of RGB (Red+Green+Blue) = 48+87+89=224 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.43% from 224); Green value is 87 (34.38% from 255 or 38.84% from 224); Blue value is 89 (35.16% from 255 or 39.73% from 224); Max value from RGB is 89 - color contains mainly: blue. Hex color #305759 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305759 is #CFA8A6. Grayscale: #4B4B4B. Windows color (decimal): -13609127 or 5855024. OLE color: 5855024.
HSL color Cylindrical-coordinate representation of color #305759: hue angle of 182.93º 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 #305759 is Cyan = 0.46, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 48 | 87 | 89 | - |
| CMYK | 0.46 | 0.02 | 0 | 0.65 |
| HSL | 182.93º | 0.3% | 0.27% | - |
| HSV(B) | 182.93º | 0.46% | 0.35% | - |
| XYZ | 6.43 | 8.17 | 10.69 | - |
| YUV | 75.57 | 135.58 | 108.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 87 | 89 | 0.46 | 0.02 | 0 | 0.65 | 182.93 | 0.3 | 0.27 |
| Hex | 30 | 57 | 59 | 2E | 2 | 0 | 41 | B7 | 1E | 1B |
| Octal | 60 | 127 | 131 | 56 | 2 | 0 | 101 | 267 | 36 | 33 |
| Binary | 110000 | 1010111 | 1011001 | 101110 | 10 | 0 | 1000001 | 10110111 | 11110 | 11011 |
Color Harmonies of #305759
Complementary color
Monochromatic Colors of #305759
Black with #305759
Text Example
Text Example
White with #305759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #305759; }
p { color: rgb(48,87,89); }
H1.HeaderClassName
{
color: #305759;
}
.AnyTagClassName
{
color: #305759;
}
</style>
background-color css
<style>
a { background-color: #305759; }
a { background-color: rgb(48,87,89); }
div.DivClassName
{
background-color: #305759;
}
.BgClassName
{
background-color: #305759;
}
</style>
border-color css
<style>
span { border-color: #305759; }
span { border-color: rgb(48,87,89); }
td.TdClassName
{
border-color: #305759;
}
.TagClassName
{
border-color: #305759;
}
</style>