Shades of Atomic #394C52
Tints of Atomic #394C52
RGB
CMYK
RGB Variations
Color information
#394C52 (or 0x394C52) is known color: Atomic. HEX triplet: 39, 4C and 52. RGB value is (57,76,82). Sum of RGB (Red+Green+Blue) = 57+76+82=215 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.51% from 215); Green value is 76 (30.08% from 255 or 35.35% from 215); Blue value is 82 (32.42% from 255 or 38.14% from 215); Max value from RGB is 82 - color contains mainly: blue. Hex color #394C52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #394C52 is #C6B3AD. Grayscale: #464646. Windows color (decimal): -13022126 or 5393465. OLE color: 5393465.
HSL color Cylindrical-coordinate representation of color #394C52: hue angle of 194.4º degrees, saturation: 0.18, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #394C52 is Cyan = 0.30, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 57 | 76 | 82 | - |
| CMYK | 0.30 | 0.07 | 0 | 0.68 |
| HSL | 194.4º | 0.18% | 0.27% | - |
| HSV(B) | 194.4º | 0.3% | 0.32% | - |
| XYZ | 5.79 | 6.65 | 8.96 | - |
| YUV | 71 | 134.21 | 118.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 76 | 82 | 0.30 | 0.07 | 0 | 0.68 | 194.4 | 0.18 | 0.27 |
| Hex | 39 | 4C | 52 | 1E | 7 | 0 | 44 | C2 | 12 | 1B |
| Octal | 71 | 114 | 122 | 36 | 7 | 0 | 104 | 302 | 22 | 33 |
| Binary | 111001 | 1001100 | 1010010 | 11110 | 111 | 0 | 1000100 | 11000010 | 10010 | 11011 |
Color Harmonies of #394C52
Complementary color
Monochromatic Colors of #394C52
Black with #394C52
Text Example
Text Example
White with #394C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #394C52; }
p { color: rgb(57,76,82); }
H1.HeaderClassName
{
color: #394C52;
}
.AnyTagClassName
{
color: #394C52;
}
</style>
background-color css
<style>
a { background-color: #394C52; }
a { background-color: rgb(57,76,82); }
div.DivClassName
{
background-color: #394C52;
}
.BgClassName
{
background-color: #394C52;
}
</style>
border-color css
<style>
span { border-color: #394C52; }
span { border-color: rgb(57,76,82); }
td.TdClassName
{
border-color: #394C52;
}
.TagClassName
{
border-color: #394C52;
}
</style>