Shades of Atomic #36484E
Tints of Atomic #36484E
RGB
CMYK
RGB Variations
Color information
#36484E (or 0x36484E) is known color: Atomic. HEX triplet: 36, 48 and 4E. RGB value is (54,72,78). Sum of RGB (Red+Green+Blue) = 54+72+78=204 (27% of max value = 765). Red value is 54 (21.48% from 255 or 26.47% from 204); Green value is 72 (28.52% from 255 or 35.29% from 204); Blue value is 78 (30.86% from 255 or 38.24% from 204); Max value from RGB is 78 - color contains mainly: blue. Hex color #36484E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36484E is #C9B7B1. Grayscale: #434343. Windows color (decimal): -13219762 or 5130294. OLE color: 5130294.
HSL color Cylindrical-coordinate representation of color #36484E: hue angle of 195º degrees, saturation: 0.18, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #36484E is Cyan = 0.31, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 54 | 72 | 78 | - |
| CMYK | 0.31 | 0.08 | 0 | 0.69 |
| HSL | 195º | 0.18% | 0.26% | - |
| HSV(B) | 195º | 0.31% | 0.31% | - |
| XYZ | 5.21 | 5.97 | 8.09 | - |
| YUV | 67.3 | 134.04 | 118.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 72 | 78 | 0.31 | 0.08 | 0 | 0.69 | 195 | 0.18 | 0.26 |
| Hex | 36 | 48 | 4E | 1F | 8 | 0 | 45 | C3 | 12 | 1A |
| Octal | 66 | 110 | 116 | 37 | 10 | 0 | 105 | 303 | 22 | 32 |
| Binary | 110110 | 1001000 | 1001110 | 11111 | 1000 | 0 | 1000101 | 11000011 | 10010 | 11010 |
Color Harmonies of #36484E
Complementary color
Monochromatic Colors of #36484E
Black with #36484E
Text Example
Text Example
White with #36484E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36484E; }
p { color: rgb(54,72,78); }
H1.HeaderClassName
{
color: #36484E;
}
.AnyTagClassName
{
color: #36484E;
}
</style>
background-color css
<style>
a { background-color: #36484E; }
a { background-color: rgb(54,72,78); }
div.DivClassName
{
background-color: #36484E;
}
.BgClassName
{
background-color: #36484E;
}
</style>
border-color css
<style>
span { border-color: #36484E; }
span { border-color: rgb(54,72,78); }
td.TdClassName
{
border-color: #36484E;
}
.TagClassName
{
border-color: #36484E;
}
</style>