Shades of Atomic #374850
Tints of Atomic #374850
RGB
CMYK
RGB Variations
Color information
#374850 (or 0x374850) is known color: Atomic. HEX triplet: 37, 48 and 50. RGB value is (55,72,80). Sum of RGB (Red+Green+Blue) = 55+72+80=207 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.57% from 207); Green value is 72 (28.52% from 255 or 34.78% from 207); Blue value is 80 (31.64% from 255 or 38.65% from 207); Max value from RGB is 80 - color contains mainly: blue. Hex color #374850 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374850 is #C8B7AF. Grayscale: #434343. Windows color (decimal): -13154224 or 5261367. OLE color: 5261367.
HSL color Cylindrical-coordinate representation of color #374850: hue angle of 199.2º 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 #374850 is Cyan = 0.31, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 55 | 72 | 80 | - |
| CMYK | 0.31 | 0.10 | 0 | 0.69 |
| HSL | 199.2º | 0.19% | 0.26% | - |
| HSV(B) | 199.2º | 0.31% | 0.31% | - |
| XYZ | 5.34 | 6.03 | 8.47 | - |
| YUV | 67.83 | 134.87 | 118.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 72 | 80 | 0.31 | 0.10 | 0 | 0.69 | 199.2 | 0.19 | 0.26 |
| Hex | 37 | 48 | 50 | 1F | A | 0 | 45 | C7 | 13 | 1A |
| Octal | 67 | 110 | 120 | 37 | 12 | 0 | 105 | 307 | 23 | 32 |
| Binary | 110111 | 1001000 | 1010000 | 11111 | 1010 | 0 | 1000101 | 11000111 | 10011 | 11010 |
Color Harmonies of #374850
Complementary color
Monochromatic Colors of #374850
Black with #374850
Text Example
Text Example
White with #374850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #374850; }
p { color: rgb(55,72,80); }
H1.HeaderClassName
{
color: #374850;
}
.AnyTagClassName
{
color: #374850;
}
</style>
background-color css
<style>
a { background-color: #374850; }
a { background-color: rgb(55,72,80); }
div.DivClassName
{
background-color: #374850;
}
.BgClassName
{
background-color: #374850;
}
</style>
border-color css
<style>
span { border-color: #374850; }
span { border-color: rgb(55,72,80); }
td.TdClassName
{
border-color: #374850;
}
.TagClassName
{
border-color: #374850;
}
</style>