Shades of Atomic #394A54
Tints of Atomic #394A54
RGB
CMYK
RGB Variations
Color information
#394A54 (or 0x394A54) is known color: Atomic. HEX triplet: 39, 4A and 54. RGB value is (57,74,84). Sum of RGB (Red+Green+Blue) = 57+74+84=215 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.51% from 215); Green value is 74 (29.30% from 255 or 34.42% from 215); Blue value is 84 (33.20% from 255 or 39.07% from 215); Max value from RGB is 84 - color contains mainly: blue. Hex color #394A54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #394A54 is #C6B5AB. Grayscale: #454545. Windows color (decimal): -13022636 or 5524025. OLE color: 5524025.
HSL color Cylindrical-coordinate representation of color #394A54: hue angle of 202.22º degrees, saturation: 0.19, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #394A54 is Cyan = 0.32, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 57 | 74 | 84 | - |
| CMYK | 0.32 | 0.12 | 0 | 0.67 |
| HSL | 202.22º | 0.19% | 0.28% | - |
| HSV(B) | 202.22º | 0.32% | 0.33% | - |
| XYZ | 5.74 | 6.41 | 9.32 | - |
| YUV | 70.06 | 135.87 | 118.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 74 | 84 | 0.32 | 0.12 | 0 | 0.67 | 202.22 | 0.19 | 0.28 |
| Hex | 39 | 4A | 54 | 20 | C | 0 | 43 | CA | 13 | 1C |
| Octal | 71 | 112 | 124 | 40 | 14 | 0 | 103 | 312 | 23 | 34 |
| Binary | 111001 | 1001010 | 1010100 | 100000 | 1100 | 0 | 1000011 | 11001010 | 10011 | 11100 |
Color Harmonies of #394A54
Complementary color
Monochromatic Colors of #394A54
Black with #394A54
Text Example
Text Example
White with #394A54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #394A54; }
p { color: rgb(57,74,84); }
H1.HeaderClassName
{
color: #394A54;
}
.AnyTagClassName
{
color: #394A54;
}
</style>
background-color css
<style>
a { background-color: #394A54; }
a { background-color: rgb(57,74,84); }
div.DivClassName
{
background-color: #394A54;
}
.BgClassName
{
background-color: #394A54;
}
</style>
border-color css
<style>
span { border-color: #394A54; }
span { border-color: rgb(57,74,84); }
td.TdClassName
{
border-color: #394A54;
}
.TagClassName
{
border-color: #394A54;
}
</style>