Shades of Atomic #364D56
Tints of Atomic #364D56
RGB
CMYK
RGB Variations
Color information
#364D56 (or 0x364D56) is known color: Atomic. HEX triplet: 36, 4D and 56. RGB value is (54,77,86). Sum of RGB (Red+Green+Blue) = 54+77+86=217 (28% of max value = 765). Red value is 54 (21.48% from 255 or 24.88% from 217); Green value is 77 (30.47% from 255 or 35.48% from 217); Blue value is 86 (33.98% from 255 or 39.63% from 217); Max value from RGB is 86 - color contains mainly: blue. Hex color #364D56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #364D56 is #C9B2A9. Grayscale: #474747. Windows color (decimal): -13218474 or 5655862. OLE color: 5655862.
HSL color Cylindrical-coordinate representation of color #364D56: hue angle of 196.88º degrees, saturation: 0.23, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #364D56 is Cyan = 0.37, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 54 | 77 | 86 | - |
| CMYK | 0.37 | 0.10 | 0 | 0.66 |
| HSL | 196.88º | 0.23% | 0.27% | - |
| HSV(B) | 196.88º | 0.37% | 0.34% | - |
| XYZ | 5.85 | 6.76 | 9.8 | - |
| YUV | 71.15 | 136.38 | 115.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 77 | 86 | 0.37 | 0.10 | 0 | 0.66 | 196.88 | 0.23 | 0.27 |
| Hex | 36 | 4D | 56 | 25 | A | 0 | 42 | C5 | 17 | 1B |
| Octal | 66 | 115 | 126 | 45 | 12 | 0 | 102 | 305 | 27 | 33 |
| Binary | 110110 | 1001101 | 1010110 | 100101 | 1010 | 0 | 1000010 | 11000101 | 10111 | 11011 |
Color Harmonies of #364D56
Complementary color
Monochromatic Colors of #364D56
Black with #364D56
Text Example
Text Example
White with #364D56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #364D56; }
p { color: rgb(54,77,86); }
H1.HeaderClassName
{
color: #364D56;
}
.AnyTagClassName
{
color: #364D56;
}
</style>
background-color css
<style>
a { background-color: #364D56; }
a { background-color: rgb(54,77,86); }
div.DivClassName
{
background-color: #364D56;
}
.BgClassName
{
background-color: #364D56;
}
</style>
border-color css
<style>
span { border-color: #364D56; }
span { border-color: rgb(54,77,86); }
td.TdClassName
{
border-color: #364D56;
}
.TagClassName
{
border-color: #364D56;
}
</style>