Shades of Atomic #3A474B
Tints of Atomic #3A474B
RGB
CMYK
RGB Variations
Color information
#3A474B (or 0x3A474B) is known color: Atomic. HEX triplet: 3A, 47 and 4B. RGB value is (58,71,75). Sum of RGB (Red+Green+Blue) = 58+71+75=204 (27% of max value = 765). Red value is 58 (23.05% from 255 or 28.43% from 204); Green value is 71 (28.12% from 255 or 34.80% from 204); Blue value is 75 (29.69% from 255 or 36.76% from 204); Max value from RGB is 75 - color contains mainly: blue. Hex color #3A474B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A474B is #C5B8B4. Grayscale: #434343. Windows color (decimal): -12957877 or 4933434. OLE color: 4933434.
HSL color Cylindrical-coordinate representation of color #3A474B: hue angle of 194.12º degrees, saturation: 0.13, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #3A474B is Cyan = 0.23, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 58 | 71 | 75 | - |
| CMYK | 0.23 | 0.05 | 0 | 0.71 |
| HSL | 194.12º | 0.13% | 0.26% | - |
| HSV(B) | 194.12º | 0.23% | 0.29% | - |
| XYZ | 5.27 | 5.91 | 7.52 | - |
| YUV | 67.57 | 132.19 | 121.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 71 | 75 | 0.23 | 0.05 | 0 | 0.71 | 194.12 | 0.13 | 0.26 |
| Hex | 3A | 47 | 4B | 17 | 5 | 0 | 47 | C2 | D | 1A |
| Octal | 72 | 107 | 113 | 27 | 5 | 0 | 107 | 302 | 15 | 32 |
| Binary | 111010 | 1000111 | 1001011 | 10111 | 101 | 0 | 1000111 | 11000010 | 1101 | 11010 |
Color Harmonies of #3A474B
Complementary color
Monochromatic Colors of #3A474B
Black with #3A474B
Text Example
Text Example
White with #3A474B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A474B; }
p { color: rgb(58,71,75); }
H1.HeaderClassName
{
color: #3A474B;
}
.AnyTagClassName
{
color: #3A474B;
}
</style>
background-color css
<style>
a { background-color: #3A474B; }
a { background-color: rgb(58,71,75); }
div.DivClassName
{
background-color: #3A474B;
}
.BgClassName
{
background-color: #3A474B;
}
</style>
border-color css
<style>
span { border-color: #3A474B; }
span { border-color: rgb(58,71,75); }
td.TdClassName
{
border-color: #3A474B;
}
.TagClassName
{
border-color: #3A474B;
}
</style>