#394D6F

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

Shades of Astronaut #394D6F

Tints of Astronaut #394D6F

Color information

#394D6F (or 0x394D6F) is unknown color: approx Astronaut. HEX triplet: 39, 4D and 6F. RGB value is (57,77,111). Sum of RGB (Red+Green+Blue) = 57+77+111=245 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.27% from 245); Green value is 77 (30.47% from 255 or 31.43% from 245); Blue value is 111 (43.75% from 255 or 45.31% from 245); Max value from RGB is 111 - color contains mainly: blue. Hex color #394D6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #394D6F is #C6B290. Grayscale: #4A4A4A. Windows color (decimal): -13021841 or 7294265. OLE color: 7294265.

HSL color Cylindrical-coordinate representation of color #394D6F: hue angle of 217.78º degrees, saturation: 0.32, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #394D6F is Cyan = 0.49, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5777111-
CMYK0.490.3100.56
HSL217.78º32.14%32.94%-
HSV(B)217.78º48.65%43.53%-
XYZ7.217.3316.07-
YUV74.9148.37115.24-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 23.27%
GREEN value IS 77 (30.47% from 255) = 31.43%
BLUE value IS 111 (43.75% from 255) = 45.31%
R=23.27%
G=31.43%
B=45.31%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal57771110.490.3100.56217.7832.1432.94
Hex394D6F311F038da2021
Octal7111515761370703324041
Binary1110011001101110111111000111111011100011011010100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394D6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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