Shades of Oracle #376162
Tints of Oracle #376162
RGB
CMYK
RGB Variations
Color information
#376162 (or 0x376162) is known color: Oracle. HEX triplet: 37, 61 and 62. RGB value is (55,97,98). Sum of RGB (Red+Green+Blue) = 55+97+98=250 (33% of max value = 765). Red value is 55 (21.88% from 255 or 22% from 250); Green value is 97 (38.28% from 255 or 38.8% from 250); Blue value is 98 (38.67% from 255 or 39.2% from 250); Max value from RGB is 98 - color contains mainly: blue. Hex color #376162 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376162 is #C89E9D. Grayscale: #545454. Windows color (decimal): -13147806 or 6447415. OLE color: 6447415.
HSL color Cylindrical-coordinate representation of color #376162: hue angle of 181.4º degrees, saturation: 0.28, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #376162 is Cyan = 0.44, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 55 | 97 | 98 | - |
| CMYK | 0.44 | 0.01 | 0 | 0.62 |
| HSL | 181.4º | 0.28% | 0.3% | - |
| HSV(B) | 181.4º | 0.44% | 0.38% | - |
| XYZ | 8.05 | 10.24 | 13.11 | - |
| YUV | 84.56 | 135.59 | 106.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 97 | 98 | 0.44 | 0.01 | 0 | 0.62 | 181.4 | 0.28 | 0.3 |
| Hex | 37 | 61 | 62 | 2C | 1 | 0 | 3E | B5 | 1C | 1E |
| Octal | 67 | 141 | 142 | 54 | 1 | 0 | 76 | 265 | 34 | 36 |
| Binary | 110111 | 1100001 | 1100010 | 101100 | 1 | 0 | 111110 | 10110101 | 11100 | 11110 |
Color Harmonies of #376162
Complementary color
Monochromatic Colors of #376162
Black with #376162
Text Example
Text Example
White with #376162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #376162; }
p { color: rgb(55,97,98); }
H1.HeaderClassName
{
color: #376162;
}
.AnyTagClassName
{
color: #376162;
}
</style>
background-color css
<style>
a { background-color: #376162; }
a { background-color: rgb(55,97,98); }
div.DivClassName
{
background-color: #376162;
}
.BgClassName
{
background-color: #376162;
}
</style>
border-color css
<style>
span { border-color: #376162; }
span { border-color: rgb(55,97,98); }
td.TdClassName
{
border-color: #376162;
}
.TagClassName
{
border-color: #376162;
}
</style>