Shades of Atomic #394D59
Tints of Atomic #394D59
RGB
CMYK
RGB Variations
Color information
#394D59 (or 0x394D59) is known color: Atomic. HEX triplet: 39, 4D and 59. RGB value is (57,77,89). Sum of RGB (Red+Green+Blue) = 57+77+89=223 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.56% from 223); Green value is 77 (30.47% from 255 or 34.53% from 223); Blue value is 89 (35.16% from 255 or 39.91% from 223); Max value from RGB is 89 - color contains mainly: blue. Hex color #394D59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #394D59 is #C6B2A6. Grayscale: #484848. Windows color (decimal): -13021863 or 5852473. OLE color: 5852473.
HSL color Cylindrical-coordinate representation of color #394D59: hue angle of 202.5º degrees, saturation: 0.22, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #394D59 is Cyan = 0.36, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 57 | 77 | 89 | - |
| CMYK | 0.36 | 0.13 | 0 | 0.65 |
| HSL | 202.5º | 0.22% | 0.29% | - |
| HSV(B) | 202.5º | 0.36% | 0.35% | - |
| XYZ | 6.14 | 6.9 | 10.46 | - |
| YUV | 72.39 | 137.37 | 117.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 77 | 89 | 0.36 | 0.13 | 0 | 0.65 | 202.5 | 0.22 | 0.29 |
| Hex | 39 | 4D | 59 | 24 | D | 0 | 41 | CA | 16 | 1D |
| Octal | 71 | 115 | 131 | 44 | 15 | 0 | 101 | 312 | 26 | 35 |
| Binary | 111001 | 1001101 | 1011001 | 100100 | 1101 | 0 | 1000001 | 11001010 | 10110 | 11101 |
Color Harmonies of #394D59
Complementary color
Monochromatic Colors of #394D59
Black with #394D59
Text Example
Text Example
White with #394D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #394D59; }
p { color: rgb(57,77,89); }
H1.HeaderClassName
{
color: #394D59;
}
.AnyTagClassName
{
color: #394D59;
}
</style>
background-color css
<style>
a { background-color: #394D59; }
a { background-color: rgb(57,77,89); }
div.DivClassName
{
background-color: #394D59;
}
.BgClassName
{
background-color: #394D59;
}
</style>
border-color css
<style>
span { border-color: #394D59; }
span { border-color: rgb(57,77,89); }
td.TdClassName
{
border-color: #394D59;
}
.TagClassName
{
border-color: #394D59;
}
</style>