Shades of Astronaut #394C78
Tints of Astronaut #394C78
RGB
CMYK
RGB Variations
Color information
#394C78 (or 0x394C78) is known color: Astronaut. HEX triplet: 39, 4C and 78. RGB value is (57,76,120). Sum of RGB (Red+Green+Blue) = 57+76+120=253 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.53% from 253); Green value is 76 (30.08% from 255 or 30.04% from 253); Blue value is 120 (47.27% from 255 or 47.43% from 253); Max value from RGB is 120 - color contains mainly: blue. Hex color #394C78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #394C78 is #C6B387. Grayscale: #4B4B4B. Windows color (decimal): -13022088 or 7883833. OLE color: 7883833.
HSL color Cylindrical-coordinate representation of color #394C78: hue angle of 221.9º degrees, saturation: 0.36, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #394C78 is Cyan = 0.52, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 57 | 76 | 120 | - |
| CMYK | 0.52 | 0.37 | 0 | 0.53 |
| HSL | 221.9º | 0.36% | 0.35% | - |
| HSV(B) | 221.9º | 0.53% | 0.47% | - |
| XYZ | 7.66 | 7.39 | 18.79 | - |
| YUV | 75.34 | 153.21 | 114.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 76 | 120 | 0.52 | 0.37 | 0 | 0.53 | 221.9 | 0.36 | 0.35 |
| Hex | 39 | 4C | 78 | 34 | 25 | 0 | 35 | DE | 24 | 23 |
| Octal | 71 | 114 | 170 | 64 | 45 | 0 | 65 | 336 | 44 | 43 |
| Binary | 111001 | 1001100 | 1111000 | 110100 | 100101 | 0 | 110101 | 11011110 | 100100 | 100011 |
Color Harmonies of #394C78
Complementary color
Monochromatic Colors of #394C78
Black with #394C78
Text Example
Text Example
White with #394C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #394C78; }
p { color: rgb(57,76,120); }
H1.HeaderClassName
{
color: #394C78;
}
.AnyTagClassName
{
color: #394C78;
}
</style>
background-color css
<style>
a { background-color: #394C78; }
a { background-color: rgb(57,76,120); }
div.DivClassName
{
background-color: #394C78;
}
.BgClassName
{
background-color: #394C78;
}
</style>
border-color css
<style>
span { border-color: #394C78; }
span { border-color: rgb(57,76,120); }
td.TdClassName
{
border-color: #394C78;
}
.TagClassName
{
border-color: #394C78;
}
</style>