Shades of Atomic #374A55
Tints of Atomic #374A55
RGB
CMYK
RGB Variations
Color information
#374A55 (or 0x374A55) is known color: Atomic. HEX triplet: 37, 4A and 55. RGB value is (55,74,85). Sum of RGB (Red+Green+Blue) = 55+74+85=214 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.70% from 214); Green value is 74 (29.30% from 255 or 34.58% from 214); Blue value is 85 (33.59% from 255 or 39.72% from 214); Max value from RGB is 85 - color contains mainly: blue. Hex color #374A55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374A55 is #C8B5AA. Grayscale: #454545. Windows color (decimal): -13153707 or 5589559. OLE color: 5589559.
HSL color Cylindrical-coordinate representation of color #374A55: hue angle of 202º 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 #374A55 is Cyan = 0.35, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 55 | 74 | 85 | - |
| CMYK | 0.35 | 0.13 | 0 | 0.67 |
| HSL | 202º | 0.21% | 0.27% | - |
| HSV(B) | 202º | 0.35% | 0.33% | - |
| XYZ | 5.66 | 6.37 | 9.52 | - |
| YUV | 69.57 | 136.71 | 117.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 74 | 85 | 0.35 | 0.13 | 0 | 0.67 | 202 | 0.21 | 0.27 |
| Hex | 37 | 4A | 55 | 23 | D | 0 | 43 | CA | 15 | 1B |
| Octal | 67 | 112 | 125 | 43 | 15 | 0 | 103 | 312 | 25 | 33 |
| Binary | 110111 | 1001010 | 1010101 | 100011 | 1101 | 0 | 1000011 | 11001010 | 10101 | 11011 |
Color Harmonies of #374A55
Complementary color
Monochromatic Colors of #374A55
Black with #374A55
Text Example
Text Example
White with #374A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #374A55; }
p { color: rgb(55,74,85); }
H1.HeaderClassName
{
color: #374A55;
}
.AnyTagClassName
{
color: #374A55;
}
</style>
background-color css
<style>
a { background-color: #374A55; }
a { background-color: rgb(55,74,85); }
div.DivClassName
{
background-color: #374A55;
}
.BgClassName
{
background-color: #374A55;
}
</style>
border-color css
<style>
span { border-color: #374A55; }
span { border-color: rgb(55,74,85); }
td.TdClassName
{
border-color: #374A55;
}
.TagClassName
{
border-color: #374A55;
}
</style>