Shades of Atomic #394A4E
Tints of Atomic #394A4E
RGB
CMYK
RGB Variations
Color information
#394A4E (or 0x394A4E) is known color: Atomic. HEX triplet: 39, 4A and 4E. RGB value is (57,74,78). Sum of RGB (Red+Green+Blue) = 57+74+78=209 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.27% from 209); Green value is 74 (29.30% from 255 or 35.41% from 209); Blue value is 78 (30.86% from 255 or 37.32% from 209); Max value from RGB is 78 - color contains mainly: blue. Hex color #394A4E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #394A4E is #C6B5B1. Grayscale: #454545. Windows color (decimal): -13022642 or 5130809. OLE color: 5130809.
HSL color Cylindrical-coordinate representation of color #394A4E: hue angle of 191.43º degrees, saturation: 0.16, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #394A4E is Cyan = 0.27, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 57 | 74 | 78 | - |
| CMYK | 0.27 | 0.05 | 0 | 0.69 |
| HSL | 191.43º | 0.16% | 0.26% | - |
| HSV(B) | 191.43º | 0.27% | 0.31% | - |
| XYZ | 5.51 | 6.32 | 8.14 | - |
| YUV | 69.37 | 132.87 | 119.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 74 | 78 | 0.27 | 0.05 | 0 | 0.69 | 191.43 | 0.16 | 0.26 |
| Hex | 39 | 4A | 4E | 1B | 5 | 0 | 45 | BF | 10 | 1A |
| Octal | 71 | 112 | 116 | 33 | 5 | 0 | 105 | 277 | 20 | 32 |
| Binary | 111001 | 1001010 | 1001110 | 11011 | 101 | 0 | 1000101 | 10111111 | 10000 | 11010 |
Color Harmonies of #394A4E
Complementary color
Monochromatic Colors of #394A4E
Black with #394A4E
Text Example
Text Example
White with #394A4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #394A4E; }
p { color: rgb(57,74,78); }
H1.HeaderClassName
{
color: #394A4E;
}
.AnyTagClassName
{
color: #394A4E;
}
</style>
background-color css
<style>
a { background-color: #394A4E; }
a { background-color: rgb(57,74,78); }
div.DivClassName
{
background-color: #394A4E;
}
.BgClassName
{
background-color: #394A4E;
}
</style>
border-color css
<style>
span { border-color: #394A4E; }
span { border-color: rgb(57,74,78); }
td.TdClassName
{
border-color: #394A4E;
}
.TagClassName
{
border-color: #394A4E;
}
</style>