Shades of Atomic #3F4A50
Tints of Atomic #3F4A50
RGB
CMYK
RGB Variations
Color information
#3F4A50 (or 0x3F4A50) is known color: Atomic. HEX triplet: 3F, 4A and 50. RGB value is (63,74,80). Sum of RGB (Red+Green+Blue) = 63+74+80=217 (28% of max value = 765). Red value is 63 (25% from 255 or 29.03% from 217); Green value is 74 (29.30% from 255 or 34.10% from 217); Blue value is 80 (31.64% from 255 or 36.87% from 217); Max value from RGB is 80 - color contains mainly: blue. Hex color #3F4A50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F4A50 is #C0B5AF. Grayscale: #474747. Windows color (decimal): -12629424 or 5261887. OLE color: 5261887.
HSL color Cylindrical-coordinate representation of color #3F4A50: hue angle of 201.18º 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 #3F4A50 is Cyan = 0.21, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 63 | 74 | 80 | - |
| CMYK | 0.21 | 0.08 | 0 | 0.69 |
| HSL | 201.18º | 0.12% | 0.28% | - |
| HSV(B) | 201.18º | 0.21% | 0.31% | - |
| XYZ | 5.95 | 6.53 | 8.54 | - |
| YUV | 71.4 | 132.86 | 122.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 74 | 80 | 0.21 | 0.08 | 0 | 0.69 | 201.18 | 0.12 | 0.28 |
| Hex | 3F | 4A | 50 | 15 | 8 | 0 | 45 | C9 | C | 1C |
| Octal | 77 | 112 | 120 | 25 | 10 | 0 | 105 | 311 | 14 | 34 |
| Binary | 111111 | 1001010 | 1010000 | 10101 | 1000 | 0 | 1000101 | 11001001 | 1100 | 11100 |
Color Harmonies of #3F4A50
Complementary color
Monochromatic Colors of #3F4A50
Black with #3F4A50
Text Example
Text Example
White with #3F4A50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4A50; }
p { color: rgb(63,74,80); }
H1.HeaderClassName
{
color: #3F4A50;
}
.AnyTagClassName
{
color: #3F4A50;
}
</style>
background-color css
<style>
a { background-color: #3F4A50; }
a { background-color: rgb(63,74,80); }
div.DivClassName
{
background-color: #3F4A50;
}
.BgClassName
{
background-color: #3F4A50;
}
</style>
border-color css
<style>
span { border-color: #3F4A50; }
span { border-color: rgb(63,74,80); }
td.TdClassName
{
border-color: #3F4A50;
}
.TagClassName
{
border-color: #3F4A50;
}
</style>