#394A70

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

Shades of Astronaut #394A70

Tints of Astronaut #394A70

Color information

#394A70 (or 0x394A70) is unknown color: approx Astronaut. HEX triplet: 39, 4A and 70. RGB value is (57,74,112). Sum of RGB (Red+Green+Blue) = 57+74+112=243 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.46% from 243); Green value is 74 (29.30% from 255 or 30.45% from 243); Blue value is 112 (44.14% from 255 or 46.09% from 243); Max value from RGB is 112 - color contains mainly: blue. Hex color #394A70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #394A70 is #C6B58F. Grayscale: #494949. Windows color (decimal): -13022608 or 7359033. OLE color: 7359033.

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

Color convert

RGB5774112-
CMYK0.490.3400.56
HSL221.45º32.54%33.14%-
HSV(B)221.45º49.11%43.92%-
XYZ7.066.9416.3-
YUV73.25149.87116.41-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 23.46%
GREEN value IS 74 (29.30% from 255) = 30.45%
BLUE value IS 112 (44.14% from 255) = 46.09%
R=23.46%
G=30.45%
B=46.09%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal57741120.490.3400.56221.4532.5433.14
Hex394A703122038dd2121
Octal7111216061420703354141
Binary11100110010101110000110001100010011100011011101100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394A70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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