Shades of Astronaut #394D76
Tints of Astronaut #394D76
RGB
CMYK
RGB Variations
Color information
#394D76 (or 0x394D76) is known color: Astronaut. HEX triplet: 39, 4D and 76. RGB value is (57,77,118). Sum of RGB (Red+Green+Blue) = 57+77+118=252 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.62% from 252); Green value is 77 (30.47% from 255 or 30.56% from 252); Blue value is 118 (46.48% from 255 or 46.83% from 252); Max value from RGB is 118 - color contains mainly: blue. Hex color #394D76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #394D76 is #C6B289. Grayscale: #4B4B4B. Windows color (decimal): -13021834 or 7753017. OLE color: 7753017.
HSL color Cylindrical-coordinate representation of color #394D76: hue angle of 220.33º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #394D76 is Cyan = 0.52, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 57 | 77 | 118 | - |
| CMYK | 0.52 | 0.35 | 0 | 0.54 |
| HSL | 220.33º | 0.35% | 0.34% | - |
| HSV(B) | 220.33º | 0.52% | 0.46% | - |
| XYZ | 7.61 | 7.49 | 18.18 | - |
| YUV | 75.69 | 151.87 | 114.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 77 | 118 | 0.52 | 0.35 | 0 | 0.54 | 220.33 | 0.35 | 0.34 |
| Hex | 39 | 4D | 76 | 34 | 23 | 0 | 36 | DC | 23 | 22 |
| Octal | 71 | 115 | 166 | 64 | 43 | 0 | 66 | 334 | 43 | 42 |
| Binary | 111001 | 1001101 | 1110110 | 110100 | 100011 | 0 | 110110 | 11011100 | 100011 | 100010 |
Color Harmonies of #394D76
Complementary color
Monochromatic Colors of #394D76
Black with #394D76
Text Example
Text Example
White with #394D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #394D76; }
p { color: rgb(57,77,118); }
H1.HeaderClassName
{
color: #394D76;
}
.AnyTagClassName
{
color: #394D76;
}
</style>
background-color css
<style>
a { background-color: #394D76; }
a { background-color: rgb(57,77,118); }
div.DivClassName
{
background-color: #394D76;
}
.BgClassName
{
background-color: #394D76;
}
</style>
border-color css
<style>
span { border-color: #394D76; }
span { border-color: rgb(57,77,118); }
td.TdClassName
{
border-color: #394D76;
}
.TagClassName
{
border-color: #394D76;
}
</style>