Shades of Atomic #3B494C
Tints of Atomic #3B494C
RGB
CMYK
RGB Variations
Color information
#3B494C (or 0x3B494C) is known color: Atomic. HEX triplet: 3B, 49 and 4C. RGB value is (59,73,76). Sum of RGB (Red+Green+Blue) = 59+73+76=208 (27% of max value = 765). Red value is 59 (23.44% from 255 or 28.37% from 208); Green value is 73 (28.91% from 255 or 35.10% from 208); Blue value is 76 (30.08% from 255 or 36.54% from 208); Max value from RGB is 76 - color contains mainly: blue. Hex color #3B494C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B494C is #C4B6B3. Grayscale: #454545. Windows color (decimal): -12891828 or 4999483. OLE color: 4999483.
HSL color Cylindrical-coordinate representation of color #3B494C: hue angle of 190.59º degrees, saturation: 0.13, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #3B494C is Cyan = 0.22, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 59 | 73 | 76 | - |
| CMYK | 0.22 | 0.04 | 0 | 0.70 |
| HSL | 190.59º | 0.13% | 0.26% | - |
| HSV(B) | 190.59º | 0.22% | 0.3% | - |
| XYZ | 5.49 | 6.22 | 7.75 | - |
| YUV | 69.16 | 131.86 | 120.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 73 | 76 | 0.22 | 0.04 | 0 | 0.70 | 190.59 | 0.13 | 0.26 |
| Hex | 3B | 49 | 4C | 16 | 4 | 0 | 46 | BF | D | 1A |
| Octal | 73 | 111 | 114 | 26 | 4 | 0 | 106 | 277 | 15 | 32 |
| Binary | 111011 | 1001001 | 1001100 | 10110 | 100 | 0 | 1000110 | 10111111 | 1101 | 11010 |
Color Harmonies of #3B494C
Complementary color
Monochromatic Colors of #3B494C
Black with #3B494C
Text Example
Text Example
White with #3B494C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B494C; }
p { color: rgb(59,73,76); }
H1.HeaderClassName
{
color: #3B494C;
}
.AnyTagClassName
{
color: #3B494C;
}
</style>
background-color css
<style>
a { background-color: #3B494C; }
a { background-color: rgb(59,73,76); }
div.DivClassName
{
background-color: #3B494C;
}
.BgClassName
{
background-color: #3B494C;
}
</style>
border-color css
<style>
span { border-color: #3B494C; }
span { border-color: rgb(59,73,76); }
td.TdClassName
{
border-color: #3B494C;
}
.TagClassName
{
border-color: #3B494C;
}
</style>