Shades of Atomic #37464E
Tints of Atomic #37464E
RGB
CMYK
RGB Variations
Color information
#37464E (or 0x37464E) is known color: Atomic. HEX triplet: 37, 46 and 4E. RGB value is (55,70,78). Sum of RGB (Red+Green+Blue) = 55+70+78=203 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.09% from 203); Green value is 70 (27.73% from 255 or 34.48% from 203); Blue value is 78 (30.86% from 255 or 38.42% from 203); Max value from RGB is 78 - color contains mainly: blue. Hex color #37464E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37464E is #C8B9B1. Grayscale: #424242. Windows color (decimal): -13154738 or 5129783. OLE color: 5129783.
HSL color Cylindrical-coordinate representation of color #37464E: hue angle of 200.87º degrees, saturation: 0.17, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #37464E is Cyan = 0.29, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 55 | 70 | 78 | - |
| CMYK | 0.29 | 0.10 | 0 | 0.69 |
| HSL | 200.87º | 0.17% | 0.26% | - |
| HSV(B) | 200.87º | 0.29% | 0.31% | - |
| XYZ | 5.14 | 5.74 | 8.05 | - |
| YUV | 66.43 | 134.53 | 119.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 70 | 78 | 0.29 | 0.10 | 0 | 0.69 | 200.87 | 0.17 | 0.26 |
| Hex | 37 | 46 | 4E | 1D | A | 0 | 45 | C9 | 11 | 1A |
| Octal | 67 | 106 | 116 | 35 | 12 | 0 | 105 | 311 | 21 | 32 |
| Binary | 110111 | 1000110 | 1001110 | 11101 | 1010 | 0 | 1000101 | 11001001 | 10001 | 11010 |
Color Harmonies of #37464E
Complementary color
Monochromatic Colors of #37464E
Black with #37464E
Text Example
Text Example
White with #37464E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37464E; }
p { color: rgb(55,70,78); }
H1.HeaderClassName
{
color: #37464E;
}
.AnyTagClassName
{
color: #37464E;
}
</style>
background-color css
<style>
a { background-color: #37464E; }
a { background-color: rgb(55,70,78); }
div.DivClassName
{
background-color: #37464E;
}
.BgClassName
{
background-color: #37464E;
}
</style>
border-color css
<style>
span { border-color: #37464E; }
span { border-color: rgb(55,70,78); }
td.TdClassName
{
border-color: #37464E;
}
.TagClassName
{
border-color: #37464E;
}
</style>