Shades of Atomic #394A4F
Tints of Atomic #394A4F
RGB
CMYK
RGB Variations
Color information
#394A4F (or 0x394A4F) is known color: Atomic. HEX triplet: 39, 4A and 4F. RGB value is (57,74,79). Sum of RGB (Red+Green+Blue) = 57+74+79=210 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.14% from 210); Green value is 74 (29.30% from 255 or 35.24% from 210); Blue value is 79 (31.25% from 255 or 37.62% from 210); Max value from RGB is 79 - color contains mainly: blue. Hex color #394A4F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #394A4F is #C6B5B0. Grayscale: #454545. Windows color (decimal): -13022641 or 5196345. OLE color: 5196345.
HSL color Cylindrical-coordinate representation of color #394A4F: hue angle of 193.64º degrees, saturation: 0.16, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #394A4F is Cyan = 0.28, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 57 | 74 | 79 | - |
| CMYK | 0.28 | 0.06 | 0 | 0.69 |
| HSL | 193.64º | 0.16% | 0.27% | - |
| HSV(B) | 193.64º | 0.28% | 0.31% | - |
| XYZ | 5.55 | 6.33 | 8.33 | - |
| YUV | 69.49 | 133.37 | 119.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 74 | 79 | 0.28 | 0.06 | 0 | 0.69 | 193.64 | 0.16 | 0.27 |
| Hex | 39 | 4A | 4F | 1C | 6 | 0 | 45 | C2 | 10 | 1B |
| Octal | 71 | 112 | 117 | 34 | 6 | 0 | 105 | 302 | 20 | 33 |
| Binary | 111001 | 1001010 | 1001111 | 11100 | 110 | 0 | 1000101 | 11000010 | 10000 | 11011 |
Color Harmonies of #394A4F
Complementary color
Monochromatic Colors of #394A4F
Black with #394A4F
Text Example
Text Example
White with #394A4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #394A4F; }
p { color: rgb(57,74,79); }
H1.HeaderClassName
{
color: #394A4F;
}
.AnyTagClassName
{
color: #394A4F;
}
</style>
background-color css
<style>
a { background-color: #394A4F; }
a { background-color: rgb(57,74,79); }
div.DivClassName
{
background-color: #394A4F;
}
.BgClassName
{
background-color: #394A4F;
}
</style>
border-color css
<style>
span { border-color: #394A4F; }
span { border-color: rgb(57,74,79); }
td.TdClassName
{
border-color: #394A4F;
}
.TagClassName
{
border-color: #394A4F;
}
</style>