Shades of Atomic #3F4950
Tints of Atomic #3F4950
RGB
CMYK
RGB Variations
Color information
#3F4950 (or 0x3F4950) is known color: Atomic. HEX triplet: 3F, 49 and 50. RGB value is (63,73,80). Sum of RGB (Red+Green+Blue) = 63+73+80=216 (28% of max value = 765). Red value is 63 (25% from 255 or 29.17% from 216); Green value is 73 (28.91% from 255 or 33.80% 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 #3F4950 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F4950 is #C0B6AF. Grayscale: #464646. Windows color (decimal): -12629680 or 5261631. OLE color: 5261631.
HSL color Cylindrical-coordinate representation of color #3F4950: hue angle of 204.71º 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 #3F4950 is Cyan = 0.21, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 63 | 73 | 80 | - |
| CMYK | 0.21 | 0.09 | 0 | 0.69 |
| HSL | 204.71º | 0.12% | 0.28% | - |
| HSV(B) | 204.71º | 0.21% | 0.31% | - |
| XYZ | 5.88 | 6.4 | 8.52 | - |
| YUV | 70.81 | 133.19 | 122.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 73 | 80 | 0.21 | 0.09 | 0 | 0.69 | 204.71 | 0.12 | 0.28 |
| Hex | 3F | 49 | 50 | 15 | 9 | 0 | 45 | CD | C | 1C |
| Octal | 77 | 111 | 120 | 25 | 11 | 0 | 105 | 315 | 14 | 34 |
| Binary | 111111 | 1001001 | 1010000 | 10101 | 1001 | 0 | 1000101 | 11001101 | 1100 | 11100 |
Color Harmonies of #3F4950
Complementary color
Monochromatic Colors of #3F4950
Black with #3F4950
Text Example
Text Example
White with #3F4950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4950; }
p { color: rgb(63,73,80); }
H1.HeaderClassName
{
color: #3F4950;
}
.AnyTagClassName
{
color: #3F4950;
}
</style>
background-color css
<style>
a { background-color: #3F4950; }
a { background-color: rgb(63,73,80); }
div.DivClassName
{
background-color: #3F4950;
}
.BgClassName
{
background-color: #3F4950;
}
</style>
border-color css
<style>
span { border-color: #3F4950; }
span { border-color: rgb(63,73,80); }
td.TdClassName
{
border-color: #3F4950;
}
.TagClassName
{
border-color: #3F4950;
}
</style>