Shades of Atomic #374950
Tints of Atomic #374950
RGB
CMYK
RGB Variations
Color information
#374950 (or 0x374950) is known color: Atomic. HEX triplet: 37, 49 and 50. RGB value is (55,73,80). Sum of RGB (Red+Green+Blue) = 55+73+80=208 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.44% from 208); Green value is 73 (28.91% from 255 or 35.10% from 208); Blue value is 80 (31.64% from 255 or 38.46% from 208); Max value from RGB is 80 - color contains mainly: blue. Hex color #374950 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374950 is #C8B6AF. Grayscale: #444444. Windows color (decimal): -13153968 or 5261623. OLE color: 5261623.
HSL color Cylindrical-coordinate representation of color #374950: hue angle of 196.8º degrees, saturation: 0.19, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #374950 is Cyan = 0.31, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 55 | 73 | 80 | - |
| CMYK | 0.31 | 0.09 | 0 | 0.69 |
| HSL | 196.8º | 0.19% | 0.26% | - |
| HSV(B) | 196.8º | 0.31% | 0.31% | - |
| XYZ | 5.41 | 6.16 | 8.49 | - |
| YUV | 68.42 | 134.54 | 118.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 73 | 80 | 0.31 | 0.09 | 0 | 0.69 | 196.8 | 0.19 | 0.26 |
| Hex | 37 | 49 | 50 | 1F | 9 | 0 | 45 | C5 | 13 | 1A |
| Octal | 67 | 111 | 120 | 37 | 11 | 0 | 105 | 305 | 23 | 32 |
| Binary | 110111 | 1001001 | 1010000 | 11111 | 1001 | 0 | 1000101 | 11000101 | 10011 | 11010 |
Color Harmonies of #374950
Complementary color
Monochromatic Colors of #374950
Black with #374950
Text Example
Text Example
White with #374950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #374950; }
p { color: rgb(55,73,80); }
H1.HeaderClassName
{
color: #374950;
}
.AnyTagClassName
{
color: #374950;
}
</style>
background-color css
<style>
a { background-color: #374950; }
a { background-color: rgb(55,73,80); }
div.DivClassName
{
background-color: #374950;
}
.BgClassName
{
background-color: #374950;
}
</style>
border-color css
<style>
span { border-color: #374950; }
span { border-color: rgb(55,73,80); }
td.TdClassName
{
border-color: #374950;
}
.TagClassName
{
border-color: #374950;
}
</style>