Shades of Atomic #394B4F
Tints of Atomic #394B4F
RGB
CMYK
RGB Variations
Color information
#394B4F (or 0x394B4F) is known color: Atomic. HEX triplet: 39, 4B and 4F. RGB value is (57,75,79). Sum of RGB (Red+Green+Blue) = 57+75+79=211 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.01% from 211); Green value is 75 (29.69% from 255 or 35.55% from 211); Blue value is 79 (31.25% from 255 or 37.44% from 211); Max value from RGB is 79 - color contains mainly: blue. Hex color #394B4F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #394B4F is #C6B4B0. Grayscale: #464646. Windows color (decimal): -13022385 or 5196601. OLE color: 5196601.
HSL color Cylindrical-coordinate representation of color #394B4F: hue angle of 190.91º 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 #394B4F is Cyan = 0.28, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 57 | 75 | 79 | - |
| CMYK | 0.28 | 0.05 | 0 | 0.69 |
| HSL | 190.91º | 0.16% | 0.27% | - |
| HSV(B) | 190.91º | 0.28% | 0.31% | - |
| XYZ | 5.61 | 6.47 | 8.35 | - |
| YUV | 70.07 | 133.04 | 118.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 75 | 79 | 0.28 | 0.05 | 0 | 0.69 | 190.91 | 0.16 | 0.27 |
| Hex | 39 | 4B | 4F | 1C | 5 | 0 | 45 | BF | 10 | 1B |
| Octal | 71 | 113 | 117 | 34 | 5 | 0 | 105 | 277 | 20 | 33 |
| Binary | 111001 | 1001011 | 1001111 | 11100 | 101 | 0 | 1000101 | 10111111 | 10000 | 11011 |
Color Harmonies of #394B4F
Complementary color
Monochromatic Colors of #394B4F
Black with #394B4F
Text Example
Text Example
White with #394B4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #394B4F; }
p { color: rgb(57,75,79); }
H1.HeaderClassName
{
color: #394B4F;
}
.AnyTagClassName
{
color: #394B4F;
}
</style>
background-color css
<style>
a { background-color: #394B4F; }
a { background-color: rgb(57,75,79); }
div.DivClassName
{
background-color: #394B4F;
}
.BgClassName
{
background-color: #394B4F;
}
</style>
border-color css
<style>
span { border-color: #394B4F; }
span { border-color: rgb(57,75,79); }
td.TdClassName
{
border-color: #394B4F;
}
.TagClassName
{
border-color: #394B4F;
}
</style>