Shades of Atomic #3A474E
Tints of Atomic #3A474E
RGB
CMYK
RGB Variations
Color information
#3A474E (or 0x3A474E) is known color: Atomic. HEX triplet: 3A, 47 and 4E. RGB value is (58,71,78). Sum of RGB (Red+Green+Blue) = 58+71+78=207 (27% of max value = 765). Red value is 58 (23.05% from 255 or 28.02% from 207); Green value is 71 (28.12% from 255 or 34.30% from 207); Blue value is 78 (30.86% from 255 or 37.68% from 207); Max value from RGB is 78 - color contains mainly: blue. Hex color #3A474E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A474E is #C5B8B1. Grayscale: #434343. Windows color (decimal): -12957874 or 5130042. OLE color: 5130042.
HSL color Cylindrical-coordinate representation of color #3A474E: hue angle of 201º degrees, saturation: 0.15, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #3A474E is Cyan = 0.26, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 58 | 71 | 78 | - |
| CMYK | 0.26 | 0.09 | 0 | 0.69 |
| HSL | 201º | 0.15% | 0.27% | - |
| HSV(B) | 201º | 0.26% | 0.31% | - |
| XYZ | 5.37 | 5.96 | 8.07 | - |
| YUV | 67.91 | 133.69 | 120.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 71 | 78 | 0.26 | 0.09 | 0 | 0.69 | 201 | 0.15 | 0.27 |
| Hex | 3A | 47 | 4E | 1A | 9 | 0 | 45 | C9 | F | 1B |
| Octal | 72 | 107 | 116 | 32 | 11 | 0 | 105 | 311 | 17 | 33 |
| Binary | 111010 | 1000111 | 1001110 | 11010 | 1001 | 0 | 1000101 | 11001001 | 1111 | 11011 |
Color Harmonies of #3A474E
Complementary color
Monochromatic Colors of #3A474E
Black with #3A474E
Text Example
Text Example
White with #3A474E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A474E; }
p { color: rgb(58,71,78); }
H1.HeaderClassName
{
color: #3A474E;
}
.AnyTagClassName
{
color: #3A474E;
}
</style>
background-color css
<style>
a { background-color: #3A474E; }
a { background-color: rgb(58,71,78); }
div.DivClassName
{
background-color: #3A474E;
}
.BgClassName
{
background-color: #3A474E;
}
</style>
border-color css
<style>
span { border-color: #3A474E; }
span { border-color: rgb(58,71,78); }
td.TdClassName
{
border-color: #3A474E;
}
.TagClassName
{
border-color: #3A474E;
}
</style>