Shades of Astronaut #394E6D
Tints of Astronaut #394E6D
RGB
CMYK
RGB Variations
Color information
#394E6D (or 0x394E6D) is known color: Astronaut. HEX triplet: 39, 4E and 6D. RGB value is (57,78,109). Sum of RGB (Red+Green+Blue) = 57+78+109=244 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.36% from 244); Green value is 78 (30.86% from 255 or 31.97% from 244); Blue value is 109 (42.97% from 255 or 44.67% from 244); Max value from RGB is 109 - color contains mainly: blue. Hex color #394E6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #394E6D is #C6B192. Grayscale: #4B4B4B. Windows color (decimal): -13021587 or 7163449. OLE color: 7163449.
HSL color Cylindrical-coordinate representation of color #394E6D: hue angle of 215.77º degrees, saturation: 0.31, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #394E6D is Cyan = 0.48, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 57 | 78 | 109 | - |
| CMYK | 0.48 | 0.28 | 0 | 0.57 |
| HSL | 215.77º | 0.31% | 0.33% | - |
| HSV(B) | 215.77º | 0.48% | 0.43% | - |
| XYZ | 7.17 | 7.42 | 15.52 | - |
| YUV | 75.26 | 147.04 | 114.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 78 | 109 | 0.48 | 0.28 | 0 | 0.57 | 215.77 | 0.31 | 0.33 |
| Hex | 39 | 4E | 6D | 30 | 1C | 0 | 39 | D8 | 1F | 21 |
| Octal | 71 | 116 | 155 | 60 | 34 | 0 | 71 | 330 | 37 | 41 |
| Binary | 111001 | 1001110 | 1101101 | 110000 | 11100 | 0 | 111001 | 11011000 | 11111 | 100001 |
Color Harmonies of #394E6D
Complementary color
Monochromatic Colors of #394E6D
Black with #394E6D
Text Example
Text Example
White with #394E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #394E6D; }
p { color: rgb(57,78,109); }
H1.HeaderClassName
{
color: #394E6D;
}
.AnyTagClassName
{
color: #394E6D;
}
</style>
background-color css
<style>
a { background-color: #394E6D; }
a { background-color: rgb(57,78,109); }
div.DivClassName
{
background-color: #394E6D;
}
.BgClassName
{
background-color: #394E6D;
}
</style>
border-color css
<style>
span { border-color: #394E6D; }
span { border-color: rgb(57,78,109); }
td.TdClassName
{
border-color: #394E6D;
}
.TagClassName
{
border-color: #394E6D;
}
</style>