Shades of Atomic #37484D
Tints of Atomic #37484D
RGB
CMYK
RGB Variations
Color information
#37484D (or 0x37484D) is known color: Atomic. HEX triplet: 37, 48 and 4D. RGB value is (55,72,77). Sum of RGB (Red+Green+Blue) = 55+72+77=204 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.96% from 204); Green value is 72 (28.52% from 255 or 35.29% from 204); Blue value is 77 (30.47% from 255 or 37.75% from 204); Max value from RGB is 77 - color contains mainly: blue. Hex color #37484D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37484D is #C8B7B2. Grayscale: #434343. Windows color (decimal): -13154227 or 5064759. OLE color: 5064759.
HSL color Cylindrical-coordinate representation of color #37484D: hue angle of 193.64º 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 #37484D is Cyan = 0.29, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 55 | 72 | 77 | - |
| CMYK | 0.29 | 0.06 | 0 | 0.70 |
| HSL | 193.64º | 0.17% | 0.26% | - |
| HSV(B) | 193.64º | 0.29% | 0.3% | - |
| XYZ | 5.23 | 5.98 | 7.9 | - |
| YUV | 67.49 | 133.37 | 119.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 72 | 77 | 0.29 | 0.06 | 0 | 0.70 | 193.64 | 0.17 | 0.26 |
| Hex | 37 | 48 | 4D | 1D | 6 | 0 | 46 | C2 | 11 | 1A |
| Octal | 67 | 110 | 115 | 35 | 6 | 0 | 106 | 302 | 21 | 32 |
| Binary | 110111 | 1001000 | 1001101 | 11101 | 110 | 0 | 1000110 | 11000010 | 10001 | 11010 |
Color Harmonies of #37484D
Complementary color
Monochromatic Colors of #37484D
Black with #37484D
Text Example
Text Example
White with #37484D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37484D; }
p { color: rgb(55,72,77); }
H1.HeaderClassName
{
color: #37484D;
}
.AnyTagClassName
{
color: #37484D;
}
</style>
background-color css
<style>
a { background-color: #37484D; }
a { background-color: rgb(55,72,77); }
div.DivClassName
{
background-color: #37484D;
}
.BgClassName
{
background-color: #37484D;
}
</style>
border-color css
<style>
span { border-color: #37484D; }
span { border-color: rgb(55,72,77); }
td.TdClassName
{
border-color: #37484D;
}
.TagClassName
{
border-color: #37484D;
}
</style>