Shades of Astronaut #394C72
Tints of Astronaut #394C72
RGB
CMYK
RGB Variations
Color information
#394C72 (or 0x394C72) is known color: Astronaut. HEX triplet: 39, 4C and 72. RGB value is (57,76,114). Sum of RGB (Red+Green+Blue) = 57+76+114=247 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.08% from 247); Green value is 76 (30.08% from 255 or 30.77% from 247); Blue value is 114 (44.92% from 255 or 46.15% from 247); Max value from RGB is 114 - color contains mainly: blue. Hex color #394C72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #394C72 is #C6B38D. Grayscale: #4A4A4A. Windows color (decimal): -13022094 or 7490617. OLE color: 7490617.
HSL color Cylindrical-coordinate representation of color #394C72: hue angle of 220º degrees, saturation: 0.33, 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 #394C72 is Cyan = 0.50, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 57 | 76 | 114 | - |
| CMYK | 0.50 | 0.33 | 0 | 0.55 |
| HSL | 220º | 0.33% | 0.34% | - |
| HSV(B) | 220º | 0.5% | 0.45% | - |
| XYZ | 7.31 | 7.25 | 16.93 | - |
| YUV | 74.65 | 150.21 | 115.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 76 | 114 | 0.50 | 0.33 | 0 | 0.55 | 220 | 0.33 | 0.34 |
| Hex | 39 | 4C | 72 | 32 | 21 | 0 | 37 | DC | 21 | 22 |
| Octal | 71 | 114 | 162 | 62 | 41 | 0 | 67 | 334 | 41 | 42 |
| Binary | 111001 | 1001100 | 1110010 | 110010 | 100001 | 0 | 110111 | 11011100 | 100001 | 100010 |
Color Harmonies of #394C72
Complementary color
Monochromatic Colors of #394C72
Black with #394C72
Text Example
Text Example
White with #394C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #394C72; }
p { color: rgb(57,76,114); }
H1.HeaderClassName
{
color: #394C72;
}
.AnyTagClassName
{
color: #394C72;
}
</style>
background-color css
<style>
a { background-color: #394C72; }
a { background-color: rgb(57,76,114); }
div.DivClassName
{
background-color: #394C72;
}
.BgClassName
{
background-color: #394C72;
}
</style>
border-color css
<style>
span { border-color: #394C72; }
span { border-color: rgb(57,76,114); }
td.TdClassName
{
border-color: #394C72;
}
.TagClassName
{
border-color: #394C72;
}
</style>