Shades of Atomic #3C494D
Tints of Atomic #3C494D
RGB
CMYK
RGB Variations
Color information
#3C494D (or 0x3C494D) is known color: Atomic. HEX triplet: 3C, 49 and 4D. RGB value is (60,73,77). Sum of RGB (Red+Green+Blue) = 60+73+77=210 (27% of max value = 765). Red value is 60 (23.83% from 255 or 28.57% from 210); Green value is 73 (28.91% from 255 or 34.76% from 210); Blue value is 77 (30.47% from 255 or 36.67% from 210); Max value from RGB is 77 - color contains mainly: blue. Hex color #3C494D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C494D is #C3B6B2. Grayscale: #454545. Windows color (decimal): -12826291 or 5065020. OLE color: 5065020.
HSL color Cylindrical-coordinate representation of color #3C494D: hue angle of 194.12º degrees, saturation: 0.12, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #3C494D is Cyan = 0.22, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 60 | 73 | 77 | - |
| CMYK | 0.22 | 0.05 | 0 | 0.70 |
| HSL | 194.12º | 0.12% | 0.27% | - |
| HSV(B) | 194.12º | 0.22% | 0.3% | - |
| XYZ | 5.59 | 6.26 | 7.94 | - |
| YUV | 69.57 | 132.19 | 121.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 73 | 77 | 0.22 | 0.05 | 0 | 0.70 | 194.12 | 0.12 | 0.27 |
| Hex | 3C | 49 | 4D | 16 | 5 | 0 | 46 | C2 | C | 1B |
| Octal | 74 | 111 | 115 | 26 | 5 | 0 | 106 | 302 | 14 | 33 |
| Binary | 111100 | 1001001 | 1001101 | 10110 | 101 | 0 | 1000110 | 11000010 | 1100 | 11011 |
Color Harmonies of #3C494D
Complementary color
Monochromatic Colors of #3C494D
Black with #3C494D
Text Example
Text Example
White with #3C494D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C494D; }
p { color: rgb(60,73,77); }
H1.HeaderClassName
{
color: #3C494D;
}
.AnyTagClassName
{
color: #3C494D;
}
</style>
background-color css
<style>
a { background-color: #3C494D; }
a { background-color: rgb(60,73,77); }
div.DivClassName
{
background-color: #3C494D;
}
.BgClassName
{
background-color: #3C494D;
}
</style>
border-color css
<style>
span { border-color: #3C494D; }
span { border-color: rgb(60,73,77); }
td.TdClassName
{
border-color: #3C494D;
}
.TagClassName
{
border-color: #3C494D;
}
</style>