Shades of Oracle #394F50
Tints of Oracle #394F50
RGB
CMYK
RGB Variations
Color information
#394F50 (or 0x394F50) is known color: Oracle. HEX triplet: 39, 4F and 50. RGB value is (57,79,80). Sum of RGB (Red+Green+Blue) = 57+79+80=216 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.39% from 216); Green value is 79 (31.25% from 255 or 36.57% from 216); Blue value is 80 (31.64% from 255 or 37.04% from 216); Max value from RGB is 80 - color contains mainly: blue. Hex color #394F50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #394F50 is #C6B0AF. Grayscale: #484848. Windows color (decimal): -13021360 or 5263161. OLE color: 5263161.
HSL color Cylindrical-coordinate representation of color #394F50: hue angle of 182.61º degrees, saturation: 0.17, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #394F50 is Cyan = 0.29, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 57 | 79 | 80 | - |
| CMYK | 0.29 | 0.01 | 0 | 0.69 |
| HSL | 182.61º | 0.17% | 0.27% | - |
| HSV(B) | 182.61º | 0.29% | 0.31% | - |
| XYZ | 5.93 | 7.04 | 8.64 | - |
| YUV | 72.54 | 132.21 | 116.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 79 | 80 | 0.29 | 0.01 | 0 | 0.69 | 182.61 | 0.17 | 0.27 |
| Hex | 39 | 4F | 50 | 1D | 1 | 0 | 45 | B7 | 11 | 1B |
| Octal | 71 | 117 | 120 | 35 | 1 | 0 | 105 | 267 | 21 | 33 |
| Binary | 111001 | 1001111 | 1010000 | 11101 | 1 | 0 | 1000101 | 10110111 | 10001 | 11011 |
Color Harmonies of #394F50
Complementary color
Monochromatic Colors of #394F50
Black with #394F50
Text Example
Text Example
White with #394F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #394F50; }
p { color: rgb(57,79,80); }
H1.HeaderClassName
{
color: #394F50;
}
.AnyTagClassName
{
color: #394F50;
}
</style>
background-color css
<style>
a { background-color: #394F50; }
a { background-color: rgb(57,79,80); }
div.DivClassName
{
background-color: #394F50;
}
.BgClassName
{
background-color: #394F50;
}
</style>
border-color css
<style>
span { border-color: #394F50; }
span { border-color: rgb(57,79,80); }
td.TdClassName
{
border-color: #394F50;
}
.TagClassName
{
border-color: #394F50;
}
</style>