Shades of Oracle #396162
Tints of Oracle #396162
RGB
CMYK
RGB Variations
Color information
#396162 (or 0x396162) is known color: Oracle. HEX triplet: 39, 61 and 62. RGB value is (57,97,98). Sum of RGB (Red+Green+Blue) = 57+97+98=252 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.62% from 252); Green value is 97 (38.28% from 255 or 38.49% from 252); Blue value is 98 (38.67% from 255 or 38.89% from 252); Max value from RGB is 98 - color contains mainly: blue. Hex color #396162 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396162 is #C69E9D. Grayscale: #555555. Windows color (decimal): -13016734 or 6447417. OLE color: 6447417.
HSL color Cylindrical-coordinate representation of color #396162: hue angle of 181.46º degrees, saturation: 0.26, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #396162 is Cyan = 0.42, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 57 | 97 | 98 | - |
| CMYK | 0.42 | 0.01 | 0 | 0.62 |
| HSL | 181.46º | 0.26% | 0.3% | - |
| HSV(B) | 181.46º | 0.42% | 0.38% | - |
| XYZ | 8.17 | 10.3 | 13.11 | - |
| YUV | 85.15 | 135.25 | 107.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 97 | 98 | 0.42 | 0.01 | 0 | 0.62 | 181.46 | 0.26 | 0.3 |
| Hex | 39 | 61 | 62 | 2A | 1 | 0 | 3E | B5 | 1A | 1E |
| Octal | 71 | 141 | 142 | 52 | 1 | 0 | 76 | 265 | 32 | 36 |
| Binary | 111001 | 1100001 | 1100010 | 101010 | 1 | 0 | 111110 | 10110101 | 11010 | 11110 |
Color Harmonies of #396162
Complementary color
Monochromatic Colors of #396162
Black with #396162
Text Example
Text Example
White with #396162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #396162; }
p { color: rgb(57,97,98); }
H1.HeaderClassName
{
color: #396162;
}
.AnyTagClassName
{
color: #396162;
}
</style>
background-color css
<style>
a { background-color: #396162; }
a { background-color: rgb(57,97,98); }
div.DivClassName
{
background-color: #396162;
}
.BgClassName
{
background-color: #396162;
}
</style>
border-color css
<style>
span { border-color: #396162; }
span { border-color: rgb(57,97,98); }
td.TdClassName
{
border-color: #396162;
}
.TagClassName
{
border-color: #396162;
}
</style>