Shades of Atomic #364D57
Tints of Atomic #364D57
RGB
CMYK
RGB Variations
Color information
#364D57 (or 0x364D57) is known color: Atomic. HEX triplet: 36, 4D and 57. RGB value is (54,77,87). Sum of RGB (Red+Green+Blue) = 54+77+87=218 (28% of max value = 765). Red value is 54 (21.48% from 255 or 24.77% from 218); Green value is 77 (30.47% from 255 or 35.32% from 218); Blue value is 87 (34.38% from 255 or 39.91% from 218); Max value from RGB is 87 - color contains mainly: blue. Hex color #364D57 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #364D57 is #C9B2A8. Grayscale: #474747. Windows color (decimal): -13218473 or 5721398. OLE color: 5721398.
HSL color Cylindrical-coordinate representation of color #364D57: hue angle of 198.18º degrees, saturation: 0.23, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #364D57 is Cyan = 0.38, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 54 | 77 | 87 | - |
| CMYK | 0.38 | 0.11 | 0 | 0.66 |
| HSL | 198.18º | 0.23% | 0.28% | - |
| HSV(B) | 198.18º | 0.38% | 0.34% | - |
| XYZ | 5.9 | 6.78 | 10.01 | - |
| YUV | 71.26 | 136.88 | 115.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 77 | 87 | 0.38 | 0.11 | 0 | 0.66 | 198.18 | 0.23 | 0.28 |
| Hex | 36 | 4D | 57 | 26 | B | 0 | 42 | C6 | 17 | 1C |
| Octal | 66 | 115 | 127 | 46 | 13 | 0 | 102 | 306 | 27 | 34 |
| Binary | 110110 | 1001101 | 1010111 | 100110 | 1011 | 0 | 1000010 | 11000110 | 10111 | 11100 |
Color Harmonies of #364D57
Complementary color
Monochromatic Colors of #364D57
Black with #364D57
Text Example
Text Example
White with #364D57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #364D57; }
p { color: rgb(54,77,87); }
H1.HeaderClassName
{
color: #364D57;
}
.AnyTagClassName
{
color: #364D57;
}
</style>
background-color css
<style>
a { background-color: #364D57; }
a { background-color: rgb(54,77,87); }
div.DivClassName
{
background-color: #364D57;
}
.BgClassName
{
background-color: #364D57;
}
</style>
border-color css
<style>
span { border-color: #364D57; }
span { border-color: rgb(54,77,87); }
td.TdClassName
{
border-color: #364D57;
}
.TagClassName
{
border-color: #364D57;
}
</style>