Shades of Atomic #3F4E53
Tints of Atomic #3F4E53
RGB
CMYK
RGB Variations
Color information
#3F4E53 (or 0x3F4E53) is known color: Atomic. HEX triplet: 3F, 4E and 53. RGB value is (63,78,83). Sum of RGB (Red+Green+Blue) = 63+78+83=224 (29% of max value = 765). Red value is 63 (25% from 255 or 28.12% from 224); Green value is 78 (30.86% from 255 or 34.82% from 224); Blue value is 83 (32.81% from 255 or 37.05% from 224); Max value from RGB is 83 - color contains mainly: blue. Hex color #3F4E53 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F4E53 is #C0B1AC. Grayscale: #4A4A4A. Windows color (decimal): -12628397 or 5459519. OLE color: 5459519.
HSL color Cylindrical-coordinate representation of color #3F4E53: hue angle of 195º degrees, saturation: 0.14, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #3F4E53 is Cyan = 0.24, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 63 | 78 | 83 | - |
| CMYK | 0.24 | 0.06 | 0 | 0.67 |
| HSL | 195º | 0.14% | 0.29% | - |
| HSV(B) | 195º | 0.24% | 0.33% | - |
| XYZ | 6.34 | 7.13 | 9.23 | - |
| YUV | 74.09 | 133.03 | 120.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 78 | 83 | 0.24 | 0.06 | 0 | 0.67 | 195 | 0.14 | 0.29 |
| Hex | 3F | 4E | 53 | 18 | 6 | 0 | 43 | C3 | E | 1D |
| Octal | 77 | 116 | 123 | 30 | 6 | 0 | 103 | 303 | 16 | 35 |
| Binary | 111111 | 1001110 | 1010011 | 11000 | 110 | 0 | 1000011 | 11000011 | 1110 | 11101 |
Color Harmonies of #3F4E53
Complementary color
Monochromatic Colors of #3F4E53
Black with #3F4E53
Text Example
Text Example
White with #3F4E53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4E53; }
p { color: rgb(63,78,83); }
H1.HeaderClassName
{
color: #3F4E53;
}
.AnyTagClassName
{
color: #3F4E53;
}
</style>
background-color css
<style>
a { background-color: #3F4E53; }
a { background-color: rgb(63,78,83); }
div.DivClassName
{
background-color: #3F4E53;
}
.BgClassName
{
background-color: #3F4E53;
}
</style>
border-color css
<style>
span { border-color: #3F4E53; }
span { border-color: rgb(63,78,83); }
td.TdClassName
{
border-color: #3F4E53;
}
.TagClassName
{
border-color: #3F4E53;
}
</style>