Shades of Astronaut #394B6B
Tints of Astronaut #394B6B
RGB
CMYK
RGB Variations
Color information
#394B6B (or 0x394B6B) is known color: Astronaut. HEX triplet: 39, 4B and 6B. RGB value is (57,75,107). Sum of RGB (Red+Green+Blue) = 57+75+107=239 (31% of max value = 765). Red value is 57 (22.66% from 255 or 23.85% from 239); Green value is 75 (29.69% from 255 or 31.38% from 239); Blue value is 107 (42.19% from 255 or 44.77% from 239); Max value from RGB is 107 - color contains mainly: blue. Hex color #394B6B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #394B6B is #C6B494. Grayscale: #494949. Windows color (decimal): -13022357 or 7031609. OLE color: 7031609.
HSL color Cylindrical-coordinate representation of color #394B6B: hue angle of 218.4º 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 #394B6B is Cyan = 0.47, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 57 | 75 | 107 | - |
| CMYK | 0.47 | 0.30 | 0 | 0.58 |
| HSL | 218.4º | 0.3% | 0.32% | - |
| HSV(B) | 218.4º | 0.47% | 0.42% | - |
| XYZ | 6.86 | 6.96 | 14.89 | - |
| YUV | 73.27 | 147.04 | 116.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 75 | 107 | 0.47 | 0.30 | 0 | 0.58 | 218.4 | 0.3 | 0.32 |
| Hex | 39 | 4B | 6B | 2F | 1E | 0 | 3A | DA | 1E | 20 |
| Octal | 71 | 113 | 153 | 57 | 36 | 0 | 72 | 332 | 36 | 40 |
| Binary | 111001 | 1001011 | 1101011 | 101111 | 11110 | 0 | 111010 | 11011010 | 11110 | 100000 |
Color Harmonies of #394B6B
Complementary color
Monochromatic Colors of #394B6B
Black with #394B6B
Text Example
Text Example
White with #394B6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #394B6B; }
p { color: rgb(57,75,107); }
H1.HeaderClassName
{
color: #394B6B;
}
.AnyTagClassName
{
color: #394B6B;
}
</style>
background-color css
<style>
a { background-color: #394B6B; }
a { background-color: rgb(57,75,107); }
div.DivClassName
{
background-color: #394B6B;
}
.BgClassName
{
background-color: #394B6B;
}
</style>
border-color css
<style>
span { border-color: #394B6B; }
span { border-color: rgb(57,75,107); }
td.TdClassName
{
border-color: #394B6B;
}
.TagClassName
{
border-color: #394B6B;
}
</style>