Shades of Atomic #37494D
Tints of Atomic #37494D
RGB
CMYK
RGB Variations
Color information
#37494D (or 0x37494D) is known color: Atomic. HEX triplet: 37, 49 and 4D. RGB value is (55,73,77). Sum of RGB (Red+Green+Blue) = 55+73+77=205 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.83% from 205); Green value is 73 (28.91% from 255 or 35.61% from 205); Blue value is 77 (30.47% from 255 or 37.56% from 205); Max value from RGB is 77 - color contains mainly: blue. Hex color #37494D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37494D is #C8B6B2. Grayscale: #444444. Windows color (decimal): -13153971 or 5065015. OLE color: 5065015.
HSL color Cylindrical-coordinate representation of color #37494D: hue angle of 190.91º degrees, saturation: 0.17, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #37494D is Cyan = 0.29, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 55 | 73 | 77 | - |
| CMYK | 0.29 | 0.05 | 0 | 0.70 |
| HSL | 190.91º | 0.17% | 0.26% | - |
| HSV(B) | 190.91º | 0.29% | 0.3% | - |
| XYZ | 5.3 | 6.11 | 7.92 | - |
| YUV | 68.07 | 133.04 | 118.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 73 | 77 | 0.29 | 0.05 | 0 | 0.70 | 190.91 | 0.17 | 0.26 |
| Hex | 37 | 49 | 4D | 1D | 5 | 0 | 46 | BF | 11 | 1A |
| Octal | 67 | 111 | 115 | 35 | 5 | 0 | 106 | 277 | 21 | 32 |
| Binary | 110111 | 1001001 | 1001101 | 11101 | 101 | 0 | 1000110 | 10111111 | 10001 | 11010 |
Color Harmonies of #37494D
Complementary color
Monochromatic Colors of #37494D
Black with #37494D
Text Example
Text Example
White with #37494D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37494D; }
p { color: rgb(55,73,77); }
H1.HeaderClassName
{
color: #37494D;
}
.AnyTagClassName
{
color: #37494D;
}
</style>
background-color css
<style>
a { background-color: #37494D; }
a { background-color: rgb(55,73,77); }
div.DivClassName
{
background-color: #37494D;
}
.BgClassName
{
background-color: #37494D;
}
</style>
border-color css
<style>
span { border-color: #37494D; }
span { border-color: rgb(55,73,77); }
td.TdClassName
{
border-color: #37494D;
}
.TagClassName
{
border-color: #37494D;
}
</style>