#394D6D

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

Shades of Astronaut #394D6D

Tints of Astronaut #394D6D

Color information

#394D6D (or 0x394D6D) is unknown color: approx Astronaut. HEX triplet: 39, 4D and 6D. RGB value is (57,77,109). Sum of RGB (Red+Green+Blue) = 57+77+109=243 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.46% from 243); Green value is 77 (30.47% from 255 or 31.69% from 243); Blue value is 109 (42.97% from 255 or 44.86% from 243); Max value from RGB is 109 - color contains mainly: blue. Hex color #394D6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #394D6D is #C6B292. Grayscale: #4A4A4A. Windows color (decimal): -13021843 or 7163193. OLE color: 7163193.

HSL color Cylindrical-coordinate representation of color #394D6D: hue angle of 216.92º 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 #394D6D is Cyan = 0.48, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB5777109-
CMYK0.480.2900.57
HSL216.92º31.33%32.55%-
HSV(B)216.92º47.71%42.75%-
XYZ7.17.2815.5-
YUV74.67147.37115.4-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 23.46%
GREEN value IS 77 (30.47% from 255) = 31.69%
BLUE value IS 109 (42.97% from 255) = 44.86%
R=23.46%
G=31.69%
B=44.86%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal57771090.480.2900.57216.9231.3332.55
Hex394D6D301D039d91f21
Octal7111515560350713313741
Binary111001100110111011011100001110101110011101100111111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394D6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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