#394A73

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

Shades of Astronaut #394A73

Tints of Astronaut #394A73

Color information

#394A73 (or 0x394A73) is unknown color: approx Astronaut. HEX triplet: 39, 4A and 73. RGB value is (57,74,115). Sum of RGB (Red+Green+Blue) = 57+74+115=246 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.17% from 246); Green value is 74 (29.30% from 255 or 30.08% from 246); Blue value is 115 (45.31% from 255 or 46.75% from 246); Max value from RGB is 115 - color contains mainly: blue. Hex color #394A73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #394A73 is #C6B58C. Grayscale: #494949. Windows color (decimal): -13022605 or 7555641. OLE color: 7555641.

HSL color Cylindrical-coordinate representation of color #394A73: hue angle of 222.41º degrees, saturation: 0.34, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #394A73 is Cyan = 0.50, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5774115-
CMYK0.500.3600.55
HSL222.41º33.72%33.73%-
HSV(B)222.41º50.43%45.1%-
XYZ7.237.0117.19-
YUV73.59151.37116.17-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 23.17%
GREEN value IS 74 (29.30% from 255) = 30.08%
BLUE value IS 115 (45.31% from 255) = 46.75%
R=23.17%
G=30.08%
B=46.75%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal57741150.500.3600.55222.4133.7233.73
Hex394A733224037de2222
Octal7111216362440673364242
Binary11100110010101110011110010100100011011111011110100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394A73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,74,115); }

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

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

 a { background-color: rgb(57,74,115); }

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

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

 span { border-color: rgb(57,74,115); }

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