Shades of Astronaut #394A68
Tints of Astronaut #394A68
RGB
CMYK
RGB Variations
Color information
#394A68 (or 0x394A68) is known color: Astronaut. HEX triplet: 39, 4A and 68. RGB value is (57,74,104). Sum of RGB (Red+Green+Blue) = 57+74+104=235 (31% of max value = 765). Red value is 57 (22.66% from 255 or 24.26% from 235); Green value is 74 (29.30% from 255 or 31.49% from 235); Blue value is 104 (41.02% from 255 or 44.26% from 235); Max value from RGB is 104 - color contains mainly: blue. Hex color #394A68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #394A68 is #C6B597. Grayscale: #484848. Windows color (decimal): -13022616 or 6834745. OLE color: 6834745.
HSL color Cylindrical-coordinate representation of color #394A68: hue angle of 218.3º degrees, saturation: 0.29, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #394A68 is Cyan = 0.45, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 57 | 74 | 104 | - |
| CMYK | 0.45 | 0.29 | 0 | 0.59 |
| HSL | 218.3º | 0.29% | 0.32% | - |
| HSV(B) | 218.3º | 0.45% | 0.41% | - |
| XYZ | 6.63 | 6.77 | 14.05 | - |
| YUV | 72.34 | 145.87 | 117.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 74 | 104 | 0.45 | 0.29 | 0 | 0.59 | 218.3 | 0.29 | 0.32 |
| Hex | 39 | 4A | 68 | 2D | 1D | 0 | 3B | DA | 1D | 20 |
| Octal | 71 | 112 | 150 | 55 | 35 | 0 | 73 | 332 | 35 | 40 |
| Binary | 111001 | 1001010 | 1101000 | 101101 | 11101 | 0 | 111011 | 11011010 | 11101 | 100000 |
Color Harmonies of #394A68
Complementary color
Monochromatic Colors of #394A68
Black with #394A68
Text Example
Text Example
White with #394A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #394A68; }
p { color: rgb(57,74,104); }
H1.HeaderClassName
{
color: #394A68;
}
.AnyTagClassName
{
color: #394A68;
}
</style>
background-color css
<style>
a { background-color: #394A68; }
a { background-color: rgb(57,74,104); }
div.DivClassName
{
background-color: #394A68;
}
.BgClassName
{
background-color: #394A68;
}
</style>
border-color css
<style>
span { border-color: #394A68; }
span { border-color: rgb(57,74,104); }
td.TdClassName
{
border-color: #394A68;
}
.TagClassName
{
border-color: #394A68;
}
</style>