Shades of Astronaut #394C6B
Tints of Astronaut #394C6B
RGB
CMYK
RGB Variations
Color information
#394C6B (or 0x394C6B) is known color: Astronaut. HEX triplet: 39, 4C and 6B. RGB value is (57,76,107). Sum of RGB (Red+Green+Blue) = 57+76+107=240 (31% of max value = 765). Red value is 57 (22.66% from 255 or 23.75% from 240); Green value is 76 (30.08% from 255 or 31.67% from 240); Blue value is 107 (42.19% from 255 or 44.58% from 240); Max value from RGB is 107 - color contains mainly: blue. Hex color #394C6B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #394C6B is #C6B394. Grayscale: #494949. Windows color (decimal): -13022101 or 7031865. OLE color: 7031865.
HSL color Cylindrical-coordinate representation of color #394C6B: hue angle of 217.2º degrees, saturation: 0.3, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #394C6B is Cyan = 0.47, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 57 | 76 | 107 | - |
| CMYK | 0.47 | 0.29 | 0 | 0.58 |
| HSL | 217.2º | 0.3% | 0.32% | - |
| HSV(B) | 217.2º | 0.47% | 0.42% | - |
| XYZ | 6.93 | 7.1 | 14.92 | - |
| YUV | 73.85 | 146.71 | 115.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 76 | 107 | 0.47 | 0.29 | 0 | 0.58 | 217.2 | 0.3 | 0.32 |
| Hex | 39 | 4C | 6B | 2F | 1D | 0 | 3A | D9 | 1E | 20 |
| Octal | 71 | 114 | 153 | 57 | 35 | 0 | 72 | 331 | 36 | 40 |
| Binary | 111001 | 1001100 | 1101011 | 101111 | 11101 | 0 | 111010 | 11011001 | 11110 | 100000 |
Color Harmonies of #394C6B
Complementary color
Monochromatic Colors of #394C6B
Black with #394C6B
Text Example
Text Example
White with #394C6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #394C6B; }
p { color: rgb(57,76,107); }
H1.HeaderClassName
{
color: #394C6B;
}
.AnyTagClassName
{
color: #394C6B;
}
</style>
background-color css
<style>
a { background-color: #394C6B; }
a { background-color: rgb(57,76,107); }
div.DivClassName
{
background-color: #394C6B;
}
.BgClassName
{
background-color: #394C6B;
}
</style>
border-color css
<style>
span { border-color: #394C6B; }
span { border-color: rgb(57,76,107); }
td.TdClassName
{
border-color: #394C6B;
}
.TagClassName
{
border-color: #394C6B;
}
</style>