Shades of Oracle #306263
Tints of Oracle #306263
RGB
CMYK
RGB Variations
Color information
#306263 (or 0x306263) is known color: Oracle. HEX triplet: 30, 62 and 63. RGB value is (48,98,99). Sum of RGB (Red+Green+Blue) = 48+98+99=245 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.59% from 245); Green value is 98 (38.67% from 255 or 40% from 245); Blue value is 99 (39.06% from 255 or 40.41% from 245); Max value from RGB is 99 - color contains mainly: blue. Hex color #306263 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306263 is #CF9D9C. Grayscale: #535353. Windows color (decimal): -13606301 or 6513200. OLE color: 6513200.
HSL color Cylindrical-coordinate representation of color #306263: hue angle of 181.18º degrees, saturation: 0.35, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #306263 is Cyan = 0.52, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 48 | 98 | 99 | - |
| CMYK | 0.52 | 0.01 | 0 | 0.61 |
| HSL | 181.18º | 0.35% | 0.29% | - |
| HSV(B) | 181.18º | 0.52% | 0.39% | - |
| XYZ | 7.84 | 10.26 | 13.37 | - |
| YUV | 83.16 | 136.94 | 102.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 98 | 99 | 0.52 | 0.01 | 0 | 0.61 | 181.18 | 0.35 | 0.29 |
| Hex | 30 | 62 | 63 | 34 | 1 | 0 | 3D | B5 | 23 | 1D |
| Octal | 60 | 142 | 143 | 64 | 1 | 0 | 75 | 265 | 43 | 35 |
| Binary | 110000 | 1100010 | 1100011 | 110100 | 1 | 0 | 111101 | 10110101 | 100011 | 11101 |
Color Harmonies of #306263
Complementary color
Monochromatic Colors of #306263
Black with #306263
Text Example
Text Example
White with #306263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #306263; }
p { color: rgb(48,98,99); }
H1.HeaderClassName
{
color: #306263;
}
.AnyTagClassName
{
color: #306263;
}
</style>
background-color css
<style>
a { background-color: #306263; }
a { background-color: rgb(48,98,99); }
div.DivClassName
{
background-color: #306263;
}
.BgClassName
{
background-color: #306263;
}
</style>
border-color css
<style>
span { border-color: #306263; }
span { border-color: rgb(48,98,99); }
td.TdClassName
{
border-color: #306263;
}
.TagClassName
{
border-color: #306263;
}
</style>