Shades of Oracle #375155
Tints of Oracle #375155
RGB
CMYK
RGB Variations
Color information
#375155 (or 0x375155) is known color: Oracle. HEX triplet: 37, 51 and 55. RGB value is (55,81,85). Sum of RGB (Red+Green+Blue) = 55+81+85=221 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.89% from 221); Green value is 81 (32.03% from 255 or 36.65% from 221); Blue value is 85 (33.59% from 255 or 38.46% from 221); Max value from RGB is 85 - color contains mainly: blue. Hex color #375155 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375155 is #C8AEAA. Grayscale: #494949. Windows color (decimal): -13151915 or 5591351. OLE color: 5591351.
HSL color Cylindrical-coordinate representation of color #375155: hue angle of 188º 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 #375155 is Cyan = 0.35, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 55 | 81 | 85 | - |
| CMYK | 0.35 | 0.05 | 0 | 0.67 |
| HSL | 188º | 0.21% | 0.27% | - |
| HSV(B) | 188º | 0.35% | 0.33% | - |
| XYZ | 6.16 | 7.35 | 9.69 | - |
| YUV | 73.68 | 134.39 | 114.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 81 | 85 | 0.35 | 0.05 | 0 | 0.67 | 188 | 0.21 | 0.27 |
| Hex | 37 | 51 | 55 | 23 | 5 | 0 | 43 | BC | 15 | 1B |
| Octal | 67 | 121 | 125 | 43 | 5 | 0 | 103 | 274 | 25 | 33 |
| Binary | 110111 | 1010001 | 1010101 | 100011 | 101 | 0 | 1000011 | 10111100 | 10101 | 11011 |
Color Harmonies of #375155
Complementary color
Monochromatic Colors of #375155
Black with #375155
Text Example
Text Example
White with #375155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #375155; }
p { color: rgb(55,81,85); }
H1.HeaderClassName
{
color: #375155;
}
.AnyTagClassName
{
color: #375155;
}
</style>
background-color css
<style>
a { background-color: #375155; }
a { background-color: rgb(55,81,85); }
div.DivClassName
{
background-color: #375155;
}
.BgClassName
{
background-color: #375155;
}
</style>
border-color css
<style>
span { border-color: #375155; }
span { border-color: rgb(55,81,85); }
td.TdClassName
{
border-color: #375155;
}
.TagClassName
{
border-color: #375155;
}
</style>