Shades of Oracle #384E51
Tints of Oracle #384E51
RGB
CMYK
RGB Variations
Color information
#384E51 (or 0x384E51) is known color: Oracle. HEX triplet: 38, 4E and 51. RGB value is (56,78,81). Sum of RGB (Red+Green+Blue) = 56+78+81=215 (28% of max value = 765). Red value is 56 (22.27% from 255 or 26.05% from 215); Green value is 78 (30.86% from 255 or 36.28% from 215); Blue value is 81 (32.03% from 255 or 37.67% from 215); Max value from RGB is 81 - color contains mainly: blue. Hex color #384E51 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #384E51 is #C7B1AE. Grayscale: #474747. Windows color (decimal): -13087151 or 5328440. OLE color: 5328440.
HSL color Cylindrical-coordinate representation of color #384E51: hue angle of 187.2º degrees, saturation: 0.18, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #384E51 is Cyan = 0.31, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 56 | 78 | 81 | - |
| CMYK | 0.31 | 0.04 | 0 | 0.68 |
| HSL | 187.2º | 0.18% | 0.27% | - |
| HSV(B) | 187.2º | 0.31% | 0.32% | - |
| XYZ | 5.84 | 6.88 | 8.81 | - |
| YUV | 71.76 | 133.21 | 116.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 78 | 81 | 0.31 | 0.04 | 0 | 0.68 | 187.2 | 0.18 | 0.27 |
| Hex | 38 | 4E | 51 | 1F | 4 | 0 | 44 | BB | 12 | 1B |
| Octal | 70 | 116 | 121 | 37 | 4 | 0 | 104 | 273 | 22 | 33 |
| Binary | 111000 | 1001110 | 1010001 | 11111 | 100 | 0 | 1000100 | 10111011 | 10010 | 11011 |
Color Harmonies of #384E51
Complementary color
Monochromatic Colors of #384E51
Black with #384E51
Text Example
Text Example
White with #384E51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384E51; }
p { color: rgb(56,78,81); }
H1.HeaderClassName
{
color: #384E51;
}
.AnyTagClassName
{
color: #384E51;
}
</style>
background-color css
<style>
a { background-color: #384E51; }
a { background-color: rgb(56,78,81); }
div.DivClassName
{
background-color: #384E51;
}
.BgClassName
{
background-color: #384E51;
}
</style>
border-color css
<style>
span { border-color: #384E51; }
span { border-color: rgb(56,78,81); }
td.TdClassName
{
border-color: #384E51;
}
.TagClassName
{
border-color: #384E51;
}
</style>