Shades of Atomic #394A50
Tints of Atomic #394A50
RGB
CMYK
RGB Variations
Color information
#394A50 (or 0x394A50) is known color: Atomic. HEX triplet: 39, 4A and 50. RGB value is (57,74,80). Sum of RGB (Red+Green+Blue) = 57+74+80=211 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.01% from 211); Green value is 74 (29.30% from 255 or 35.07% from 211); Blue value is 80 (31.64% from 255 or 37.91% from 211); Max value from RGB is 80 - color contains mainly: blue. Hex color #394A50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #394A50 is #C6B5AF. Grayscale: #454545. Windows color (decimal): -13022640 or 5261881. OLE color: 5261881.
HSL color Cylindrical-coordinate representation of color #394A50: hue angle of 195.65º degrees, saturation: 0.17, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #394A50 is Cyan = 0.29, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 57 | 74 | 80 | - |
| CMYK | 0.29 | 0.08 | 0 | 0.69 |
| HSL | 195.65º | 0.17% | 0.27% | - |
| HSV(B) | 195.65º | 0.29% | 0.31% | - |
| XYZ | 5.58 | 6.35 | 8.52 | - |
| YUV | 69.6 | 133.87 | 119.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 74 | 80 | 0.29 | 0.08 | 0 | 0.69 | 195.65 | 0.17 | 0.27 |
| Hex | 39 | 4A | 50 | 1D | 8 | 0 | 45 | C4 | 11 | 1B |
| Octal | 71 | 112 | 120 | 35 | 10 | 0 | 105 | 304 | 21 | 33 |
| Binary | 111001 | 1001010 | 1010000 | 11101 | 1000 | 0 | 1000101 | 11000100 | 10001 | 11011 |
Color Harmonies of #394A50
Complementary color
Monochromatic Colors of #394A50
Black with #394A50
Text Example
Text Example
White with #394A50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #394A50; }
p { color: rgb(57,74,80); }
H1.HeaderClassName
{
color: #394A50;
}
.AnyTagClassName
{
color: #394A50;
}
</style>
background-color css
<style>
a { background-color: #394A50; }
a { background-color: rgb(57,74,80); }
div.DivClassName
{
background-color: #394A50;
}
.BgClassName
{
background-color: #394A50;
}
</style>
border-color css
<style>
span { border-color: #394A50; }
span { border-color: rgb(57,74,80); }
td.TdClassName
{
border-color: #394A50;
}
.TagClassName
{
border-color: #394A50;
}
</style>