Shades of Atomic #394C58
Tints of Atomic #394C58
RGB
CMYK
RGB Variations
Color information
#394C58 (or 0x394C58) is known color: Atomic. HEX triplet: 39, 4C and 58. RGB value is (57,76,88). Sum of RGB (Red+Green+Blue) = 57+76+88=221 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.79% from 221); Green value is 76 (30.08% from 255 or 34.39% from 221); Blue value is 88 (34.77% from 255 or 39.82% from 221); Max value from RGB is 88 - color contains mainly: blue. Hex color #394C58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #394C58 is #C6B3A7. Grayscale: #474747. Windows color (decimal): -13022120 or 5786681. OLE color: 5786681.
HSL color Cylindrical-coordinate representation of color #394C58: hue angle of 203.23º 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 #394C58 is Cyan = 0.35, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 57 | 76 | 88 | - |
| CMYK | 0.35 | 0.14 | 0 | 0.65 |
| HSL | 203.23º | 0.21% | 0.28% | - |
| HSV(B) | 203.23º | 0.35% | 0.35% | - |
| XYZ | 6.03 | 6.74 | 10.22 | - |
| YUV | 71.69 | 137.21 | 117.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 76 | 88 | 0.35 | 0.14 | 0 | 0.65 | 203.23 | 0.21 | 0.28 |
| Hex | 39 | 4C | 58 | 23 | E | 0 | 41 | CB | 15 | 1C |
| Octal | 71 | 114 | 130 | 43 | 16 | 0 | 101 | 313 | 25 | 34 |
| Binary | 111001 | 1001100 | 1011000 | 100011 | 1110 | 0 | 1000001 | 11001011 | 10101 | 11100 |
Color Harmonies of #394C58
Complementary color
Monochromatic Colors of #394C58
Black with #394C58
Text Example
Text Example
White with #394C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #394C58; }
p { color: rgb(57,76,88); }
H1.HeaderClassName
{
color: #394C58;
}
.AnyTagClassName
{
color: #394C58;
}
</style>
background-color css
<style>
a { background-color: #394C58; }
a { background-color: rgb(57,76,88); }
div.DivClassName
{
background-color: #394C58;
}
.BgClassName
{
background-color: #394C58;
}
</style>
border-color css
<style>
span { border-color: #394C58; }
span { border-color: rgb(57,76,88); }
td.TdClassName
{
border-color: #394C58;
}
.TagClassName
{
border-color: #394C58;
}
</style>