Shades of Atomic #394F58
Tints of Atomic #394F58
RGB
CMYK
RGB Variations
Color information
#394F58 (or 0x394F58) is known color: Atomic. HEX triplet: 39, 4F and 58. RGB value is (57,79,88). Sum of RGB (Red+Green+Blue) = 57+79+88=224 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.45% from 224); Green value is 79 (31.25% from 255 or 35.27% from 224); Blue value is 88 (34.77% from 255 or 39.29% from 224); Max value from RGB is 88 - color contains mainly: blue. Hex color #394F58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #394F58 is #C6B0A7. Grayscale: #494949. Windows color (decimal): -13021352 or 5787449. OLE color: 5787449.
HSL color Cylindrical-coordinate representation of color #394F58: hue angle of 197.42º degrees, saturation: 0.21, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #394F58 is Cyan = 0.35, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 57 | 79 | 88 | - |
| CMYK | 0.35 | 0.10 | 0 | 0.65 |
| HSL | 197.42º | 0.21% | 0.28% | - |
| HSV(B) | 197.42º | 0.35% | 0.35% | - |
| XYZ | 6.24 | 7.17 | 10.29 | - |
| YUV | 73.45 | 136.21 | 116.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 79 | 88 | 0.35 | 0.10 | 0 | 0.65 | 197.42 | 0.21 | 0.28 |
| Hex | 39 | 4F | 58 | 23 | A | 0 | 41 | C5 | 15 | 1C |
| Octal | 71 | 117 | 130 | 43 | 12 | 0 | 101 | 305 | 25 | 34 |
| Binary | 111001 | 1001111 | 1011000 | 100011 | 1010 | 0 | 1000001 | 11000101 | 10101 | 11100 |
Color Harmonies of #394F58
Complementary color
Monochromatic Colors of #394F58
Black with #394F58
Text Example
Text Example
White with #394F58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #394F58; }
p { color: rgb(57,79,88); }
H1.HeaderClassName
{
color: #394F58;
}
.AnyTagClassName
{
color: #394F58;
}
</style>
background-color css
<style>
a { background-color: #394F58; }
a { background-color: rgb(57,79,88); }
div.DivClassName
{
background-color: #394F58;
}
.BgClassName
{
background-color: #394F58;
}
</style>
border-color css
<style>
span { border-color: #394F58; }
span { border-color: rgb(57,79,88); }
td.TdClassName
{
border-color: #394F58;
}
.TagClassName
{
border-color: #394F58;
}
</style>