Shades of Atomic #36494D
Tints of Atomic #36494D
RGB
CMYK
RGB Variations
Color information
#36494D (or 0x36494D) is known color: Atomic. HEX triplet: 36, 49 and 4D. RGB value is (54,73,77). Sum of RGB (Red+Green+Blue) = 54+73+77=204 (27% of max value = 765). Red value is 54 (21.48% from 255 or 26.47% from 204); Green value is 73 (28.91% from 255 or 35.78% 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 #36494D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36494D is #C9B6B2. Grayscale: #434343. Windows color (decimal): -13219507 or 5065014. OLE color: 5065014.
HSL color Cylindrical-coordinate representation of color #36494D: hue angle of 190.43º degrees, saturation: 0.18, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #36494D is Cyan = 0.30, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 54 | 73 | 77 | - |
| CMYK | 0.30 | 0.05 | 0 | 0.70 |
| HSL | 190.43º | 0.18% | 0.26% | - |
| HSV(B) | 190.43º | 0.3% | 0.3% | - |
| XYZ | 5.24 | 6.09 | 7.92 | - |
| YUV | 67.78 | 133.21 | 118.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 73 | 77 | 0.30 | 0.05 | 0 | 0.70 | 190.43 | 0.18 | 0.26 |
| Hex | 36 | 49 | 4D | 1E | 5 | 0 | 46 | BE | 12 | 1A |
| Octal | 66 | 111 | 115 | 36 | 5 | 0 | 106 | 276 | 22 | 32 |
| Binary | 110110 | 1001001 | 1001101 | 11110 | 101 | 0 | 1000110 | 10111110 | 10010 | 11010 |
Color Harmonies of #36494D
Complementary color
Monochromatic Colors of #36494D
Black with #36494D
Text Example
Text Example
White with #36494D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36494D; }
p { color: rgb(54,73,77); }
H1.HeaderClassName
{
color: #36494D;
}
.AnyTagClassName
{
color: #36494D;
}
</style>
background-color css
<style>
a { background-color: #36494D; }
a { background-color: rgb(54,73,77); }
div.DivClassName
{
background-color: #36494D;
}
.BgClassName
{
background-color: #36494D;
}
</style>
border-color css
<style>
span { border-color: #36494D; }
span { border-color: rgb(54,73,77); }
td.TdClassName
{
border-color: #36494D;
}
.TagClassName
{
border-color: #36494D;
}
</style>