Shades of Astronaut #394E6E
Tints of Astronaut #394E6E
RGB
CMYK
RGB Variations
Color information
#394E6E (or 0x394E6E) is known color: Astronaut. HEX triplet: 39, 4E and 6E. RGB value is (57,78,110). Sum of RGB (Red+Green+Blue) = 57+78+110=245 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.27% from 245); Green value is 78 (30.86% from 255 or 31.84% from 245); Blue value is 110 (43.36% from 255 or 44.90% from 245); Max value from RGB is 110 - color contains mainly: blue. Hex color #394E6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #394E6E is #C6B191. Grayscale: #4B4B4B. Windows color (decimal): -13021586 or 7228985. OLE color: 7228985.
HSL color Cylindrical-coordinate representation of color #394E6E: hue angle of 216.23º degrees, saturation: 0.32, 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 #394E6E is Cyan = 0.48, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 57 | 78 | 110 | - |
| CMYK | 0.48 | 0.29 | 0 | 0.57 |
| HSL | 216.23º | 0.32% | 0.33% | - |
| HSV(B) | 216.23º | 0.48% | 0.43% | - |
| XYZ | 7.23 | 7.44 | 15.81 | - |
| YUV | 75.37 | 147.54 | 114.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 78 | 110 | 0.48 | 0.29 | 0 | 0.57 | 216.23 | 0.32 | 0.33 |
| Hex | 39 | 4E | 6E | 30 | 1D | 0 | 39 | D8 | 20 | 21 |
| Octal | 71 | 116 | 156 | 60 | 35 | 0 | 71 | 330 | 40 | 41 |
| Binary | 111001 | 1001110 | 1101110 | 110000 | 11101 | 0 | 111001 | 11011000 | 100000 | 100001 |
Color Harmonies of #394E6E
Complementary color
Monochromatic Colors of #394E6E
Black with #394E6E
Text Example
Text Example
White with #394E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #394E6E; }
p { color: rgb(57,78,110); }
H1.HeaderClassName
{
color: #394E6E;
}
.AnyTagClassName
{
color: #394E6E;
}
</style>
background-color css
<style>
a { background-color: #394E6E; }
a { background-color: rgb(57,78,110); }
div.DivClassName
{
background-color: #394E6E;
}
.BgClassName
{
background-color: #394E6E;
}
</style>
border-color css
<style>
span { border-color: #394E6E; }
span { border-color: rgb(57,78,110); }
td.TdClassName
{
border-color: #394E6E;
}
.TagClassName
{
border-color: #394E6E;
}
</style>