Shades of Astronaut #394D6F
Tints of Astronaut #394D6F
RGB
CMYK
RGB Variations
Color information
#394D6F (or 0x394D6F) is known color: Astronaut. HEX triplet: 39, 4D and 6F. RGB value is (57,77,111). Sum of RGB (Red+Green+Blue) = 57+77+111=245 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.27% from 245); Green value is 77 (30.47% from 255 or 31.43% from 245); Blue value is 111 (43.75% from 255 or 45.31% from 245); Max value from RGB is 111 - color contains mainly: blue. Hex color #394D6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #394D6F is #C6B290. Grayscale: #4A4A4A. Windows color (decimal): -13021841 or 7294265. OLE color: 7294265.
HSL color Cylindrical-coordinate representation of color #394D6F: hue angle of 217.78º degrees, saturation: 0.32, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #394D6F is Cyan = 0.49, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 57 | 77 | 111 | - |
| CMYK | 0.49 | 0.31 | 0 | 0.56 |
| HSL | 217.78º | 0.32% | 0.33% | - |
| HSV(B) | 217.78º | 0.49% | 0.44% | - |
| XYZ | 7.21 | 7.33 | 16.07 | - |
| YUV | 74.9 | 148.37 | 115.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 77 | 111 | 0.49 | 0.31 | 0 | 0.56 | 217.78 | 0.32 | 0.33 |
| Hex | 39 | 4D | 6F | 31 | 1F | 0 | 38 | DA | 20 | 21 |
| Octal | 71 | 115 | 157 | 61 | 37 | 0 | 70 | 332 | 40 | 41 |
| Binary | 111001 | 1001101 | 1101111 | 110001 | 11111 | 0 | 111000 | 11011010 | 100000 | 100001 |
Color Harmonies of #394D6F
Complementary color
Monochromatic Colors of #394D6F
Black with #394D6F
Text Example
Text Example
White with #394D6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #394D6F; }
p { color: rgb(57,77,111); }
H1.HeaderClassName
{
color: #394D6F;
}
.AnyTagClassName
{
color: #394D6F;
}
</style>
background-color css
<style>
a { background-color: #394D6F; }
a { background-color: rgb(57,77,111); }
div.DivClassName
{
background-color: #394D6F;
}
.BgClassName
{
background-color: #394D6F;
}
</style>
border-color css
<style>
span { border-color: #394D6F; }
span { border-color: rgb(57,77,111); }
td.TdClassName
{
border-color: #394D6F;
}
.TagClassName
{
border-color: #394D6F;
}
</style>