Shades of Oracle #3F494A
Tints of Oracle #3F494A
RGB
CMYK
RGB Variations
Color information
#3F494A (or 0x3F494A) is known color: Oracle. HEX triplet: 3F, 49 and 4A. RGB value is (63,73,74). Sum of RGB (Red+Green+Blue) = 63+73+74=210 (27% of max value = 765). Red value is 63 (25% from 255 or 30% from 210); Green value is 73 (28.91% from 255 or 34.76% from 210); Blue value is 74 (29.30% from 255 or 35.24% from 210); Max value from RGB is 74 - color contains mainly: blue. Hex color #3F494A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F494A is #C0B6B5. Grayscale: #464646. Windows color (decimal): -12629686 or 4868415. OLE color: 4868415.
HSL color Cylindrical-coordinate representation of color #3F494A: hue angle of 185.45º degrees, saturation: 0.08, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #3F494A is Cyan = 0.15, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 63 | 73 | 74 | - |
| CMYK | 0.15 | 0.01 | 0 | 0.71 |
| HSL | 185.45º | 0.08% | 0.27% | - |
| HSV(B) | 185.45º | 0.15% | 0.29% | - |
| XYZ | 5.67 | 6.32 | 7.4 | - |
| YUV | 70.12 | 130.19 | 122.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 73 | 74 | 0.15 | 0.01 | 0 | 0.71 | 185.45 | 0.08 | 0.27 |
| Hex | 3F | 49 | 4A | F | 1 | 0 | 47 | B9 | 8 | 1B |
| Octal | 77 | 111 | 112 | 17 | 1 | 0 | 107 | 271 | 10 | 33 |
| Binary | 111111 | 1001001 | 1001010 | 1111 | 1 | 0 | 1000111 | 10111001 | 1000 | 11011 |
Color Harmonies of #3F494A
Complementary color
Monochromatic Colors of #3F494A
Black with #3F494A
Text Example
Text Example
White with #3F494A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F494A; }
p { color: rgb(63,73,74); }
H1.HeaderClassName
{
color: #3F494A;
}
.AnyTagClassName
{
color: #3F494A;
}
</style>
background-color css
<style>
a { background-color: #3F494A; }
a { background-color: rgb(63,73,74); }
div.DivClassName
{
background-color: #3F494A;
}
.BgClassName
{
background-color: #3F494A;
}
</style>
border-color css
<style>
span { border-color: #3F494A; }
span { border-color: rgb(63,73,74); }
td.TdClassName
{
border-color: #3F494A;
}
.TagClassName
{
border-color: #3F494A;
}
</style>