Shades of Atomic #364E56
Tints of Atomic #364E56
RGB
CMYK
RGB Variations
Color information
#364E56 (or 0x364E56) is known color: Atomic. HEX triplet: 36, 4E and 56. RGB value is (54,78,86). Sum of RGB (Red+Green+Blue) = 54+78+86=218 (28% of max value = 765). Red value is 54 (21.48% from 255 or 24.77% from 218); Green value is 78 (30.86% from 255 or 35.78% from 218); Blue value is 86 (33.98% from 255 or 39.45% from 218); Max value from RGB is 86 - color contains mainly: blue. Hex color #364E56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #364E56 is #C9B1A9. Grayscale: #474747. Windows color (decimal): -13218218 or 5656118. OLE color: 5656118.
HSL color Cylindrical-coordinate representation of color #364E56: hue angle of 195º 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 #364E56 is Cyan = 0.37, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 54 | 78 | 86 | - |
| CMYK | 0.37 | 0.09 | 0 | 0.66 |
| HSL | 195º | 0.23% | 0.27% | - |
| HSV(B) | 195º | 0.37% | 0.34% | - |
| XYZ | 5.93 | 6.9 | 9.82 | - |
| YUV | 71.74 | 136.05 | 115.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 78 | 86 | 0.37 | 0.09 | 0 | 0.66 | 195 | 0.23 | 0.27 |
| Hex | 36 | 4E | 56 | 25 | 9 | 0 | 42 | C3 | 17 | 1B |
| Octal | 66 | 116 | 126 | 45 | 11 | 0 | 102 | 303 | 27 | 33 |
| Binary | 110110 | 1001110 | 1010110 | 100101 | 1001 | 0 | 1000010 | 11000011 | 10111 | 11011 |
Color Harmonies of #364E56
Complementary color
Monochromatic Colors of #364E56
Black with #364E56
Text Example
Text Example
White with #364E56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #364E56; }
p { color: rgb(54,78,86); }
H1.HeaderClassName
{
color: #364E56;
}
.AnyTagClassName
{
color: #364E56;
}
</style>
background-color css
<style>
a { background-color: #364E56; }
a { background-color: rgb(54,78,86); }
div.DivClassName
{
background-color: #364E56;
}
.BgClassName
{
background-color: #364E56;
}
</style>
border-color css
<style>
span { border-color: #364E56; }
span { border-color: rgb(54,78,86); }
td.TdClassName
{
border-color: #364E56;
}
.TagClassName
{
border-color: #364E56;
}
</style>