Shades of Oracle #356163
Tints of Oracle #356163
RGB
CMYK
RGB Variations
Color information
#356163 (or 0x356163) is known color: Oracle. HEX triplet: 35, 61 and 63. RGB value is (53,97,99). Sum of RGB (Red+Green+Blue) = 53+97+99=249 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.29% from 249); Green value is 97 (38.28% from 255 or 38.96% 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 #356163 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356163 is #CA9E9C. Grayscale: #545454. Windows color (decimal): -13278877 or 6512949. OLE color: 6512949.
HSL color Cylindrical-coordinate representation of color #356163: hue angle of 182.61º 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 #356163 is Cyan = 0.46, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 53 | 97 | 99 | - |
| CMYK | 0.46 | 0.02 | 0 | 0.61 |
| HSL | 182.61º | 0.3% | 0.3% | - |
| HSV(B) | 182.61º | 0.46% | 0.39% | - |
| XYZ | 8 | 10.21 | 13.35 | - |
| YUV | 84.07 | 136.42 | 105.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 97 | 99 | 0.46 | 0.02 | 0 | 0.61 | 182.61 | 0.3 | 0.3 |
| Hex | 35 | 61 | 63 | 2E | 2 | 0 | 3D | B7 | 1E | 1E |
| Octal | 65 | 141 | 143 | 56 | 2 | 0 | 75 | 267 | 36 | 36 |
| Binary | 110101 | 1100001 | 1100011 | 101110 | 10 | 0 | 111101 | 10110111 | 11110 | 11110 |
Color Harmonies of #356163
Complementary color
Monochromatic Colors of #356163
Black with #356163
Text Example
Text Example
White with #356163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356163; }
p { color: rgb(53,97,99); }
H1.HeaderClassName
{
color: #356163;
}
.AnyTagClassName
{
color: #356163;
}
</style>
background-color css
<style>
a { background-color: #356163; }
a { background-color: rgb(53,97,99); }
div.DivClassName
{
background-color: #356163;
}
.BgClassName
{
background-color: #356163;
}
</style>
border-color css
<style>
span { border-color: #356163; }
span { border-color: rgb(53,97,99); }
td.TdClassName
{
border-color: #356163;
}
.TagClassName
{
border-color: #356163;
}
</style>