#3E497A

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

Shades of Astronaut #3E497A

Tints of Astronaut #3E497A

Color information

#3E497A (or 0x3E497A) is unknown color: approx Astronaut. HEX triplet: 3E, 49 and 7A. RGB value is (62,73,122). Sum of RGB (Red+Green+Blue) = 62+73+122=257 (34% of max value = 765). Red value is 62 (24.61% from 255 or 24.12% from 257); Green value is 73 (28.91% from 255 or 28.40% from 257); Blue value is 122 (48.05% from 255 or 47.47% from 257); Max value from RGB is 122 - color contains mainly: blue. Hex color #3E497A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E497A is #C1B685. Grayscale: #4B4B4B. Windows color (decimal): -12695174 or 8014142. OLE color: 8014142.

HSL color Cylindrical-coordinate representation of color #3E497A: hue angle of 229º degrees, saturation: 0.33, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3E497A is Cyan = 0.49, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB6273122-
CMYK0.490.4000.52
HSL229º32.61%36.08%-
HSV(B)229º49.18%47.84%-
XYZ7.887.1919.39-
YUV75.3154.36118.52-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 24.12%
GREEN value IS 73 (28.91% from 255) = 28.40%
BLUE value IS 122 (48.05% from 255) = 47.47%
R=24.12%
G=28.40%
B=47.47%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal62731220.490.4000.5222932.6136.08
Hex3E497A3128034e52124
Octal7611117261500643454144
Binary11111010010011111010110001101000011010011100101100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E497A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3E497A; }

 p { color: rgb(62,73,122); }

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

<style>
 a { background-color: #3E497A; }

 a { background-color: rgb(62,73,122); }

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

<style>
 span { border-color: #3E497A; }

 span { border-color: rgb(62,73,122); }

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