Shades of Atomic #364D55
Tints of Atomic #364D55
RGB
CMYK
RGB Variations
Color information
#364D55 (or 0x364D55) is known color: Atomic. HEX triplet: 36, 4D and 55. RGB value is (54,77,85). Sum of RGB (Red+Green+Blue) = 54+77+85=216 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25% from 216); Green value is 77 (30.47% from 255 or 35.65% from 216); Blue value is 85 (33.59% from 255 or 39.35% from 216); Max value from RGB is 85 - color contains mainly: blue. Hex color #364D55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #364D55 is #C9B2AA. Grayscale: #464646. Windows color (decimal): -13218475 or 5590326. OLE color: 5590326.
HSL color Cylindrical-coordinate representation of color #364D55: hue angle of 195.48º degrees, saturation: 0.22, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #364D55 is Cyan = 0.36, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 54 | 77 | 85 | - |
| CMYK | 0.36 | 0.09 | 0 | 0.67 |
| HSL | 195.48º | 0.22% | 0.27% | - |
| HSV(B) | 195.48º | 0.36% | 0.33% | - |
| XYZ | 5.81 | 6.75 | 9.59 | - |
| YUV | 71.04 | 135.88 | 115.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 77 | 85 | 0.36 | 0.09 | 0 | 0.67 | 195.48 | 0.22 | 0.27 |
| Hex | 36 | 4D | 55 | 24 | 9 | 0 | 43 | C3 | 16 | 1B |
| Octal | 66 | 115 | 125 | 44 | 11 | 0 | 103 | 303 | 26 | 33 |
| Binary | 110110 | 1001101 | 1010101 | 100100 | 1001 | 0 | 1000011 | 11000011 | 10110 | 11011 |
Color Harmonies of #364D55
Complementary color
Monochromatic Colors of #364D55
Black with #364D55
Text Example
Text Example
White with #364D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #364D55; }
p { color: rgb(54,77,85); }
H1.HeaderClassName
{
color: #364D55;
}
.AnyTagClassName
{
color: #364D55;
}
</style>
background-color css
<style>
a { background-color: #364D55; }
a { background-color: rgb(54,77,85); }
div.DivClassName
{
background-color: #364D55;
}
.BgClassName
{
background-color: #364D55;
}
</style>
border-color css
<style>
span { border-color: #364D55; }
span { border-color: rgb(54,77,85); }
td.TdClassName
{
border-color: #364D55;
}
.TagClassName
{
border-color: #364D55;
}
</style>