Shades of Oracle #305658
Tints of Oracle #305658
RGB
CMYK
RGB Variations
Color information
#305658 (or 0x305658) is known color: Oracle. HEX triplet: 30, 56 and 58. RGB value is (48,86,88). Sum of RGB (Red+Green+Blue) = 48+86+88=222 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.62% from 222); Green value is 86 (33.98% from 255 or 38.74% from 222); Blue value is 88 (34.77% from 255 or 39.64% from 222); Max value from RGB is 88 - color contains mainly: blue. Hex color #305658 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305658 is #CFA9A7. Grayscale: #4A4A4A. Windows color (decimal): -13609384 or 5789232. OLE color: 5789232.
HSL color Cylindrical-coordinate representation of color #305658: hue angle of 183º 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 #305658 is Cyan = 0.45, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 48 | 86 | 88 | - |
| CMYK | 0.45 | 0.02 | 0 | 0.65 |
| HSL | 183º | 0.29% | 0.27% | - |
| HSV(B) | 183º | 0.45% | 0.35% | - |
| XYZ | 6.31 | 7.99 | 10.44 | - |
| YUV | 74.87 | 135.41 | 108.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 86 | 88 | 0.45 | 0.02 | 0 | 0.65 | 183 | 0.29 | 0.27 |
| Hex | 30 | 56 | 58 | 2D | 2 | 0 | 41 | B7 | 1D | 1B |
| Octal | 60 | 126 | 130 | 55 | 2 | 0 | 101 | 267 | 35 | 33 |
| Binary | 110000 | 1010110 | 1011000 | 101101 | 10 | 0 | 1000001 | 10110111 | 11101 | 11011 |
Color Harmonies of #305658
Complementary color
Monochromatic Colors of #305658
Black with #305658
Text Example
Text Example
White with #305658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #305658; }
p { color: rgb(48,86,88); }
H1.HeaderClassName
{
color: #305658;
}
.AnyTagClassName
{
color: #305658;
}
</style>
background-color css
<style>
a { background-color: #305658; }
a { background-color: rgb(48,86,88); }
div.DivClassName
{
background-color: #305658;
}
.BgClassName
{
background-color: #305658;
}
</style>
border-color css
<style>
span { border-color: #305658; }
span { border-color: rgb(48,86,88); }
td.TdClassName
{
border-color: #305658;
}
.TagClassName
{
border-color: #305658;
}
</style>