Shades of Atomic #364D54
Tints of Atomic #364D54
RGB
CMYK
RGB Variations
Color information
#364D54 (or 0x364D54) is known color: Atomic. HEX triplet: 36, 4D and 54. RGB value is (54,77,84). Sum of RGB (Red+Green+Blue) = 54+77+84=215 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25.12% from 215); Green value is 77 (30.47% from 255 or 35.81% from 215); Blue value is 84 (33.20% from 255 or 39.07% from 215); Max value from RGB is 84 - color contains mainly: blue. Hex color #364D54 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #364D54 is #C9B2AB. Grayscale: #464646. Windows color (decimal): -13218476 or 5524790. OLE color: 5524790.
HSL color Cylindrical-coordinate representation of color #364D54: hue angle of 194º 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 #364D54 is Cyan = 0.36, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 54 | 77 | 84 | - |
| CMYK | 0.36 | 0.08 | 0 | 0.67 |
| HSL | 194º | 0.22% | 0.27% | - |
| HSV(B) | 194º | 0.36% | 0.33% | - |
| XYZ | 5.78 | 6.73 | 9.38 | - |
| YUV | 70.92 | 135.38 | 115.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 77 | 84 | 0.36 | 0.08 | 0 | 0.67 | 194 | 0.22 | 0.27 |
| Hex | 36 | 4D | 54 | 24 | 8 | 0 | 43 | C2 | 16 | 1B |
| Octal | 66 | 115 | 124 | 44 | 10 | 0 | 103 | 302 | 26 | 33 |
| Binary | 110110 | 1001101 | 1010100 | 100100 | 1000 | 0 | 1000011 | 11000010 | 10110 | 11011 |
Color Harmonies of #364D54
Complementary color
Monochromatic Colors of #364D54
Black with #364D54
Text Example
Text Example
White with #364D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #364D54; }
p { color: rgb(54,77,84); }
H1.HeaderClassName
{
color: #364D54;
}
.AnyTagClassName
{
color: #364D54;
}
</style>
background-color css
<style>
a { background-color: #364D54; }
a { background-color: rgb(54,77,84); }
div.DivClassName
{
background-color: #364D54;
}
.BgClassName
{
background-color: #364D54;
}
</style>
border-color css
<style>
span { border-color: #364D54; }
span { border-color: rgb(54,77,84); }
td.TdClassName
{
border-color: #364D54;
}
.TagClassName
{
border-color: #364D54;
}
</style>