Shades of Oracle #306363
Tints of Oracle #306363
RGB
CMYK
RGB Variations
Color information
#306363 (or 0x306363) is known color: Oracle. HEX triplet: 30, 63 and 63. RGB value is (48,99,99). Sum of RGB (Red+Green+Blue) = 48+99+99=246 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.51% from 246); Green value is 99 (39.06% from 255 or 40.24% from 246); Blue value is 99 (39.06% from 255 or 40.24% from 246); Max value from RGB is 99 - color contains mainly: green, blue. Hex color #306363 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306363 is #CF9C9C. Grayscale: #535353. Windows color (decimal): -13606045 or 6513456. OLE color: 6513456.
HSL color Cylindrical-coordinate representation of color #306363: hue angle of 180º 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 #306363 is Cyan = 0.52, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 48 | 99 | 99 | - |
| CMYK | 0.52 | 0 | 0 | 0.61 |
| HSL | 180º | 0.35% | 0.29% | - |
| HSV(B) | 180º | 0.52% | 0.39% | - |
| XYZ | 7.93 | 10.45 | 13.4 | - |
| YUV | 83.75 | 136.6 | 102.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 99 | 99 | 0.52 | 0 | 0 | 0.61 | 180 | 0.35 | 0.29 |
| Hex | 30 | 63 | 63 | 34 | 0 | 0 | 3D | B4 | 23 | 1D |
| Octal | 60 | 143 | 143 | 64 | 0 | 0 | 75 | 264 | 43 | 35 |
| Binary | 110000 | 1100011 | 1100011 | 110100 | 0 | 0 | 111101 | 10110100 | 100011 | 11101 |
Color Harmonies of #306363
Complementary color
Monochromatic Colors of #306363
Black with #306363
Text Example
Text Example
White with #306363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #306363; }
p { color: rgb(48,99,99); }
H1.HeaderClassName
{
color: #306363;
}
.AnyTagClassName
{
color: #306363;
}
</style>
background-color css
<style>
a { background-color: #306363; }
a { background-color: rgb(48,99,99); }
div.DivClassName
{
background-color: #306363;
}
.BgClassName
{
background-color: #306363;
}
</style>
border-color css
<style>
span { border-color: #306363; }
span { border-color: rgb(48,99,99); }
td.TdClassName
{
border-color: #306363;
}
.TagClassName
{
border-color: #306363;
}
</style>