#394D73

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

Shades of Astronaut #394D73

Tints of Astronaut #394D73

Color information

#394D73 (or 0x394D73) is unknown color: approx Astronaut. HEX triplet: 39, 4D and 73. RGB value is (57,77,115). Sum of RGB (Red+Green+Blue) = 57+77+115=249 (32% of max value = 765). Red value is 57 (22.66% from 255 or 22.89% from 249); Green value is 77 (30.47% from 255 or 30.92% from 249); Blue value is 115 (45.31% from 255 or 46.18% from 249); Max value from RGB is 115 - color contains mainly: blue. Hex color #394D73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #394D73 is #C6B28C. Grayscale: #4B4B4B. Windows color (decimal): -13021837 or 7556409. OLE color: 7556409.

HSL color Cylindrical-coordinate representation of color #394D73: hue angle of 219.31º 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 #394D73 is Cyan = 0.50, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5777115-
CMYK0.500.3300.55
HSL219.31º33.72%33.73%-
HSV(B)219.31º50.43%45.1%-
XYZ7.447.4217.26-
YUV75.35150.37114.91-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 22.89%
GREEN value IS 77 (30.47% from 255) = 30.92%
BLUE value IS 115 (45.31% from 255) = 46.18%
R=22.89%
G=30.92%
B=46.18%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal57771150.500.3300.55219.3133.7233.73
Hex394D733221037db2222
Octal7111516362410673334242
Binary11100110011011110011110010100001011011111011011100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394D73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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