#394E73

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

Shades of Astronaut #394E73

Tints of Astronaut #394E73

Color information

#394E73 (or 0x394E73) is unknown color: approx Astronaut. HEX triplet: 39, 4E and 73. RGB value is (57,78,115). Sum of RGB (Red+Green+Blue) = 57+78+115=250 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.8% from 250); Green value is 78 (30.86% from 255 or 31.2% from 250); Blue value is 115 (45.31% from 255 or 46% from 250); Max value from RGB is 115 - color contains mainly: blue. Hex color #394E73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #394E73 is #C6B18C. Grayscale: #4B4B4B. Windows color (decimal): -13021581 or 7556665. OLE color: 7556665.

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

Color convert

RGB5778115-
CMYK0.500.3200.55
HSL218.28º33.72%33.73%-
HSV(B)218.28º50.43%45.1%-
XYZ7.517.5617.28-
YUV75.94150.04114.49-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 22.8%
GREEN value IS 78 (30.86% from 255) = 31.2%
BLUE value IS 115 (45.31% from 255) = 46%
R=22.8%
G=31.2%
B=46%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal57781150.500.3200.55218.2833.7233.73
Hex394E733220037da2222
Octal7111616362400673324242
Binary11100110011101110011110010100000011011111011010100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394E73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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