Shades of Astronaut #394F74
Tints of Astronaut #394F74
RGB
CMYK
RGB Variations
Color information
#394F74 (or 0x394F74) is known color: Astronaut. HEX triplet: 39, 4F and 74. RGB value is (57,79,116). Sum of RGB (Red+Green+Blue) = 57+79+116=252 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.62% from 252); Green value is 79 (31.25% from 255 or 31.35% from 252); Blue value is 116 (45.70% from 255 or 46.03% from 252); Max value from RGB is 116 - color contains mainly: blue. Hex color #394F74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #394F74 is #C6B08B. Grayscale: #4C4C4C. Windows color (decimal): -13021324 or 7622457. OLE color: 7622457.
HSL color Cylindrical-coordinate representation of color #394F74: hue angle of 217.63º degrees, saturation: 0.34, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #394F74 is Cyan = 0.51, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 57 | 79 | 116 | - |
| CMYK | 0.51 | 0.32 | 0 | 0.55 |
| HSL | 217.63º | 0.34% | 0.34% | - |
| HSV(B) | 217.63º | 0.51% | 0.45% | - |
| XYZ | 7.64 | 7.72 | 17.61 | - |
| YUV | 76.64 | 150.21 | 113.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 79 | 116 | 0.51 | 0.32 | 0 | 0.55 | 217.63 | 0.34 | 0.34 |
| Hex | 39 | 4F | 74 | 33 | 20 | 0 | 37 | DA | 22 | 22 |
| Octal | 71 | 117 | 164 | 63 | 40 | 0 | 67 | 332 | 42 | 42 |
| Binary | 111001 | 1001111 | 1110100 | 110011 | 100000 | 0 | 110111 | 11011010 | 100010 | 100010 |
Color Harmonies of #394F74
Complementary color
Monochromatic Colors of #394F74
Black with #394F74
Text Example
Text Example
White with #394F74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #394F74; }
p { color: rgb(57,79,116); }
H1.HeaderClassName
{
color: #394F74;
}
.AnyTagClassName
{
color: #394F74;
}
</style>
background-color css
<style>
a { background-color: #394F74; }
a { background-color: rgb(57,79,116); }
div.DivClassName
{
background-color: #394F74;
}
.BgClassName
{
background-color: #394F74;
}
</style>
border-color css
<style>
span { border-color: #394F74; }
span { border-color: rgb(57,79,116); }
td.TdClassName
{
border-color: #394F74;
}
.TagClassName
{
border-color: #394F74;
}
</style>