#394A6E

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

Shades of Astronaut #394A6E

Tints of Astronaut #394A6E

Color information

#394A6E (or 0x394A6E) is unknown color: approx Astronaut. HEX triplet: 39, 4A and 6E. RGB value is (57,74,110). Sum of RGB (Red+Green+Blue) = 57+74+110=241 (31% of max value = 765). Red value is 57 (22.66% from 255 or 23.65% from 241); Green value is 74 (29.30% from 255 or 30.71% from 241); Blue value is 110 (43.36% from 255 or 45.64% from 241); Max value from RGB is 110 - color contains mainly: blue. Hex color #394A6E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #394A6E is #C6B591. Grayscale: #484848. Windows color (decimal): -13022610 or 7227961. OLE color: 7227961.

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

Color convert

RGB5774110-
CMYK0.480.3300.57
HSL220.75º31.74%32.75%-
HSV(B)220.75º48.18%43.14%-
XYZ6.956.8915.72-
YUV73.02148.87116.57-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 23.65%
GREEN value IS 74 (29.30% from 255) = 30.71%
BLUE value IS 110 (43.36% from 255) = 45.64%
R=23.65%
G=30.71%
B=45.64%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal57741100.480.3300.57220.7531.7432.75
Hex394A6E3021039dd2021
Octal7111215660410713354041
Binary11100110010101101110110000100001011100111011101100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394A6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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