#3E5071

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

Shades of Astronaut #3E5071

Tints of Astronaut #3E5071

Color information

#3E5071 (or 0x3E5071) is unknown color: approx Astronaut. HEX triplet: 3E, 50 and 71. RGB value is (62,80,113). Sum of RGB (Red+Green+Blue) = 62+80+113=255 (33% of max value = 765). Red value is 62 (24.61% from 255 or 24.31% from 255); Green value is 80 (31.64% from 255 or 31.37% from 255); Blue value is 113 (44.53% from 255 or 44.31% from 255); Max value from RGB is 113 - color contains mainly: blue. Hex color #3E5071 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E5071 is #C1AF8E. Grayscale: #4E4E4E. Windows color (decimal): -12693391 or 7426110. OLE color: 7426110.

HSL color Cylindrical-coordinate representation of color #3E5071: hue angle of 218.82º degrees, saturation: 0.29, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #3E5071 is Cyan = 0.45, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6280113-
CMYK0.450.2900.56
HSL218.82º29.14%34.31%-
HSV(B)218.82º45.13%44.31%-
XYZ7.847.9516.75-
YUV78.38147.54116.32-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 24.31%
GREEN value IS 80 (31.64% from 255) = 31.37%
BLUE value IS 113 (44.53% from 255) = 44.31%
R=24.31%
G=31.37%
B=44.31%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal62801130.450.2900.56218.8229.1434.31
Hex3E50712D1D038db1d22
Octal7612016155350703333542
Binary111110101000011100011011011110101110001101101111101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E5071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,80,113); }

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

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

 a { background-color: rgb(62,80,113); }

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

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

 span { border-color: rgb(62,80,113); }

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