#394E71

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

Shades of Astronaut #394E71

Tints of Astronaut #394E71

Color information

#394E71 (or 0x394E71) is unknown color: approx Astronaut. HEX triplet: 39, 4E and 71. RGB value is (57,78,113). Sum of RGB (Red+Green+Blue) = 57+78+113=248 (32% of max value = 765). Red value is 57 (22.66% from 255 or 22.98% from 248); Green value is 78 (30.86% from 255 or 31.45% from 248); Blue value is 113 (44.53% from 255 or 45.56% from 248); Max value from RGB is 113 - color contains mainly: blue. Hex color #394E71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #394E71 is #C6B18E. Grayscale: #4B4B4B. Windows color (decimal): -13021583 or 7425593. OLE color: 7425593.

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

Color convert

RGB5778113-
CMYK0.500.3100.56
HSL217.5º32.94%33.33%-
HSV(B)217.5º49.56%44.31%-
XYZ7.397.5116.68-
YUV75.71149.04114.65-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 22.98%
GREEN value IS 78 (30.86% from 255) = 31.45%
BLUE value IS 113 (44.53% from 255) = 45.56%
R=22.98%
G=31.45%
B=45.56%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal57781130.500.3100.56217.532.9433.33
Hex394E71321F038da2121
Octal7111616162370703324141
Binary1110011001110111000111001011111011100011011010100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394E71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,78,113); }

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

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

 a { background-color: rgb(57,78,113); }

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

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

 span { border-color: rgb(57,78,113); }

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