Shades of Oracle #305556
Tints of Oracle #305556
RGB
CMYK
RGB Variations
Color information
#305556 (or 0x305556) is known color: Oracle. HEX triplet: 30, 55 and 56. RGB value is (48,85,86). Sum of RGB (Red+Green+Blue) = 48+85+86=219 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.92% from 219); Green value is 85 (33.59% from 255 or 38.81% from 219); Blue value is 86 (33.98% from 255 or 39.27% from 219); Max value from RGB is 86 - color contains mainly: blue. Hex color #305556 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305556 is #CFAAA9. Grayscale: #4A4A4A. Windows color (decimal): -13609642 or 5657904. OLE color: 5657904.
HSL color Cylindrical-coordinate representation of color #305556: hue angle of 181.58º degrees, saturation: 0.28, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #305556 is Cyan = 0.44, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 48 | 85 | 86 | - |
| CMYK | 0.44 | 0.01 | 0 | 0.66 |
| HSL | 181.58º | 0.28% | 0.26% | - |
| HSV(B) | 181.58º | 0.44% | 0.34% | - |
| XYZ | 6.15 | 7.8 | 9.99 | - |
| YUV | 74.05 | 134.74 | 109.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 85 | 86 | 0.44 | 0.01 | 0 | 0.66 | 181.58 | 0.28 | 0.26 |
| Hex | 30 | 55 | 56 | 2C | 1 | 0 | 42 | B6 | 1C | 1A |
| Octal | 60 | 125 | 126 | 54 | 1 | 0 | 102 | 266 | 34 | 32 |
| Binary | 110000 | 1010101 | 1010110 | 101100 | 1 | 0 | 1000010 | 10110110 | 11100 | 11010 |
Color Harmonies of #305556
Complementary color
Monochromatic Colors of #305556
Black with #305556
Text Example
Text Example
White with #305556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #305556; }
p { color: rgb(48,85,86); }
H1.HeaderClassName
{
color: #305556;
}
.AnyTagClassName
{
color: #305556;
}
</style>
background-color css
<style>
a { background-color: #305556; }
a { background-color: rgb(48,85,86); }
div.DivClassName
{
background-color: #305556;
}
.BgClassName
{
background-color: #305556;
}
</style>
border-color css
<style>
span { border-color: #305556; }
span { border-color: rgb(48,85,86); }
td.TdClassName
{
border-color: #305556;
}
.TagClassName
{
border-color: #305556;
}
</style>