#394B71

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

Shades of Astronaut #394B71

Tints of Astronaut #394B71

Color information

#394B71 (or 0x394B71) is unknown color: approx Astronaut. HEX triplet: 39, 4B and 71. RGB value is (57,75,113). Sum of RGB (Red+Green+Blue) = 57+75+113=245 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.27% from 245); Green value is 75 (29.69% from 255 or 30.61% from 245); Blue value is 113 (44.53% from 255 or 46.12% from 245); Max value from RGB is 113 - color contains mainly: blue. Hex color #394B71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #394B71 is #C6B48E. Grayscale: #494949. Windows color (decimal): -13022351 or 7424825. OLE color: 7424825.

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

Color convert

RGB5775113-
CMYK0.500.3400.56
HSL220.71º32.94%33.33%-
HSV(B)220.71º49.56%44.31%-
XYZ7.187.0916.61-
YUV73.95150.04115.91-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 23.27%
GREEN value IS 75 (29.69% from 255) = 30.61%
BLUE value IS 113 (44.53% from 255) = 46.12%
R=23.27%
G=30.61%
B=46.12%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal57751130.500.3400.56220.7132.9433.33
Hex394B713222038dd2121
Octal7111316162420703354141
Binary11100110010111110001110010100010011100011011101100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394B71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,75,113); }

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

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

 a { background-color: rgb(57,75,113); }

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

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

 span { border-color: rgb(57,75,113); }

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