Shades of Oracle #375154
Tints of Oracle #375154
RGB
CMYK
RGB Variations
Color information
#375154 (or 0x375154) is known color: Oracle. HEX triplet: 37, 51 and 54. RGB value is (55,81,84). Sum of RGB (Red+Green+Blue) = 55+81+84=220 (29% of max value = 765). Red value is 55 (21.88% from 255 or 25% from 220); Green value is 81 (32.03% from 255 or 36.82% from 220); Blue value is 84 (33.20% from 255 or 38.18% from 220); Max value from RGB is 84 - color contains mainly: blue. Hex color #375154 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375154 is #C8AEAB. Grayscale: #494949. Windows color (decimal): -13151916 or 5525815. OLE color: 5525815.
HSL color Cylindrical-coordinate representation of color #375154: hue angle of 186.21º 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 #375154 is Cyan = 0.35, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 55 | 81 | 84 | - |
| CMYK | 0.35 | 0.04 | 0 | 0.67 |
| HSL | 186.21º | 0.21% | 0.27% | - |
| HSV(B) | 186.21º | 0.35% | 0.33% | - |
| XYZ | 6.12 | 7.34 | 9.48 | - |
| YUV | 73.57 | 133.89 | 114.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 81 | 84 | 0.35 | 0.04 | 0 | 0.67 | 186.21 | 0.21 | 0.27 |
| Hex | 37 | 51 | 54 | 23 | 4 | 0 | 43 | BA | 15 | 1B |
| Octal | 67 | 121 | 124 | 43 | 4 | 0 | 103 | 272 | 25 | 33 |
| Binary | 110111 | 1010001 | 1010100 | 100011 | 100 | 0 | 1000011 | 10111010 | 10101 | 11011 |
Color Harmonies of #375154
Complementary color
Monochromatic Colors of #375154
Black with #375154
Text Example
Text Example
White with #375154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #375154; }
p { color: rgb(55,81,84); }
H1.HeaderClassName
{
color: #375154;
}
.AnyTagClassName
{
color: #375154;
}
</style>
background-color css
<style>
a { background-color: #375154; }
a { background-color: rgb(55,81,84); }
div.DivClassName
{
background-color: #375154;
}
.BgClassName
{
background-color: #375154;
}
</style>
border-color css
<style>
span { border-color: #375154; }
span { border-color: rgb(55,81,84); }
td.TdClassName
{
border-color: #375154;
}
.TagClassName
{
border-color: #375154;
}
</style>