Shades of Atomic #364D59
Tints of Atomic #364D59
RGB
CMYK
RGB Variations
Color information
#364D59 (or 0x364D59) is known color: Atomic. HEX triplet: 36, 4D and 59. RGB value is (54,77,89). Sum of RGB (Red+Green+Blue) = 54+77+89=220 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.55% from 220); Green value is 77 (30.47% from 255 or 35% from 220); Blue value is 89 (35.16% from 255 or 40.45% from 220); Max value from RGB is 89 - color contains mainly: blue. Hex color #364D59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #364D59 is #C9B2A6. Grayscale: #474747. Windows color (decimal): -13218471 or 5852470. OLE color: 5852470.
HSL color Cylindrical-coordinate representation of color #364D59: hue angle of 200.57º degrees, saturation: 0.24, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #364D59 is Cyan = 0.39, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 54 | 77 | 89 | - |
| CMYK | 0.39 | 0.13 | 0 | 0.65 |
| HSL | 200.57º | 0.24% | 0.28% | - |
| HSV(B) | 200.57º | 0.39% | 0.35% | - |
| XYZ | 5.98 | 6.81 | 10.45 | - |
| YUV | 71.49 | 137.88 | 115.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 77 | 89 | 0.39 | 0.13 | 0 | 0.65 | 200.57 | 0.24 | 0.28 |
| Hex | 36 | 4D | 59 | 27 | D | 0 | 41 | C9 | 18 | 1C |
| Octal | 66 | 115 | 131 | 47 | 15 | 0 | 101 | 311 | 30 | 34 |
| Binary | 110110 | 1001101 | 1011001 | 100111 | 1101 | 0 | 1000001 | 11001001 | 11000 | 11100 |
Color Harmonies of #364D59
Complementary color
Monochromatic Colors of #364D59
Black with #364D59
Text Example
Text Example
White with #364D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #364D59; }
p { color: rgb(54,77,89); }
H1.HeaderClassName
{
color: #364D59;
}
.AnyTagClassName
{
color: #364D59;
}
</style>
background-color css
<style>
a { background-color: #364D59; }
a { background-color: rgb(54,77,89); }
div.DivClassName
{
background-color: #364D59;
}
.BgClassName
{
background-color: #364D59;
}
</style>
border-color css
<style>
span { border-color: #364D59; }
span { border-color: rgb(54,77,89); }
td.TdClassName
{
border-color: #364D59;
}
.TagClassName
{
border-color: #364D59;
}
</style>