Shades of Astronaut #394C73
Tints of Astronaut #394C73
RGB
CMYK
RGB Variations
Color information
#394C73 (or 0x394C73) is known color: Astronaut. HEX triplet: 39, 4C and 73. RGB value is (57,76,115). Sum of RGB (Red+Green+Blue) = 57+76+115=248 (32% of max value = 765). Red value is 57 (22.66% from 255 or 22.98% from 248); Green value is 76 (30.08% from 255 or 30.65% from 248); Blue value is 115 (45.31% from 255 or 46.37% from 248); Max value from RGB is 115 - color contains mainly: blue. Hex color #394C73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #394C73 is #C6B38C. Grayscale: #4A4A4A. Windows color (decimal): -13022093 or 7556153. OLE color: 7556153.
HSL color Cylindrical-coordinate representation of color #394C73: hue angle of 220.34º degrees, saturation: 0.34, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #394C73 is Cyan = 0.50, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 57 | 76 | 115 | - |
| CMYK | 0.50 | 0.34 | 0 | 0.55 |
| HSL | 220.34º | 0.34% | 0.34% | - |
| HSV(B) | 220.34º | 0.5% | 0.45% | - |
| XYZ | 7.37 | 7.28 | 17.24 | - |
| YUV | 74.77 | 150.71 | 115.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 76 | 115 | 0.50 | 0.34 | 0 | 0.55 | 220.34 | 0.34 | 0.34 |
| Hex | 39 | 4C | 73 | 32 | 22 | 0 | 37 | DC | 22 | 22 |
| Octal | 71 | 114 | 163 | 62 | 42 | 0 | 67 | 334 | 42 | 42 |
| Binary | 111001 | 1001100 | 1110011 | 110010 | 100010 | 0 | 110111 | 11011100 | 100010 | 100010 |
Color Harmonies of #394C73
Complementary color
Monochromatic Colors of #394C73
Black with #394C73
Text Example
Text Example
White with #394C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #394C73; }
p { color: rgb(57,76,115); }
H1.HeaderClassName
{
color: #394C73;
}
.AnyTagClassName
{
color: #394C73;
}
</style>
background-color css
<style>
a { background-color: #394C73; }
a { background-color: rgb(57,76,115); }
div.DivClassName
{
background-color: #394C73;
}
.BgClassName
{
background-color: #394C73;
}
</style>
border-color css
<style>
span { border-color: #394C73; }
span { border-color: rgb(57,76,115); }
td.TdClassName
{
border-color: #394C73;
}
.TagClassName
{
border-color: #394C73;
}
</style>