Shades of Atomic #374A50
Tints of Atomic #374A50
RGB
CMYK
RGB Variations
Color information
#374A50 (or 0x374A50) is known color: Atomic. HEX triplet: 37, 4A and 50. RGB value is (55,74,80). Sum of RGB (Red+Green+Blue) = 55+74+80=209 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.32% from 209); Green value is 74 (29.30% from 255 or 35.41% from 209); Blue value is 80 (31.64% from 255 or 38.28% from 209); Max value from RGB is 80 - color contains mainly: blue. Hex color #374A50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374A50 is #C8B5AF. Grayscale: #444444. Windows color (decimal): -13153712 or 5261879. OLE color: 5261879.
HSL color Cylindrical-coordinate representation of color #374A50: hue angle of 194.4º 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 #374A50 is Cyan = 0.31, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 55 | 74 | 80 | - |
| CMYK | 0.31 | 0.08 | 0 | 0.69 |
| HSL | 194.4º | 0.19% | 0.26% | - |
| HSV(B) | 194.4º | 0.31% | 0.31% | - |
| XYZ | 5.47 | 6.29 | 8.51 | - |
| YUV | 69 | 134.21 | 118.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 74 | 80 | 0.31 | 0.08 | 0 | 0.69 | 194.4 | 0.19 | 0.26 |
| Hex | 37 | 4A | 50 | 1F | 8 | 0 | 45 | C2 | 13 | 1A |
| Octal | 67 | 112 | 120 | 37 | 10 | 0 | 105 | 302 | 23 | 32 |
| Binary | 110111 | 1001010 | 1010000 | 11111 | 1000 | 0 | 1000101 | 11000010 | 10011 | 11010 |
Color Harmonies of #374A50
Complementary color
Monochromatic Colors of #374A50
Black with #374A50
Text Example
Text Example
White with #374A50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #374A50; }
p { color: rgb(55,74,80); }
H1.HeaderClassName
{
color: #374A50;
}
.AnyTagClassName
{
color: #374A50;
}
</style>
background-color css
<style>
a { background-color: #374A50; }
a { background-color: rgb(55,74,80); }
div.DivClassName
{
background-color: #374A50;
}
.BgClassName
{
background-color: #374A50;
}
</style>
border-color css
<style>
span { border-color: #374A50; }
span { border-color: rgb(55,74,80); }
td.TdClassName
{
border-color: #374A50;
}
.TagClassName
{
border-color: #374A50;
}
</style>