Shades of Atomic #3A4D53
Tints of Atomic #3A4D53
RGB
CMYK
RGB Variations
Color information
#3A4D53 (or 0x3A4D53) is known color: Atomic. HEX triplet: 3A, 4D and 53. RGB value is (58,77,83). Sum of RGB (Red+Green+Blue) = 58+77+83=218 (28% of max value = 765). Red value is 58 (23.05% from 255 or 26.61% from 218); Green value is 77 (30.47% from 255 or 35.32% from 218); Blue value is 83 (32.81% from 255 or 38.07% from 218); Max value from RGB is 83 - color contains mainly: blue. Hex color #3A4D53 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A4D53 is #C5B2AC. Grayscale: #474747. Windows color (decimal): -12956333 or 5459258. OLE color: 5459258.
HSL color Cylindrical-coordinate representation of color #3A4D53: hue angle of 194.4º degrees, saturation: 0.18, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #3A4D53 is Cyan = 0.30, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 58 | 77 | 83 | - |
| CMYK | 0.30 | 0.07 | 0 | 0.67 |
| HSL | 194.4º | 0.18% | 0.28% | - |
| HSV(B) | 194.4º | 0.3% | 0.33% | - |
| XYZ | 5.96 | 6.83 | 9.19 | - |
| YUV | 72 | 134.21 | 118.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 77 | 83 | 0.30 | 0.07 | 0 | 0.67 | 194.4 | 0.18 | 0.28 |
| Hex | 3A | 4D | 53 | 1E | 7 | 0 | 43 | C2 | 12 | 1C |
| Octal | 72 | 115 | 123 | 36 | 7 | 0 | 103 | 302 | 22 | 34 |
| Binary | 111010 | 1001101 | 1010011 | 11110 | 111 | 0 | 1000011 | 11000010 | 10010 | 11100 |
Color Harmonies of #3A4D53
Complementary color
Monochromatic Colors of #3A4D53
Black with #3A4D53
Text Example
Text Example
White with #3A4D53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A4D53; }
p { color: rgb(58,77,83); }
H1.HeaderClassName
{
color: #3A4D53;
}
.AnyTagClassName
{
color: #3A4D53;
}
</style>
background-color css
<style>
a { background-color: #3A4D53; }
a { background-color: rgb(58,77,83); }
div.DivClassName
{
background-color: #3A4D53;
}
.BgClassName
{
background-color: #3A4D53;
}
</style>
border-color css
<style>
span { border-color: #3A4D53; }
span { border-color: rgb(58,77,83); }
td.TdClassName
{
border-color: #3A4D53;
}
.TagClassName
{
border-color: #3A4D53;
}
</style>