Shades of Atomic #36484D
Tints of Atomic #36484D
RGB
CMYK
RGB Variations
Color information
#36484D (or 0x36484D) is known color: Atomic. HEX triplet: 36, 48 and 4D. RGB value is (54,72,77). Sum of RGB (Red+Green+Blue) = 54+72+77=203 (26% of max value = 765). Red value is 54 (21.48% from 255 or 26.60% from 203); Green value is 72 (28.52% from 255 or 35.47% from 203); Blue value is 77 (30.47% from 255 or 37.93% from 203); Max value from RGB is 77 - color contains mainly: blue. Hex color #36484D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36484D is #C9B7B2. Grayscale: #434343. Windows color (decimal): -13219763 or 5064758. OLE color: 5064758.
HSL color Cylindrical-coordinate representation of color #36484D: hue angle of 193.04º 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 #36484D is Cyan = 0.30, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 54 | 72 | 77 | - |
| CMYK | 0.30 | 0.06 | 0 | 0.70 |
| HSL | 193.04º | 0.18% | 0.26% | - |
| HSV(B) | 193.04º | 0.3% | 0.3% | - |
| XYZ | 5.18 | 5.95 | 7.9 | - |
| YUV | 67.19 | 133.54 | 118.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 72 | 77 | 0.30 | 0.06 | 0 | 0.70 | 193.04 | 0.18 | 0.26 |
| Hex | 36 | 48 | 4D | 1E | 6 | 0 | 46 | C1 | 12 | 1A |
| Octal | 66 | 110 | 115 | 36 | 6 | 0 | 106 | 301 | 22 | 32 |
| Binary | 110110 | 1001000 | 1001101 | 11110 | 110 | 0 | 1000110 | 11000001 | 10010 | 11010 |
Color Harmonies of #36484D
Complementary color
Monochromatic Colors of #36484D
Black with #36484D
Text Example
Text Example
White with #36484D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36484D; }
p { color: rgb(54,72,77); }
H1.HeaderClassName
{
color: #36484D;
}
.AnyTagClassName
{
color: #36484D;
}
</style>
background-color css
<style>
a { background-color: #36484D; }
a { background-color: rgb(54,72,77); }
div.DivClassName
{
background-color: #36484D;
}
.BgClassName
{
background-color: #36484D;
}
</style>
border-color css
<style>
span { border-color: #36484D; }
span { border-color: rgb(54,72,77); }
td.TdClassName
{
border-color: #36484D;
}
.TagClassName
{
border-color: #36484D;
}
</style>