Shades of Oracle #376163
Tints of Oracle #376163
RGB
CMYK
RGB Variations
Color information
#376163 (or 0x376163) is known color: Oracle. HEX triplet: 37, 61 and 63. RGB value is (55,97,99). Sum of RGB (Red+Green+Blue) = 55+97+99=251 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.91% from 251); Green value is 97 (38.28% from 255 or 38.65% from 251); Blue value is 99 (39.06% from 255 or 39.44% from 251); Max value from RGB is 99 - color contains mainly: blue. Hex color #376163 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376163 is #C89E9C. Grayscale: #545454. Windows color (decimal): -13147805 or 6512951. OLE color: 6512951.
HSL color Cylindrical-coordinate representation of color #376163: hue angle of 182.73º degrees, saturation: 0.29, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #376163 is Cyan = 0.44, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 55 | 97 | 99 | - |
| CMYK | 0.44 | 0.02 | 0 | 0.61 |
| HSL | 182.73º | 0.29% | 0.3% | - |
| HSV(B) | 182.73º | 0.44% | 0.39% | - |
| XYZ | 8.1 | 10.26 | 13.36 | - |
| YUV | 84.67 | 136.09 | 106.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 97 | 99 | 0.44 | 0.02 | 0 | 0.61 | 182.73 | 0.29 | 0.3 |
| Hex | 37 | 61 | 63 | 2C | 2 | 0 | 3D | B7 | 1D | 1E |
| Octal | 67 | 141 | 143 | 54 | 2 | 0 | 75 | 267 | 35 | 36 |
| Binary | 110111 | 1100001 | 1100011 | 101100 | 10 | 0 | 111101 | 10110111 | 11101 | 11110 |
Color Harmonies of #376163
Complementary color
Monochromatic Colors of #376163
Black with #376163
Text Example
Text Example
White with #376163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #376163; }
p { color: rgb(55,97,99); }
H1.HeaderClassName
{
color: #376163;
}
.AnyTagClassName
{
color: #376163;
}
</style>
background-color css
<style>
a { background-color: #376163; }
a { background-color: rgb(55,97,99); }
div.DivClassName
{
background-color: #376163;
}
.BgClassName
{
background-color: #376163;
}
</style>
border-color css
<style>
span { border-color: #376163; }
span { border-color: rgb(55,97,99); }
td.TdClassName
{
border-color: #376163;
}
.TagClassName
{
border-color: #376163;
}
</style>