Shades of Atomic #364A55
Tints of Atomic #364A55
RGB
CMYK
RGB Variations
Color information
#364A55 (or 0x364A55) is known color: Atomic. HEX triplet: 36, 4A and 55. RGB value is (54,74,85). Sum of RGB (Red+Green+Blue) = 54+74+85=213 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25.35% from 213); Green value is 74 (29.30% from 255 or 34.74% from 213); Blue value is 85 (33.59% from 255 or 39.91% from 213); Max value from RGB is 85 - color contains mainly: blue. Hex color #364A55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #364A55 is #C9B5AA. Grayscale: #454545. Windows color (decimal): -13219243 or 5589558. OLE color: 5589558.
HSL color Cylindrical-coordinate representation of color #364A55: hue angle of 201.29º 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 #364A55 is Cyan = 0.36, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 54 | 74 | 85 | - |
| CMYK | 0.36 | 0.13 | 0 | 0.67 |
| HSL | 201.29º | 0.22% | 0.27% | - |
| HSV(B) | 201.29º | 0.36% | 0.33% | - |
| XYZ | 5.61 | 6.34 | 9.52 | - |
| YUV | 69.27 | 136.87 | 117.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 74 | 85 | 0.36 | 0.13 | 0 | 0.67 | 201.29 | 0.22 | 0.27 |
| Hex | 36 | 4A | 55 | 24 | D | 0 | 43 | C9 | 16 | 1B |
| Octal | 66 | 112 | 125 | 44 | 15 | 0 | 103 | 311 | 26 | 33 |
| Binary | 110110 | 1001010 | 1010101 | 100100 | 1101 | 0 | 1000011 | 11001001 | 10110 | 11011 |
Color Harmonies of #364A55
Complementary color
Monochromatic Colors of #364A55
Black with #364A55
Text Example
Text Example
White with #364A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #364A55; }
p { color: rgb(54,74,85); }
H1.HeaderClassName
{
color: #364A55;
}
.AnyTagClassName
{
color: #364A55;
}
</style>
background-color css
<style>
a { background-color: #364A55; }
a { background-color: rgb(54,74,85); }
div.DivClassName
{
background-color: #364A55;
}
.BgClassName
{
background-color: #364A55;
}
</style>
border-color css
<style>
span { border-color: #364A55; }
span { border-color: rgb(54,74,85); }
td.TdClassName
{
border-color: #364A55;
}
.TagClassName
{
border-color: #364A55;
}
</style>