#394D70

Color #394D70 Astronaut (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Astronaut #394D70

Tints of Astronaut #394D70

Color information

#394D70 (or 0x394D70) is unknown color: approx Astronaut. HEX triplet: 39, 4D and 70. RGB value is (57,77,112). Sum of RGB (Red+Green+Blue) = 57+77+112=246 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.17% from 246); Green value is 77 (30.47% from 255 or 31.30% from 246); Blue value is 112 (44.14% from 255 or 45.53% from 246); Max value from RGB is 112 - color contains mainly: blue. Hex color #394D70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #394D70 is #C6B28F. Grayscale: #4A4A4A. Windows color (decimal): -13021840 or 7359801. OLE color: 7359801.

HSL color Cylindrical-coordinate representation of color #394D70: hue angle of 218.18º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #394D70 is Cyan = 0.49, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5777112-
CMYK0.490.3100.56
HSL218.18º32.54%33.14%-
HSV(B)218.18º49.11%43.92%-
XYZ7.277.3516.36-
YUV75.01148.87115.15-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 57 (22.66% from 255) = 23.17%
GREEN value IS 77 (30.47% from 255) = 31.30%
BLUE value IS 112 (44.14% from 255) = 45.53%
R=23.17%
G=31.30%
B=45.53%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal57771120.490.3100.56218.1832.5433.14
Hex394D70311F038da2121
Octal7111516061370703324141
Binary1110011001101111000011000111111011100011011010100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394D70; }

 p { color: rgb(57,77,112); }

 H1.HeaderClassName
 {
   color: #394D70;
 }
 .AnyTagClassName
 {
   color: #394D70;
 }
</style>
background-color css

<style>
 a { background-color: #394D70; }

 a { background-color: rgb(57,77,112); }

 div.DivClassName
 {
   background-color: #394D70;
 }
 .BgClassName
 {
   background-color: #394D70;
 }
</style>
border-color css

<style>
 span { border-color: #394D70; }

 span { border-color: rgb(57,77,112); }

 td.TdClassName
 {
   border-color: #394D70;
 }
 .TagClassName
 {
   border-color: #394D70;
 }
</style>