Shades of Oracle #375054
Tints of Oracle #375054
RGB
CMYK
RGB Variations
Color information
#375054 (or 0x375054) is known color: Oracle. HEX triplet: 37, 50 and 54. RGB value is (55,80,84). Sum of RGB (Red+Green+Blue) = 55+80+84=219 (29% of max value = 765). Red value is 55 (21.88% from 255 or 25.11% from 219); Green value is 80 (31.64% from 255 or 36.53% from 219); Blue value is 84 (33.20% from 255 or 38.36% from 219); Max value from RGB is 84 - color contains mainly: blue. Hex color #375054 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375054 is #C8AFAB. Grayscale: #484848. Windows color (decimal): -13152172 or 5525559. OLE color: 5525559.
HSL color Cylindrical-coordinate representation of color #375054: hue angle of 188.28º degrees, saturation: 0.21, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #375054 is Cyan = 0.35, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 55 | 80 | 84 | - |
| CMYK | 0.35 | 0.05 | 0 | 0.67 |
| HSL | 188.28º | 0.21% | 0.27% | - |
| HSV(B) | 188.28º | 0.35% | 0.33% | - |
| XYZ | 6.04 | 7.19 | 9.46 | - |
| YUV | 72.98 | 134.22 | 115.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 80 | 84 | 0.35 | 0.05 | 0 | 0.67 | 188.28 | 0.21 | 0.27 |
| Hex | 37 | 50 | 54 | 23 | 5 | 0 | 43 | BC | 15 | 1B |
| Octal | 67 | 120 | 124 | 43 | 5 | 0 | 103 | 274 | 25 | 33 |
| Binary | 110111 | 1010000 | 1010100 | 100011 | 101 | 0 | 1000011 | 10111100 | 10101 | 11011 |
Color Harmonies of #375054
Complementary color
Monochromatic Colors of #375054
Black with #375054
Text Example
Text Example
White with #375054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #375054; }
p { color: rgb(55,80,84); }
H1.HeaderClassName
{
color: #375054;
}
.AnyTagClassName
{
color: #375054;
}
</style>
background-color css
<style>
a { background-color: #375054; }
a { background-color: rgb(55,80,84); }
div.DivClassName
{
background-color: #375054;
}
.BgClassName
{
background-color: #375054;
}
</style>
border-color css
<style>
span { border-color: #375054; }
span { border-color: rgb(55,80,84); }
td.TdClassName
{
border-color: #375054;
}
.TagClassName
{
border-color: #375054;
}
</style>