Shades of Oracle #356260
Tints of Oracle #356260
RGB
CMYK
RGB Variations
Color information
#356260 (or 0x356260) is known color: Oracle. HEX triplet: 35, 62 and 60. RGB value is (53,98,96). Sum of RGB (Red+Green+Blue) = 53+98+96=247 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.46% from 247); Green value is 98 (38.67% from 255 or 39.68% from 247); Blue value is 96 (37.89% from 255 or 38.87% from 247); Max value from RGB is 98 - color contains mainly: green. Hex color #356260 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356260 is #CA9D9F. Grayscale: #545454. Windows color (decimal): -13278624 or 6316597. OLE color: 6316597.
HSL color Cylindrical-coordinate representation of color #356260: hue angle of 177.33º degrees, saturation: 0.3, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #356260 is Cyan = 0.46, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 53 | 98 | 96 | - |
| CMYK | 0.46 | 0 | 0.02 | 0.62 |
| HSL | 177.33º | 0.3% | 0.3% | - |
| HSV(B) | 177.33º | 0.46% | 0.38% | - |
| XYZ | 7.95 | 10.34 | 12.64 | - |
| YUV | 84.32 | 134.59 | 105.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 98 | 96 | 0.46 | 0 | 0.02 | 0.62 | 177.33 | 0.3 | 0.3 |
| Hex | 35 | 62 | 60 | 2E | 0 | 2 | 3E | B1 | 1E | 1E |
| Octal | 65 | 142 | 140 | 56 | 0 | 2 | 76 | 261 | 36 | 36 |
| Binary | 110101 | 1100010 | 1100000 | 101110 | 0 | 10 | 111110 | 10110001 | 11110 | 11110 |
Color Harmonies of #356260
Complementary color
Monochromatic Colors of #356260
Black with #356260
Text Example
Text Example
White with #356260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356260; }
p { color: rgb(53,98,96); }
H1.HeaderClassName
{
color: #356260;
}
.AnyTagClassName
{
color: #356260;
}
</style>
background-color css
<style>
a { background-color: #356260; }
a { background-color: rgb(53,98,96); }
div.DivClassName
{
background-color: #356260;
}
.BgClassName
{
background-color: #356260;
}
</style>
border-color css
<style>
span { border-color: #356260; }
span { border-color: rgb(53,98,96); }
td.TdClassName
{
border-color: #356260;
}
.TagClassName
{
border-color: #356260;
}
</style>