#394D76

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

Shades of Astronaut #394D76

Tints of Astronaut #394D76

Color information

#394D76 (or 0x394D76) is unknown color: approx Astronaut. HEX triplet: 39, 4D and 76. RGB value is (57,77,118). Sum of RGB (Red+Green+Blue) = 57+77+118=252 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.62% from 252); Green value is 77 (30.47% from 255 or 30.56% from 252); Blue value is 118 (46.48% from 255 or 46.83% from 252); Max value from RGB is 118 - color contains mainly: blue. Hex color #394D76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #394D76 is #C6B289. Grayscale: #4B4B4B. Windows color (decimal): -13021834 or 7753017. OLE color: 7753017.

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

Color convert

RGB5777118-
CMYK0.520.3500.54
HSL220.33º34.86%34.31%-
HSV(B)220.33º51.69%46.27%-
XYZ7.617.4918.18-
YUV75.69151.87114.67-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 22.62%
GREEN value IS 77 (30.47% from 255) = 30.56%
BLUE value IS 118 (46.48% from 255) = 46.83%
R=22.62%
G=30.56%
B=46.83%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal57771180.520.3500.54220.3334.8634.31
Hex394D763423036dc2322
Octal7111516664430663344342
Binary11100110011011110110110100100011011011011011100100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394D76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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