Shades of Oracle #305856
Tints of Oracle #305856
RGB
CMYK
RGB Variations
Color information
#305856 (or 0x305856) is known color: Oracle. HEX triplet: 30, 58 and 56. RGB value is (48,88,86). Sum of RGB (Red+Green+Blue) = 48+88+86=222 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.62% from 222); Green value is 88 (34.77% from 255 or 39.64% from 222); Blue value is 86 (33.98% from 255 or 38.74% from 222); Max value from RGB is 88 - color contains mainly: green. Hex color #305856 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305856 is #CFA7A9. Grayscale: #4B4B4B. Windows color (decimal): -13608874 or 5658672. OLE color: 5658672.
HSL color Cylindrical-coordinate representation of color #305856: hue angle of 177º degrees, saturation: 0.29, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #305856 is Cyan = 0.45, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 48 | 88 | 86 | - |
| CMYK | 0.45 | 0 | 0.02 | 0.65 |
| HSL | 177º | 0.29% | 0.27% | - |
| HSV(B) | 177º | 0.45% | 0.35% | - |
| XYZ | 6.39 | 8.28 | 10.07 | - |
| YUV | 75.81 | 133.75 | 108.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 88 | 86 | 0.45 | 0 | 0.02 | 0.65 | 177 | 0.29 | 0.27 |
| Hex | 30 | 58 | 56 | 2D | 0 | 2 | 41 | B1 | 1D | 1B |
| Octal | 60 | 130 | 126 | 55 | 0 | 2 | 101 | 261 | 35 | 33 |
| Binary | 110000 | 1011000 | 1010110 | 101101 | 0 | 10 | 1000001 | 10110001 | 11101 | 11011 |
Color Harmonies of #305856
Complementary color
Monochromatic Colors of #305856
Black with #305856
Text Example
Text Example
White with #305856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #305856; }
p { color: rgb(48,88,86); }
H1.HeaderClassName
{
color: #305856;
}
.AnyTagClassName
{
color: #305856;
}
</style>
background-color css
<style>
a { background-color: #305856; }
a { background-color: rgb(48,88,86); }
div.DivClassName
{
background-color: #305856;
}
.BgClassName
{
background-color: #305856;
}
</style>
border-color css
<style>
span { border-color: #305856; }
span { border-color: rgb(48,88,86); }
td.TdClassName
{
border-color: #305856;
}
.TagClassName
{
border-color: #305856;
}
</style>