#394E6D

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

Shades of Astronaut #394E6D

Tints of Astronaut #394E6D

Color information

#394E6D (or 0x394E6D) is unknown color: approx Astronaut. HEX triplet: 39, 4E and 6D. RGB value is (57,78,109). Sum of RGB (Red+Green+Blue) = 57+78+109=244 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.36% from 244); Green value is 78 (30.86% from 255 or 31.97% from 244); Blue value is 109 (42.97% from 255 or 44.67% from 244); Max value from RGB is 109 - color contains mainly: blue. Hex color #394E6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #394E6D is #C6B192. Grayscale: #4B4B4B. Windows color (decimal): -13021587 or 7163449. OLE color: 7163449.

HSL color Cylindrical-coordinate representation of color #394E6D: hue angle of 215.77º degrees, saturation: 0.31, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #394E6D is Cyan = 0.48, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB5778109-
CMYK0.480.2800.57
HSL215.77º31.33%32.55%-
HSV(B)215.77º47.71%42.75%-
XYZ7.177.4215.52-
YUV75.26147.04114.98-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 23.36%
GREEN value IS 78 (30.86% from 255) = 31.97%
BLUE value IS 109 (42.97% from 255) = 44.67%
R=23.36%
G=31.97%
B=44.67%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal57781090.480.2800.57215.7731.3332.55
Hex394E6D301C039d81f21
Octal7111615560340713303741
Binary111001100111011011011100001110001110011101100011111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394E6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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