#394C6E

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

Shades of Astronaut #394C6E

Tints of Astronaut #394C6E

Color information

#394C6E (or 0x394C6E) is unknown color: approx Astronaut. HEX triplet: 39, 4C and 6E. RGB value is (57,76,110). Sum of RGB (Red+Green+Blue) = 57+76+110=243 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.46% from 243); Green value is 76 (30.08% from 255 or 31.28% from 243); Blue value is 110 (43.36% from 255 or 45.27% from 243); Max value from RGB is 110 - color contains mainly: blue. Hex color #394C6E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #394C6E is #C6B391. Grayscale: #4A4A4A. Windows color (decimal): -13022098 or 7228473. OLE color: 7228473.

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

Color convert

RGB5776110-
CMYK0.480.3100.57
HSL218.49º31.74%32.75%-
HSV(B)218.49º48.18%43.14%-
XYZ7.097.1615.76-
YUV74.19148.21115.74-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 23.46%
GREEN value IS 76 (30.08% from 255) = 31.28%
BLUE value IS 110 (43.36% from 255) = 45.27%
R=23.46%
G=31.28%
B=45.27%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal57761100.480.3100.57218.4931.7432.75
Hex394C6E301F039da2021
Octal7111415660370713324041
Binary1110011001100110111011000011111011100111011010100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394C6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,76,110); }

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

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

 a { background-color: rgb(57,76,110); }

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

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

 span { border-color: rgb(57,76,110); }

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