Shades of Oracle #3F4E50
Tints of Oracle #3F4E50
RGB
CMYK
RGB Variations
Color information
#3F4E50 (or 0x3F4E50) is known color: Oracle. HEX triplet: 3F, 4E and 50. RGB value is (63,78,80). Sum of RGB (Red+Green+Blue) = 63+78+80=221 (29% of max value = 765). Red value is 63 (25% from 255 or 28.51% from 221); Green value is 78 (30.86% from 255 or 35.29% from 221); Blue value is 80 (31.64% from 255 or 36.20% from 221); Max value from RGB is 80 - color contains mainly: blue. Hex color #3F4E50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F4E50 is #C0B1AF. Grayscale: #494949. Windows color (decimal): -12628400 or 5262911. OLE color: 5262911.
HSL color Cylindrical-coordinate representation of color #3F4E50: hue angle of 187.06º degrees, saturation: 0.12, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #3F4E50 is Cyan = 0.21, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 63 | 78 | 80 | - |
| CMYK | 0.21 | 0.02 | 0 | 0.69 |
| HSL | 187.06º | 0.12% | 0.28% | - |
| HSV(B) | 187.06º | 0.21% | 0.31% | - |
| XYZ | 6.22 | 7.08 | 8.63 | - |
| YUV | 73.74 | 131.53 | 120.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 78 | 80 | 0.21 | 0.02 | 0 | 0.69 | 187.06 | 0.12 | 0.28 |
| Hex | 3F | 4E | 50 | 15 | 2 | 0 | 45 | BB | C | 1C |
| Octal | 77 | 116 | 120 | 25 | 2 | 0 | 105 | 273 | 14 | 34 |
| Binary | 111111 | 1001110 | 1010000 | 10101 | 10 | 0 | 1000101 | 10111011 | 1100 | 11100 |
Color Harmonies of #3F4E50
Complementary color
Monochromatic Colors of #3F4E50
Black with #3F4E50
Text Example
Text Example
White with #3F4E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4E50; }
p { color: rgb(63,78,80); }
H1.HeaderClassName
{
color: #3F4E50;
}
.AnyTagClassName
{
color: #3F4E50;
}
</style>
background-color css
<style>
a { background-color: #3F4E50; }
a { background-color: rgb(63,78,80); }
div.DivClassName
{
background-color: #3F4E50;
}
.BgClassName
{
background-color: #3F4E50;
}
</style>
border-color css
<style>
span { border-color: #3F4E50; }
span { border-color: rgb(63,78,80); }
td.TdClassName
{
border-color: #3F4E50;
}
.TagClassName
{
border-color: #3F4E50;
}
</style>