Shades of Oracle #356362
Tints of Oracle #356362
RGB
CMYK
RGB Variations
Color information
#356362 (or 0x356362) is known color: Oracle. HEX triplet: 35, 63 and 62. RGB value is (53,99,98). Sum of RGB (Red+Green+Blue) = 53+99+98=250 (33% of max value = 765). Red value is 53 (21.09% from 255 or 21.2% from 250); Green value is 99 (39.06% from 255 or 39.6% from 250); Blue value is 98 (38.67% from 255 or 39.2% from 250); Max value from RGB is 99 - color contains mainly: green. Hex color #356362 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356362 is #CA9C9D. Grayscale: #555555. Windows color (decimal): -13278366 or 6447925. OLE color: 6447925.
HSL color Cylindrical-coordinate representation of color #356362: hue angle of 178.7º 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 #356362 is Cyan = 0.46, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 53 | 99 | 98 | - |
| CMYK | 0.46 | 0 | 0.01 | 0.61 |
| HSL | 178.7º | 0.3% | 0.3% | - |
| HSV(B) | 178.7º | 0.46% | 0.39% | - |
| XYZ | 8.13 | 10.56 | 13.17 | - |
| YUV | 85.13 | 135.26 | 105.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 99 | 98 | 0.46 | 0 | 0.01 | 0.61 | 178.7 | 0.3 | 0.3 |
| Hex | 35 | 63 | 62 | 2E | 0 | 1 | 3D | B3 | 1E | 1E |
| Octal | 65 | 143 | 142 | 56 | 0 | 1 | 75 | 263 | 36 | 36 |
| Binary | 110101 | 1100011 | 1100010 | 101110 | 0 | 1 | 111101 | 10110011 | 11110 | 11110 |
Color Harmonies of #356362
Complementary color
Monochromatic Colors of #356362
Black with #356362
Text Example
Text Example
White with #356362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356362; }
p { color: rgb(53,99,98); }
H1.HeaderClassName
{
color: #356362;
}
.AnyTagClassName
{
color: #356362;
}
</style>
background-color css
<style>
a { background-color: #356362; }
a { background-color: rgb(53,99,98); }
div.DivClassName
{
background-color: #356362;
}
.BgClassName
{
background-color: #356362;
}
</style>
border-color css
<style>
span { border-color: #356362; }
span { border-color: rgb(53,99,98); }
td.TdClassName
{
border-color: #356362;
}
.TagClassName
{
border-color: #356362;
}
</style>