#394E77

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

Shades of Astronaut #394E77

Tints of Astronaut #394E77

Color information

#394E77 (or 0x394E77) is unknown color: approx Astronaut. HEX triplet: 39, 4E and 77. RGB value is (57,78,119). Sum of RGB (Red+Green+Blue) = 57+78+119=254 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.44% from 254); Green value is 78 (30.86% from 255 or 30.71% from 254); Blue value is 119 (46.88% from 255 or 46.85% from 254); Max value from RGB is 119 - color contains mainly: blue. Hex color #394E77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #394E77 is #C6B188. Grayscale: #4C4C4C. Windows color (decimal): -13021577 or 7818809. OLE color: 7818809.

HSL color Cylindrical-coordinate representation of color #394E77: hue angle of 219.68º 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 #394E77 is Cyan = 0.52, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5778119-
CMYK0.520.3400.53
HSL219.68º35.23%34.51%-
HSV(B)219.68º52.1%46.67%-
XYZ7.747.6518.52-
YUV76.4152.04114.17-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 22.44%
GREEN value IS 78 (30.86% from 255) = 30.71%
BLUE value IS 119 (46.88% from 255) = 46.85%
R=22.44%
G=30.71%
B=46.85%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal57781190.520.3400.53219.6835.2334.51
Hex394E773422035dc2323
Octal7111616764420653344343
Binary11100110011101110111110100100010011010111011100100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394E77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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