#394C70

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

Shades of Astronaut #394C70

Tints of Astronaut #394C70

Color information

#394C70 (or 0x394C70) is unknown color: approx Astronaut. HEX triplet: 39, 4C and 70. RGB value is (57,76,112). Sum of RGB (Red+Green+Blue) = 57+76+112=245 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.27% from 245); Green value is 76 (30.08% from 255 or 31.02% from 245); Blue value is 112 (44.14% from 255 or 45.71% from 245); Max value from RGB is 112 - color contains mainly: blue. Hex color #394C70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #394C70 is #C6B38F. Grayscale: #4A4A4A. Windows color (decimal): -13022096 or 7359545. OLE color: 7359545.

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

Color convert

RGB5776112-
CMYK0.490.3200.56
HSL219.27º32.54%33.14%-
HSV(B)219.27º49.11%43.92%-
XYZ7.27.2116.34-
YUV74.42149.21115.57-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 23.27%
GREEN value IS 76 (30.08% from 255) = 31.02%
BLUE value IS 112 (44.14% from 255) = 45.71%
R=23.27%
G=31.02%
B=45.71%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal57761120.490.3200.56219.2732.5433.14
Hex394C703120038db2121
Octal7111416061400703334141
Binary11100110011001110000110001100000011100011011011100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394C70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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