Shades of Oracle #366063
Tints of Oracle #366063
RGB
CMYK
RGB Variations
Color information
#366063 (or 0x366063) is known color: Oracle. HEX triplet: 36, 60 and 63. RGB value is (54,96,99). Sum of RGB (Red+Green+Blue) = 54+96+99=249 (32% of max value = 765). Red value is 54 (21.48% from 255 or 21.69% from 249); Green value is 96 (37.89% from 255 or 38.55% from 249); Blue value is 99 (39.06% from 255 or 39.76% from 249); Max value from RGB is 99 - color contains mainly: blue. Hex color #366063 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #366063 is #C99F9C. Grayscale: #535353. Windows color (decimal): -13213597 or 6512694. OLE color: 6512694.
HSL color Cylindrical-coordinate representation of color #366063: hue angle of 184º degrees, saturation: 0.29, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #366063 is Cyan = 0.45, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 54 | 96 | 99 | - |
| CMYK | 0.45 | 0.03 | 0 | 0.61 |
| HSL | 184º | 0.29% | 0.3% | - |
| HSV(B) | 184º | 0.45% | 0.39% | - |
| XYZ | 7.96 | 10.05 | 13.33 | - |
| YUV | 83.78 | 136.59 | 106.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 96 | 99 | 0.45 | 0.03 | 0 | 0.61 | 184 | 0.29 | 0.3 |
| Hex | 36 | 60 | 63 | 2D | 3 | 0 | 3D | B8 | 1D | 1E |
| Octal | 66 | 140 | 143 | 55 | 3 | 0 | 75 | 270 | 35 | 36 |
| Binary | 110110 | 1100000 | 1100011 | 101101 | 11 | 0 | 111101 | 10111000 | 11101 | 11110 |
Color Harmonies of #366063
Complementary color
Monochromatic Colors of #366063
Black with #366063
Text Example
Text Example
White with #366063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #366063; }
p { color: rgb(54,96,99); }
H1.HeaderClassName
{
color: #366063;
}
.AnyTagClassName
{
color: #366063;
}
</style>
background-color css
<style>
a { background-color: #366063; }
a { background-color: rgb(54,96,99); }
div.DivClassName
{
background-color: #366063;
}
.BgClassName
{
background-color: #366063;
}
</style>
border-color css
<style>
span { border-color: #366063; }
span { border-color: rgb(54,96,99); }
td.TdClassName
{
border-color: #366063;
}
.TagClassName
{
border-color: #366063;
}
</style>