#394D77

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

Shades of Astronaut #394D77

Tints of Astronaut #394D77

Color information

#394D77 (or 0x394D77) is unknown color: approx Astronaut. HEX triplet: 39, 4D and 77. RGB value is (57,77,119). Sum of RGB (Red+Green+Blue) = 57+77+119=253 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.53% from 253); Green value is 77 (30.47% from 255 or 30.43% from 253); Blue value is 119 (46.88% from 255 or 47.04% from 253); Max value from RGB is 119 - color contains mainly: blue. Hex color #394D77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #394D77 is #C6B288. Grayscale: #4B4B4B. Windows color (decimal): -13021833 or 7818553. OLE color: 7818553.

HSL color Cylindrical-coordinate representation of color #394D77: hue angle of 220.65º degrees, saturation: 0.35, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #394D77 is Cyan = 0.52, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5777119-
CMYK0.520.3500.53
HSL220.65º35.23%34.51%-
HSV(B)220.65º52.1%46.67%-
XYZ7.677.5118.5-
YUV75.81152.37114.58-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 22.53%
GREEN value IS 77 (30.47% from 255) = 30.43%
BLUE value IS 119 (46.88% from 255) = 47.04%
R=22.53%
G=30.43%
B=47.04%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal57771190.520.3500.53220.6535.2334.51
Hex394D773423035dd2323
Octal7111516764430653354343
Binary11100110011011110111110100100011011010111011101100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394D77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,77,119); }

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

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

 a { background-color: rgb(57,77,119); }

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

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

 span { border-color: rgb(57,77,119); }

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