Shades of Oracle #376063
Tints of Oracle #376063
RGB
CMYK
RGB Variations
Color information
#376063 (or 0x376063) is known color: Oracle. HEX triplet: 37, 60 and 63. RGB value is (55,96,99). Sum of RGB (Red+Green+Blue) = 55+96+99=250 (33% of max value = 765). Red value is 55 (21.88% from 255 or 22% from 250); Green value is 96 (37.89% from 255 or 38.4% from 250); Blue value is 99 (39.06% from 255 or 39.6% from 250); Max value from RGB is 99 - color contains mainly: blue. Hex color #376063 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376063 is #C89F9C. Grayscale: #545454. Windows color (decimal): -13148061 or 6512695. OLE color: 6512695.
HSL color Cylindrical-coordinate representation of color #376063: hue angle of 184.09º 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 #376063 is Cyan = 0.44, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 55 | 96 | 99 | - |
| CMYK | 0.44 | 0.03 | 0 | 0.61 |
| HSL | 184.09º | 0.29% | 0.3% | - |
| HSV(B) | 184.09º | 0.44% | 0.39% | - |
| XYZ | 8.01 | 10.08 | 13.33 | - |
| YUV | 84.08 | 136.42 | 107.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 96 | 99 | 0.44 | 0.03 | 0 | 0.61 | 184.09 | 0.29 | 0.3 |
| Hex | 37 | 60 | 63 | 2C | 3 | 0 | 3D | B8 | 1D | 1E |
| Octal | 67 | 140 | 143 | 54 | 3 | 0 | 75 | 270 | 35 | 36 |
| Binary | 110111 | 1100000 | 1100011 | 101100 | 11 | 0 | 111101 | 10111000 | 11101 | 11110 |
Color Harmonies of #376063
Complementary color
Monochromatic Colors of #376063
Black with #376063
Text Example
Text Example
White with #376063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #376063; }
p { color: rgb(55,96,99); }
H1.HeaderClassName
{
color: #376063;
}
.AnyTagClassName
{
color: #376063;
}
</style>
background-color css
<style>
a { background-color: #376063; }
a { background-color: rgb(55,96,99); }
div.DivClassName
{
background-color: #376063;
}
.BgClassName
{
background-color: #376063;
}
</style>
border-color css
<style>
span { border-color: #376063; }
span { border-color: rgb(55,96,99); }
td.TdClassName
{
border-color: #376063;
}
.TagClassName
{
border-color: #376063;
}
</style>