Shades of Atomic #3C494C
Tints of Atomic #3C494C
RGB
CMYK
RGB Variations
Color information
#3C494C (or 0x3C494C) is known color: Atomic. HEX triplet: 3C, 49 and 4C. RGB value is (60,73,76). Sum of RGB (Red+Green+Blue) = 60+73+76=209 (27% of max value = 765). Red value is 60 (23.83% from 255 or 28.71% from 209); Green value is 73 (28.91% from 255 or 34.93% from 209); Blue value is 76 (30.08% from 255 or 36.36% from 209); Max value from RGB is 76 - color contains mainly: blue. Hex color #3C494C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C494C is #C3B6B3. Grayscale: #454545. Windows color (decimal): -12826292 or 4999484. OLE color: 4999484.
HSL color Cylindrical-coordinate representation of color #3C494C: hue angle of 191.25º degrees, saturation: 0.12, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #3C494C is Cyan = 0.21, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 60 | 73 | 76 | - |
| CMYK | 0.21 | 0.04 | 0 | 0.70 |
| HSL | 191.25º | 0.12% | 0.27% | - |
| HSV(B) | 191.25º | 0.21% | 0.3% | - |
| XYZ | 5.55 | 6.25 | 7.75 | - |
| YUV | 69.46 | 131.69 | 121.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 73 | 76 | 0.21 | 0.04 | 0 | 0.70 | 191.25 | 0.12 | 0.27 |
| Hex | 3C | 49 | 4C | 15 | 4 | 0 | 46 | BF | C | 1B |
| Octal | 74 | 111 | 114 | 25 | 4 | 0 | 106 | 277 | 14 | 33 |
| Binary | 111100 | 1001001 | 1001100 | 10101 | 100 | 0 | 1000110 | 10111111 | 1100 | 11011 |
Color Harmonies of #3C494C
Complementary color
Monochromatic Colors of #3C494C
Black with #3C494C
Text Example
Text Example
White with #3C494C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C494C; }
p { color: rgb(60,73,76); }
H1.HeaderClassName
{
color: #3C494C;
}
.AnyTagClassName
{
color: #3C494C;
}
</style>
background-color css
<style>
a { background-color: #3C494C; }
a { background-color: rgb(60,73,76); }
div.DivClassName
{
background-color: #3C494C;
}
.BgClassName
{
background-color: #3C494C;
}
</style>
border-color css
<style>
span { border-color: #3C494C; }
span { border-color: rgb(60,73,76); }
td.TdClassName
{
border-color: #3C494C;
}
.TagClassName
{
border-color: #3C494C;
}
</style>