#394A74

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

Shades of Astronaut #394A74

Tints of Astronaut #394A74

Color information

#394A74 (or 0x394A74) is unknown color: approx Astronaut. HEX triplet: 39, 4A and 74. RGB value is (57,74,116). Sum of RGB (Red+Green+Blue) = 57+74+116=247 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.08% from 247); Green value is 74 (29.30% from 255 or 29.96% from 247); Blue value is 116 (45.70% from 255 or 46.96% from 247); Max value from RGB is 116 - color contains mainly: blue. Hex color #394A74 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #394A74 is #C6B58B. Grayscale: #494949. Windows color (decimal): -13022604 or 7621177. OLE color: 7621177.

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

Color convert

RGB5774116-
CMYK0.510.3600.55
HSL222.71º34.1%33.92%-
HSV(B)222.71º50.86%45.49%-
XYZ7.297.0317.5-
YUV73.7151.87116.08-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 23.08%
GREEN value IS 74 (29.30% from 255) = 29.96%
BLUE value IS 116 (45.70% from 255) = 46.96%
R=23.08%
G=29.96%
B=46.96%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal57741160.510.3600.55222.7134.133.92
Hex394A743324037df2222
Octal7111216463440673374242
Binary11100110010101110100110011100100011011111011111100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394A74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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