Shades of Oracle #356562
Tints of Oracle #356562
RGB
CMYK
RGB Variations
Color information
#356562 (or 0x356562) is known color: Oracle. HEX triplet: 35, 65 and 62. RGB value is (53,101,98). Sum of RGB (Red+Green+Blue) = 53+101+98=252 (33% of max value = 765). Red value is 53 (21.09% from 255 or 21.03% from 252); Green value is 101 (39.84% from 255 or 40.08% from 252); Blue value is 98 (38.67% from 255 or 38.89% from 252); Max value from RGB is 101 - color contains mainly: green. Hex color #356562 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356562 is #CA9A9D. Grayscale: #565656. Windows color (decimal): -13277854 or 6448437. OLE color: 6448437.
HSL color Cylindrical-coordinate representation of color #356562: hue angle of 176.25º degrees, saturation: 0.31, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #356562 is Cyan = 0.48, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 53 | 101 | 98 | - |
| CMYK | 0.48 | 0 | 0.03 | 0.60 |
| HSL | 176.25º | 0.31% | 0.3% | - |
| HSV(B) | 176.25º | 0.48% | 0.4% | - |
| XYZ | 8.33 | 10.95 | 13.23 | - |
| YUV | 86.31 | 134.6 | 104.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 101 | 98 | 0.48 | 0 | 0.03 | 0.60 | 176.25 | 0.31 | 0.3 |
| Hex | 35 | 65 | 62 | 30 | 0 | 3 | 3C | B0 | 1F | 1E |
| Octal | 65 | 145 | 142 | 60 | 0 | 3 | 74 | 260 | 37 | 36 |
| Binary | 110101 | 1100101 | 1100010 | 110000 | 0 | 11 | 111100 | 10110000 | 11111 | 11110 |
Color Harmonies of #356562
Complementary color
Monochromatic Colors of #356562
Black with #356562
Text Example
Text Example
White with #356562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356562; }
p { color: rgb(53,101,98); }
H1.HeaderClassName
{
color: #356562;
}
.AnyTagClassName
{
color: #356562;
}
</style>
background-color css
<style>
a { background-color: #356562; }
a { background-color: rgb(53,101,98); }
div.DivClassName
{
background-color: #356562;
}
.BgClassName
{
background-color: #356562;
}
</style>
border-color css
<style>
span { border-color: #356562; }
span { border-color: rgb(53,101,98); }
td.TdClassName
{
border-color: #356562;
}
.TagClassName
{
border-color: #356562;
}
</style>