Shades of Atomic #394A53
Tints of Atomic #394A53
RGB
CMYK
RGB Variations
Color information
#394A53 (or 0x394A53) is known color: Atomic. HEX triplet: 39, 4A and 53. RGB value is (57,74,83). Sum of RGB (Red+Green+Blue) = 57+74+83=214 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.64% from 214); Green value is 74 (29.30% from 255 or 34.58% from 214); Blue value is 83 (32.81% from 255 or 38.79% from 214); Max value from RGB is 83 - color contains mainly: blue. Hex color #394A53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #394A53 is #C6B5AC. Grayscale: #454545. Windows color (decimal): -13022637 or 5458489. OLE color: 5458489.
HSL color Cylindrical-coordinate representation of color #394A53: hue angle of 200.77º degrees, saturation: 0.19, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #394A53 is Cyan = 0.31, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 57 | 74 | 83 | - |
| CMYK | 0.31 | 0.11 | 0 | 0.67 |
| HSL | 200.77º | 0.19% | 0.27% | - |
| HSV(B) | 200.77º | 0.31% | 0.33% | - |
| XYZ | 5.7 | 6.39 | 9.12 | - |
| YUV | 69.94 | 135.37 | 118.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 74 | 83 | 0.31 | 0.11 | 0 | 0.67 | 200.77 | 0.19 | 0.27 |
| Hex | 39 | 4A | 53 | 1F | B | 0 | 43 | C9 | 13 | 1B |
| Octal | 71 | 112 | 123 | 37 | 13 | 0 | 103 | 311 | 23 | 33 |
| Binary | 111001 | 1001010 | 1010011 | 11111 | 1011 | 0 | 1000011 | 11001001 | 10011 | 11011 |
Color Harmonies of #394A53
Complementary color
Monochromatic Colors of #394A53
Black with #394A53
Text Example
Text Example
White with #394A53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #394A53; }
p { color: rgb(57,74,83); }
H1.HeaderClassName
{
color: #394A53;
}
.AnyTagClassName
{
color: #394A53;
}
</style>
background-color css
<style>
a { background-color: #394A53; }
a { background-color: rgb(57,74,83); }
div.DivClassName
{
background-color: #394A53;
}
.BgClassName
{
background-color: #394A53;
}
</style>
border-color css
<style>
span { border-color: #394A53; }
span { border-color: rgb(57,74,83); }
td.TdClassName
{
border-color: #394A53;
}
.TagClassName
{
border-color: #394A53;
}
</style>