Shades of Astronaut #394A6D
Tints of Astronaut #394A6D
RGB
CMYK
RGB Variations
Color information
#394A6D (or 0x394A6D) is known color: Astronaut. HEX triplet: 39, 4A and 6D. RGB value is (57,74,109). Sum of RGB (Red+Green+Blue) = 57+74+109=240 (31% of max value = 765). Red value is 57 (22.66% from 255 or 23.75% from 240); Green value is 74 (29.30% from 255 or 30.83% from 240); Blue value is 109 (42.97% from 255 or 45.42% from 240); Max value from RGB is 109 - color contains mainly: blue. Hex color #394A6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #394A6D is #C6B592. Grayscale: #484848. Windows color (decimal): -13022611 or 7162425. OLE color: 7162425.
HSL color Cylindrical-coordinate representation of color #394A6D: hue angle of 220.38º degrees, saturation: 0.31, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #394A6D is Cyan = 0.48, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 57 | 74 | 109 | - |
| CMYK | 0.48 | 0.32 | 0 | 0.57 |
| HSL | 220.38º | 0.31% | 0.33% | - |
| HSV(B) | 220.38º | 0.48% | 0.43% | - |
| XYZ | 6.9 | 6.87 | 15.43 | - |
| YUV | 72.91 | 148.37 | 116.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 74 | 109 | 0.48 | 0.32 | 0 | 0.57 | 220.38 | 0.31 | 0.33 |
| Hex | 39 | 4A | 6D | 30 | 20 | 0 | 39 | DC | 1F | 21 |
| Octal | 71 | 112 | 155 | 60 | 40 | 0 | 71 | 334 | 37 | 41 |
| Binary | 111001 | 1001010 | 1101101 | 110000 | 100000 | 0 | 111001 | 11011100 | 11111 | 100001 |
Color Harmonies of #394A6D
Complementary color
Monochromatic Colors of #394A6D
Black with #394A6D
Text Example
Text Example
White with #394A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #394A6D; }
p { color: rgb(57,74,109); }
H1.HeaderClassName
{
color: #394A6D;
}
.AnyTagClassName
{
color: #394A6D;
}
</style>
background-color css
<style>
a { background-color: #394A6D; }
a { background-color: rgb(57,74,109); }
div.DivClassName
{
background-color: #394A6D;
}
.BgClassName
{
background-color: #394A6D;
}
</style>
border-color css
<style>
span { border-color: #394A6D; }
span { border-color: rgb(57,74,109); }
td.TdClassName
{
border-color: #394A6D;
}
.TagClassName
{
border-color: #394A6D;
}
</style>