Shades of Oracle #306162
Tints of Oracle #306162
RGB
CMYK
RGB Variations
Color information
#306162 (or 0x306162) is known color: Oracle. HEX triplet: 30, 61 and 62. RGB value is (48,97,98). Sum of RGB (Red+Green+Blue) = 48+97+98=243 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.75% from 243); Green value is 97 (38.28% from 255 or 39.92% from 243); Blue value is 98 (38.67% from 255 or 40.33% from 243); Max value from RGB is 98 - color contains mainly: blue. Hex color #306162 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306162 is #CF9E9D. Grayscale: #525252. Windows color (decimal): -13606558 or 6447408. OLE color: 6447408.
HSL color Cylindrical-coordinate representation of color #306162: hue angle of 181.2º degrees, saturation: 0.34, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #306162 is Cyan = 0.51, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 48 | 97 | 98 | - |
| CMYK | 0.51 | 0.01 | 0 | 0.62 |
| HSL | 181.2º | 0.34% | 0.29% | - |
| HSV(B) | 181.2º | 0.51% | 0.38% | - |
| XYZ | 7.7 | 10.06 | 13.09 | - |
| YUV | 82.46 | 136.77 | 103.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 97 | 98 | 0.51 | 0.01 | 0 | 0.62 | 181.2 | 0.34 | 0.29 |
| Hex | 30 | 61 | 62 | 33 | 1 | 0 | 3E | B5 | 22 | 1D |
| Octal | 60 | 141 | 142 | 63 | 1 | 0 | 76 | 265 | 42 | 35 |
| Binary | 110000 | 1100001 | 1100010 | 110011 | 1 | 0 | 111110 | 10110101 | 100010 | 11101 |
Color Harmonies of #306162
Complementary color
Monochromatic Colors of #306162
Black with #306162
Text Example
Text Example
White with #306162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #306162; }
p { color: rgb(48,97,98); }
H1.HeaderClassName
{
color: #306162;
}
.AnyTagClassName
{
color: #306162;
}
</style>
background-color css
<style>
a { background-color: #306162; }
a { background-color: rgb(48,97,98); }
div.DivClassName
{
background-color: #306162;
}
.BgClassName
{
background-color: #306162;
}
</style>
border-color css
<style>
span { border-color: #306162; }
span { border-color: rgb(48,97,98); }
td.TdClassName
{
border-color: #306162;
}
.TagClassName
{
border-color: #306162;
}
</style>