Shades of Atomic #3A4953
Tints of Atomic #3A4953
RGB
CMYK
RGB Variations
Color information
#3A4953 (or 0x3A4953) is known color: Atomic. HEX triplet: 3A, 49 and 53. RGB value is (58,73,83). Sum of RGB (Red+Green+Blue) = 58+73+83=214 (28% of max value = 765). Red value is 58 (23.05% from 255 or 27.10% from 214); Green value is 73 (28.91% from 255 or 34.11% from 214); Blue value is 83 (32.81% from 255 or 38.79% from 214); Max value from RGB is 83 - color contains mainly: blue. Hex color #3A4953 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A4953 is #C5B6AC. Grayscale: #454545. Windows color (decimal): -12957357 or 5458234. OLE color: 5458234.
HSL color Cylindrical-coordinate representation of color #3A4953: hue angle of 204º 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 #3A4953 is Cyan = 0.30, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 58 | 73 | 83 | - |
| CMYK | 0.30 | 0.12 | 0 | 0.67 |
| HSL | 204º | 0.18% | 0.28% | - |
| HSV(B) | 204º | 0.3% | 0.33% | - |
| XYZ | 5.69 | 6.29 | 9.1 | - |
| YUV | 69.66 | 135.53 | 119.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 73 | 83 | 0.30 | 0.12 | 0 | 0.67 | 204 | 0.18 | 0.28 |
| Hex | 3A | 49 | 53 | 1E | C | 0 | 43 | CC | 12 | 1C |
| Octal | 72 | 111 | 123 | 36 | 14 | 0 | 103 | 314 | 22 | 34 |
| Binary | 111010 | 1001001 | 1010011 | 11110 | 1100 | 0 | 1000011 | 11001100 | 10010 | 11100 |
Color Harmonies of #3A4953
Complementary color
Monochromatic Colors of #3A4953
Black with #3A4953
Text Example
Text Example
White with #3A4953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A4953; }
p { color: rgb(58,73,83); }
H1.HeaderClassName
{
color: #3A4953;
}
.AnyTagClassName
{
color: #3A4953;
}
</style>
background-color css
<style>
a { background-color: #3A4953; }
a { background-color: rgb(58,73,83); }
div.DivClassName
{
background-color: #3A4953;
}
.BgClassName
{
background-color: #3A4953;
}
</style>
border-color css
<style>
span { border-color: #3A4953; }
span { border-color: rgb(58,73,83); }
td.TdClassName
{
border-color: #3A4953;
}
.TagClassName
{
border-color: #3A4953;
}
</style>