Shades of Oracle #35635E
Tints of Oracle #35635E
RGB
CMYK
RGB Variations
Color information
#35635E (or 0x35635E) is known color: Oracle. HEX triplet: 35, 63 and 5E. RGB value is (53,99,94). Sum of RGB (Red+Green+Blue) = 53+99+94=246 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.54% from 246); Green value is 99 (39.06% from 255 or 40.24% from 246); Blue value is 94 (37.11% from 255 or 38.21% from 246); Max value from RGB is 99 - color contains mainly: green. Hex color #35635E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35635E is #CA9CA1. Grayscale: #545454. Windows color (decimal): -13278370 or 6185781. OLE color: 6185781.
HSL color Cylindrical-coordinate representation of color #35635E: hue angle of 173.48º 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 #35635E is Cyan = 0.46, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 53 | 99 | 94 | - |
| CMYK | 0.46 | 0 | 0.05 | 0.61 |
| HSL | 173.48º | 0.3% | 0.3% | - |
| HSV(B) | 173.48º | 0.46% | 0.39% | - |
| XYZ | 7.95 | 10.49 | 12.2 | - |
| YUV | 84.68 | 133.26 | 105.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 99 | 94 | 0.46 | 0 | 0.05 | 0.61 | 173.48 | 0.3 | 0.3 |
| Hex | 35 | 63 | 5E | 2E | 0 | 5 | 3D | AD | 1E | 1E |
| Octal | 65 | 143 | 136 | 56 | 0 | 5 | 75 | 255 | 36 | 36 |
| Binary | 110101 | 1100011 | 1011110 | 101110 | 0 | 101 | 111101 | 10101101 | 11110 | 11110 |
Color Harmonies of #35635E
Complementary color
Monochromatic Colors of #35635E
Black with #35635E
Text Example
Text Example
White with #35635E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35635E; }
p { color: rgb(53,99,94); }
H1.HeaderClassName
{
color: #35635E;
}
.AnyTagClassName
{
color: #35635E;
}
</style>
background-color css
<style>
a { background-color: #35635E; }
a { background-color: rgb(53,99,94); }
div.DivClassName
{
background-color: #35635E;
}
.BgClassName
{
background-color: #35635E;
}
</style>
border-color css
<style>
span { border-color: #35635E; }
span { border-color: rgb(53,99,94); }
td.TdClassName
{
border-color: #35635E;
}
.TagClassName
{
border-color: #35635E;
}
</style>