Shades of Oracle #384F50
Tints of Oracle #384F50
RGB
CMYK
RGB Variations
Color information
#384F50 (or 0x384F50) is known color: Oracle. HEX triplet: 38, 4F and 50. RGB value is (56,79,80). Sum of RGB (Red+Green+Blue) = 56+79+80=215 (28% of max value = 765). Red value is 56 (22.27% from 255 or 26.05% from 215); Green value is 79 (31.25% from 255 or 36.74% from 215); Blue value is 80 (31.64% from 255 or 37.21% from 215); Max value from RGB is 80 - color contains mainly: blue. Hex color #384F50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #384F50 is #C7B0AF. Grayscale: #484848. Windows color (decimal): -13086896 or 5263160. OLE color: 5263160.
HSL color Cylindrical-coordinate representation of color #384F50: hue angle of 182.5º degrees, saturation: 0.18, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #384F50 is Cyan = 0.30, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 56 | 79 | 80 | - |
| CMYK | 0.30 | 0.01 | 0 | 0.69 |
| HSL | 182.5º | 0.18% | 0.27% | - |
| HSV(B) | 182.5º | 0.3% | 0.31% | - |
| XYZ | 5.87 | 7.01 | 8.63 | - |
| YUV | 72.24 | 132.38 | 116.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 79 | 80 | 0.30 | 0.01 | 0 | 0.69 | 182.5 | 0.18 | 0.27 |
| Hex | 38 | 4F | 50 | 1E | 1 | 0 | 45 | B6 | 12 | 1B |
| Octal | 70 | 117 | 120 | 36 | 1 | 0 | 105 | 266 | 22 | 33 |
| Binary | 111000 | 1001111 | 1010000 | 11110 | 1 | 0 | 1000101 | 10110110 | 10010 | 11011 |
Color Harmonies of #384F50
Complementary color
Monochromatic Colors of #384F50
Black with #384F50
Text Example
Text Example
White with #384F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384F50; }
p { color: rgb(56,79,80); }
H1.HeaderClassName
{
color: #384F50;
}
.AnyTagClassName
{
color: #384F50;
}
</style>
background-color css
<style>
a { background-color: #384F50; }
a { background-color: rgb(56,79,80); }
div.DivClassName
{
background-color: #384F50;
}
.BgClassName
{
background-color: #384F50;
}
</style>
border-color css
<style>
span { border-color: #384F50; }
span { border-color: rgb(56,79,80); }
td.TdClassName
{
border-color: #384F50;
}
.TagClassName
{
border-color: #384F50;
}
</style>