Shades of Astronaut #394C70
Tints of Astronaut #394C70
RGB
CMYK
RGB Variations
Color information
#394C70 (or 0x394C70) is known color: Astronaut. HEX triplet: 39, 4C and 70. RGB value is (57,76,112). Sum of RGB (Red+Green+Blue) = 57+76+112=245 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.27% from 245); Green value is 76 (30.08% from 255 or 31.02% from 245); Blue value is 112 (44.14% from 255 or 45.71% from 245); Max value from RGB is 112 - color contains mainly: blue. Hex color #394C70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #394C70 is #C6B38F. Grayscale: #4A4A4A. Windows color (decimal): -13022096 or 7359545. OLE color: 7359545.
HSL color Cylindrical-coordinate representation of color #394C70: hue angle of 219.27º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #394C70 is Cyan = 0.49, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 57 | 76 | 112 | - |
| CMYK | 0.49 | 0.32 | 0 | 0.56 |
| HSL | 219.27º | 0.33% | 0.33% | - |
| HSV(B) | 219.27º | 0.49% | 0.44% | - |
| XYZ | 7.2 | 7.21 | 16.34 | - |
| YUV | 74.42 | 149.21 | 115.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 76 | 112 | 0.49 | 0.32 | 0 | 0.56 | 219.27 | 0.33 | 0.33 |
| Hex | 39 | 4C | 70 | 31 | 20 | 0 | 38 | DB | 21 | 21 |
| Octal | 71 | 114 | 160 | 61 | 40 | 0 | 70 | 333 | 41 | 41 |
| Binary | 111001 | 1001100 | 1110000 | 110001 | 100000 | 0 | 111000 | 11011011 | 100001 | 100001 |
Color Harmonies of #394C70
Complementary color
Monochromatic Colors of #394C70
Black with #394C70
Text Example
Text Example
White with #394C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #394C70; }
p { color: rgb(57,76,112); }
H1.HeaderClassName
{
color: #394C70;
}
.AnyTagClassName
{
color: #394C70;
}
</style>
background-color css
<style>
a { background-color: #394C70; }
a { background-color: rgb(57,76,112); }
div.DivClassName
{
background-color: #394C70;
}
.BgClassName
{
background-color: #394C70;
}
</style>
border-color css
<style>
span { border-color: #394C70; }
span { border-color: rgb(57,76,112); }
td.TdClassName
{
border-color: #394C70;
}
.TagClassName
{
border-color: #394C70;
}
</style>