Shades of Atomic #394C55
Tints of Atomic #394C55
RGB
CMYK
RGB Variations
Color information
#394C55 (or 0x394C55) is known color: Atomic. HEX triplet: 39, 4C and 55. RGB value is (57,76,85). Sum of RGB (Red+Green+Blue) = 57+76+85=218 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.15% from 218); Green value is 76 (30.08% from 255 or 34.86% from 218); Blue value is 85 (33.59% from 255 or 38.99% from 218); Max value from RGB is 85 - color contains mainly: blue. Hex color #394C55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #394C55 is #C6B3AA. Grayscale: #474747. Windows color (decimal): -13022123 or 5590073. OLE color: 5590073.
HSL color Cylindrical-coordinate representation of color #394C55: hue angle of 199.29º 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 #394C55 is Cyan = 0.33, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 57 | 76 | 85 | - |
| CMYK | 0.33 | 0.11 | 0 | 0.67 |
| HSL | 199.29º | 0.2% | 0.28% | - |
| HSV(B) | 199.29º | 0.33% | 0.33% | - |
| XYZ | 5.91 | 6.69 | 9.57 | - |
| YUV | 71.35 | 135.71 | 117.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 76 | 85 | 0.33 | 0.11 | 0 | 0.67 | 199.29 | 0.2 | 0.28 |
| Hex | 39 | 4C | 55 | 21 | B | 0 | 43 | C7 | 14 | 1C |
| Octal | 71 | 114 | 125 | 41 | 13 | 0 | 103 | 307 | 24 | 34 |
| Binary | 111001 | 1001100 | 1010101 | 100001 | 1011 | 0 | 1000011 | 11000111 | 10100 | 11100 |
Color Harmonies of #394C55
Complementary color
Monochromatic Colors of #394C55
Black with #394C55
Text Example
Text Example
White with #394C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #394C55; }
p { color: rgb(57,76,85); }
H1.HeaderClassName
{
color: #394C55;
}
.AnyTagClassName
{
color: #394C55;
}
</style>
background-color css
<style>
a { background-color: #394C55; }
a { background-color: rgb(57,76,85); }
div.DivClassName
{
background-color: #394C55;
}
.BgClassName
{
background-color: #394C55;
}
</style>
border-color css
<style>
span { border-color: #394C55; }
span { border-color: rgb(57,76,85); }
td.TdClassName
{
border-color: #394C55;
}
.TagClassName
{
border-color: #394C55;
}
</style>