Shades of Atomic #3A494D
Tints of Atomic #3A494D
RGB
CMYK
RGB Variations
Color information
#3A494D (or 0x3A494D) is known color: Atomic. HEX triplet: 3A, 49 and 4D. RGB value is (58,73,77). Sum of RGB (Red+Green+Blue) = 58+73+77=208 (27% of max value = 765). Red value is 58 (23.05% from 255 or 27.88% from 208); Green value is 73 (28.91% from 255 or 35.10% from 208); Blue value is 77 (30.47% from 255 or 37.02% from 208); Max value from RGB is 77 - color contains mainly: blue. Hex color #3A494D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A494D is #C5B6B2. Grayscale: #444444. Windows color (decimal): -12957363 or 5065018. OLE color: 5065018.
HSL color Cylindrical-coordinate representation of color #3A494D: hue angle of 192.63º degrees, saturation: 0.14, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #3A494D is Cyan = 0.25, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 58 | 73 | 77 | - |
| CMYK | 0.25 | 0.05 | 0 | 0.70 |
| HSL | 192.63º | 0.14% | 0.26% | - |
| HSV(B) | 192.63º | 0.25% | 0.3% | - |
| XYZ | 5.47 | 6.2 | 7.93 | - |
| YUV | 68.97 | 132.53 | 120.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 73 | 77 | 0.25 | 0.05 | 0 | 0.70 | 192.63 | 0.14 | 0.26 |
| Hex | 3A | 49 | 4D | 19 | 5 | 0 | 46 | C1 | E | 1A |
| Octal | 72 | 111 | 115 | 31 | 5 | 0 | 106 | 301 | 16 | 32 |
| Binary | 111010 | 1001001 | 1001101 | 11001 | 101 | 0 | 1000110 | 11000001 | 1110 | 11010 |
Color Harmonies of #3A494D
Complementary color
Monochromatic Colors of #3A494D
Black with #3A494D
Text Example
Text Example
White with #3A494D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A494D; }
p { color: rgb(58,73,77); }
H1.HeaderClassName
{
color: #3A494D;
}
.AnyTagClassName
{
color: #3A494D;
}
</style>
background-color css
<style>
a { background-color: #3A494D; }
a { background-color: rgb(58,73,77); }
div.DivClassName
{
background-color: #3A494D;
}
.BgClassName
{
background-color: #3A494D;
}
</style>
border-color css
<style>
span { border-color: #3A494D; }
span { border-color: rgb(58,73,77); }
td.TdClassName
{
border-color: #3A494D;
}
.TagClassName
{
border-color: #3A494D;
}
</style>