Shades of Oracle #356063
Tints of Oracle #356063
RGB
CMYK
RGB Variations
Color information
#356063 (or 0x356063) is known color: Oracle. HEX triplet: 35, 60 and 63. RGB value is (53,96,99). Sum of RGB (Red+Green+Blue) = 53+96+99=248 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.37% from 248); Green value is 96 (37.89% from 255 or 38.71% from 248); Blue value is 99 (39.06% from 255 or 39.92% from 248); Max value from RGB is 99 - color contains mainly: blue. Hex color #356063 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356063 is #CA9F9C. Grayscale: #535353. Windows color (decimal): -13279133 or 6512693. OLE color: 6512693.
HSL color Cylindrical-coordinate representation of color #356063: hue angle of 183.91º degrees, saturation: 0.3, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #356063 is Cyan = 0.46, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 53 | 96 | 99 | - |
| CMYK | 0.46 | 0.03 | 0 | 0.61 |
| HSL | 183.91º | 0.3% | 0.3% | - |
| HSV(B) | 183.91º | 0.46% | 0.39% | - |
| XYZ | 7.9 | 10.02 | 13.32 | - |
| YUV | 83.49 | 136.75 | 106.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 96 | 99 | 0.46 | 0.03 | 0 | 0.61 | 183.91 | 0.3 | 0.3 |
| Hex | 35 | 60 | 63 | 2E | 3 | 0 | 3D | B8 | 1E | 1E |
| Octal | 65 | 140 | 143 | 56 | 3 | 0 | 75 | 270 | 36 | 36 |
| Binary | 110101 | 1100000 | 1100011 | 101110 | 11 | 0 | 111101 | 10111000 | 11110 | 11110 |
Color Harmonies of #356063
Complementary color
Monochromatic Colors of #356063
Black with #356063
Text Example
Text Example
White with #356063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356063; }
p { color: rgb(53,96,99); }
H1.HeaderClassName
{
color: #356063;
}
.AnyTagClassName
{
color: #356063;
}
</style>
background-color css
<style>
a { background-color: #356063; }
a { background-color: rgb(53,96,99); }
div.DivClassName
{
background-color: #356063;
}
.BgClassName
{
background-color: #356063;
}
</style>
border-color css
<style>
span { border-color: #356063; }
span { border-color: rgb(53,96,99); }
td.TdClassName
{
border-color: #356063;
}
.TagClassName
{
border-color: #356063;
}
</style>