Shades of Astronaut #394D75
Tints of Astronaut #394D75
RGB
CMYK
RGB Variations
Color information
#394D75 (or 0x394D75) is known color: Astronaut. HEX triplet: 39, 4D and 75. RGB value is (57,77,117). Sum of RGB (Red+Green+Blue) = 57+77+117=251 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.71% from 251); Green value is 77 (30.47% from 255 or 30.68% from 251); Blue value is 117 (46.09% from 255 or 46.61% from 251); Max value from RGB is 117 - color contains mainly: blue. Hex color #394D75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #394D75 is #C6B28A. Grayscale: #4B4B4B. Windows color (decimal): -13021835 or 7687481. OLE color: 7687481.
HSL color Cylindrical-coordinate representation of color #394D75: hue angle of 220º degrees, saturation: 0.34, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #394D75 is Cyan = 0.51, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 57 | 77 | 117 | - |
| CMYK | 0.51 | 0.34 | 0 | 0.54 |
| HSL | 220º | 0.34% | 0.34% | - |
| HSV(B) | 220º | 0.51% | 0.46% | - |
| XYZ | 7.55 | 7.46 | 17.87 | - |
| YUV | 75.58 | 151.37 | 114.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 77 | 117 | 0.51 | 0.34 | 0 | 0.54 | 220 | 0.34 | 0.34 |
| Hex | 39 | 4D | 75 | 33 | 22 | 0 | 36 | DC | 22 | 22 |
| Octal | 71 | 115 | 165 | 63 | 42 | 0 | 66 | 334 | 42 | 42 |
| Binary | 111001 | 1001101 | 1110101 | 110011 | 100010 | 0 | 110110 | 11011100 | 100010 | 100010 |
Color Harmonies of #394D75
Complementary color
Monochromatic Colors of #394D75
Black with #394D75
Text Example
Text Example
White with #394D75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #394D75; }
p { color: rgb(57,77,117); }
H1.HeaderClassName
{
color: #394D75;
}
.AnyTagClassName
{
color: #394D75;
}
</style>
background-color css
<style>
a { background-color: #394D75; }
a { background-color: rgb(57,77,117); }
div.DivClassName
{
background-color: #394D75;
}
.BgClassName
{
background-color: #394D75;
}
</style>
border-color css
<style>
span { border-color: #394D75; }
span { border-color: rgb(57,77,117); }
td.TdClassName
{
border-color: #394D75;
}
.TagClassName
{
border-color: #394D75;
}
</style>