Shades of Oracle #375051
Tints of Oracle #375051
RGB
CMYK
RGB Variations
Color information
#375051 (or 0x375051) is known color: Oracle. HEX triplet: 37, 50 and 51. RGB value is (55,80,81). Sum of RGB (Red+Green+Blue) = 55+80+81=216 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.46% from 216); Green value is 80 (31.64% from 255 or 37.04% from 216); Blue value is 81 (32.03% from 255 or 37.5% from 216); Max value from RGB is 81 - color contains mainly: blue. Hex color #375051 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375051 is #C8AFAE. Grayscale: #484848. Windows color (decimal): -13152175 or 5328951. OLE color: 5328951.
HSL color Cylindrical-coordinate representation of color #375051: hue angle of 182.31º degrees, saturation: 0.19, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #375051 is Cyan = 0.32, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 55 | 80 | 81 | - |
| CMYK | 0.32 | 0.01 | 0 | 0.68 |
| HSL | 182.31º | 0.19% | 0.27% | - |
| HSV(B) | 182.31º | 0.32% | 0.32% | - |
| XYZ | 5.93 | 7.14 | 8.85 | - |
| YUV | 72.64 | 132.72 | 115.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 80 | 81 | 0.32 | 0.01 | 0 | 0.68 | 182.31 | 0.19 | 0.27 |
| Hex | 37 | 50 | 51 | 20 | 1 | 0 | 44 | B6 | 13 | 1B |
| Octal | 67 | 120 | 121 | 40 | 1 | 0 | 104 | 266 | 23 | 33 |
| Binary | 110111 | 1010000 | 1010001 | 100000 | 1 | 0 | 1000100 | 10110110 | 10011 | 11011 |
Color Harmonies of #375051
Complementary color
Monochromatic Colors of #375051
Black with #375051
Text Example
Text Example
White with #375051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #375051; }
p { color: rgb(55,80,81); }
H1.HeaderClassName
{
color: #375051;
}
.AnyTagClassName
{
color: #375051;
}
</style>
background-color css
<style>
a { background-color: #375051; }
a { background-color: rgb(55,80,81); }
div.DivClassName
{
background-color: #375051;
}
.BgClassName
{
background-color: #375051;
}
</style>
border-color css
<style>
span { border-color: #375051; }
span { border-color: rgb(55,80,81); }
td.TdClassName
{
border-color: #375051;
}
.TagClassName
{
border-color: #375051;
}
</style>