#394E6E

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

Shades of Astronaut #394E6E

Tints of Astronaut #394E6E

Color information

#394E6E (or 0x394E6E) is unknown color: approx Astronaut. HEX triplet: 39, 4E and 6E. RGB value is (57,78,110). Sum of RGB (Red+Green+Blue) = 57+78+110=245 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.27% from 245); Green value is 78 (30.86% from 255 or 31.84% from 245); Blue value is 110 (43.36% from 255 or 44.90% from 245); Max value from RGB is 110 - color contains mainly: blue. Hex color #394E6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #394E6E is #C6B191. Grayscale: #4B4B4B. Windows color (decimal): -13021586 or 7228985. OLE color: 7228985.

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

Color convert

RGB5778110-
CMYK0.480.2900.57
HSL216.23º31.74%32.75%-
HSV(B)216.23º48.18%43.14%-
XYZ7.237.4415.81-
YUV75.37147.54114.9-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 23.27%
GREEN value IS 78 (30.86% from 255) = 31.84%
BLUE value IS 110 (43.36% from 255) = 44.90%
R=23.27%
G=31.84%
B=44.90%

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
Decimal57781100.480.2900.57216.2331.7432.75
Hex394E6E301D039d82021
Octal7111615660350713304041
Binary1110011001110110111011000011101011100111011000100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394E6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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