Shades of Atomic #394E55
Tints of Atomic #394E55
RGB
CMYK
RGB Variations
Color information
#394E55 (or 0x394E55) is known color: Atomic. HEX triplet: 39, 4E and 55. RGB value is (57,78,85). Sum of RGB (Red+Green+Blue) = 57+78+85=220 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.91% from 220); Green value is 78 (30.86% from 255 or 35.45% from 220); Blue value is 85 (33.59% from 255 or 38.64% from 220); Max value from RGB is 85 - color contains mainly: blue. Hex color #394E55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #394E55 is #C6B1AA. Grayscale: #484848. Windows color (decimal): -13021611 or 5590585. OLE color: 5590585.
HSL color Cylindrical-coordinate representation of color #394E55: hue angle of 195º degrees, saturation: 0.2, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #394E55 is Cyan = 0.33, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 57 | 78 | 85 | - |
| CMYK | 0.33 | 0.08 | 0 | 0.67 |
| HSL | 195º | 0.2% | 0.28% | - |
| HSV(B) | 195º | 0.33% | 0.33% | - |
| XYZ | 6.05 | 6.97 | 9.62 | - |
| YUV | 72.52 | 135.04 | 116.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 78 | 85 | 0.33 | 0.08 | 0 | 0.67 | 195 | 0.2 | 0.28 |
| Hex | 39 | 4E | 55 | 21 | 8 | 0 | 43 | C3 | 14 | 1C |
| Octal | 71 | 116 | 125 | 41 | 10 | 0 | 103 | 303 | 24 | 34 |
| Binary | 111001 | 1001110 | 1010101 | 100001 | 1000 | 0 | 1000011 | 11000011 | 10100 | 11100 |
Color Harmonies of #394E55
Complementary color
Monochromatic Colors of #394E55
Black with #394E55
Text Example
Text Example
White with #394E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #394E55; }
p { color: rgb(57,78,85); }
H1.HeaderClassName
{
color: #394E55;
}
.AnyTagClassName
{
color: #394E55;
}
</style>
background-color css
<style>
a { background-color: #394E55; }
a { background-color: rgb(57,78,85); }
div.DivClassName
{
background-color: #394E55;
}
.BgClassName
{
background-color: #394E55;
}
</style>
border-color css
<style>
span { border-color: #394E55; }
span { border-color: rgb(57,78,85); }
td.TdClassName
{
border-color: #394E55;
}
.TagClassName
{
border-color: #394E55;
}
</style>