Shades of Oracle #384F51
Tints of Oracle #384F51
RGB
CMYK
RGB Variations
Color information
#384F51 (or 0x384F51) is known color: Oracle. HEX triplet: 38, 4F and 51. RGB value is (56,79,81). Sum of RGB (Red+Green+Blue) = 56+79+81=216 (28% of max value = 765). Red value is 56 (22.27% from 255 or 25.93% from 216); Green value is 79 (31.25% from 255 or 36.57% 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 #384F51 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #384F51 is #C7B0AE. Grayscale: #484848. Windows color (decimal): -13086895 or 5328696. OLE color: 5328696.
HSL color Cylindrical-coordinate representation of color #384F51: hue angle of 184.8º 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 #384F51 is Cyan = 0.31, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 56 | 79 | 81 | - |
| CMYK | 0.31 | 0.02 | 0 | 0.68 |
| HSL | 184.8º | 0.18% | 0.27% | - |
| HSV(B) | 184.8º | 0.31% | 0.32% | - |
| XYZ | 5.91 | 7.03 | 8.83 | - |
| YUV | 72.35 | 132.88 | 116.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 79 | 81 | 0.31 | 0.02 | 0 | 0.68 | 184.8 | 0.18 | 0.27 |
| Hex | 38 | 4F | 51 | 1F | 2 | 0 | 44 | B9 | 12 | 1B |
| Octal | 70 | 117 | 121 | 37 | 2 | 0 | 104 | 271 | 22 | 33 |
| Binary | 111000 | 1001111 | 1010001 | 11111 | 10 | 0 | 1000100 | 10111001 | 10010 | 11011 |
Color Harmonies of #384F51
Complementary color
Monochromatic Colors of #384F51
Black with #384F51
Text Example
Text Example
White with #384F51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384F51; }
p { color: rgb(56,79,81); }
H1.HeaderClassName
{
color: #384F51;
}
.AnyTagClassName
{
color: #384F51;
}
</style>
background-color css
<style>
a { background-color: #384F51; }
a { background-color: rgb(56,79,81); }
div.DivClassName
{
background-color: #384F51;
}
.BgClassName
{
background-color: #384F51;
}
</style>
border-color css
<style>
span { border-color: #384F51; }
span { border-color: rgb(56,79,81); }
td.TdClassName
{
border-color: #384F51;
}
.TagClassName
{
border-color: #384F51;
}
</style>