Shades of Atomic #374D55
Tints of Atomic #374D55
RGB
CMYK
RGB Variations
Color information
#374D55 (or 0x374D55) is known color: Atomic. HEX triplet: 37, 4D and 55. RGB value is (55,77,85). Sum of RGB (Red+Green+Blue) = 55+77+85=217 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.35% from 217); Green value is 77 (30.47% from 255 or 35.48% from 217); Blue value is 85 (33.59% from 255 or 39.17% from 217); Max value from RGB is 85 - color contains mainly: blue. Hex color #374D55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #374D55 is #C8B2AA. Grayscale: #474747. Windows color (decimal): -13152939 or 5590327. OLE color: 5590327.
HSL color Cylindrical-coordinate representation of color #374D55: hue angle of 196º degrees, saturation: 0.21, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #374D55 is Cyan = 0.35, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 55 | 77 | 85 | - |
| CMYK | 0.35 | 0.09 | 0 | 0.67 |
| HSL | 196º | 0.21% | 0.27% | - |
| HSV(B) | 196º | 0.35% | 0.33% | - |
| XYZ | 5.87 | 6.78 | 9.59 | - |
| YUV | 71.33 | 135.71 | 116.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 77 | 85 | 0.35 | 0.09 | 0 | 0.67 | 196 | 0.21 | 0.27 |
| Hex | 37 | 4D | 55 | 23 | 9 | 0 | 43 | C4 | 15 | 1B |
| Octal | 67 | 115 | 125 | 43 | 11 | 0 | 103 | 304 | 25 | 33 |
| Binary | 110111 | 1001101 | 1010101 | 100011 | 1001 | 0 | 1000011 | 11000100 | 10101 | 11011 |
Color Harmonies of #374D55
Complementary color
Monochromatic Colors of #374D55
Black with #374D55
Text Example
Text Example
White with #374D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #374D55; }
p { color: rgb(55,77,85); }
H1.HeaderClassName
{
color: #374D55;
}
.AnyTagClassName
{
color: #374D55;
}
</style>
background-color css
<style>
a { background-color: #374D55; }
a { background-color: rgb(55,77,85); }
div.DivClassName
{
background-color: #374D55;
}
.BgClassName
{
background-color: #374D55;
}
</style>
border-color css
<style>
span { border-color: #374D55; }
span { border-color: rgb(55,77,85); }
td.TdClassName
{
border-color: #374D55;
}
.TagClassName
{
border-color: #374D55;
}
</style>