#3E5370

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

Shades of Astronaut #3E5370

Tints of Astronaut #3E5370

Color information

#3E5370 (or 0x3E5370) is unknown color: approx Astronaut. HEX triplet: 3E, 53 and 70. RGB value is (62,83,112). Sum of RGB (Red+Green+Blue) = 62+83+112=257 (34% of max value = 765). Red value is 62 (24.61% from 255 or 24.12% from 257); Green value is 83 (32.81% from 255 or 32.30% from 257); Blue value is 112 (44.14% from 255 or 43.58% from 257); Max value from RGB is 112 - color contains mainly: blue. Hex color #3E5370 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E5370 is #C1AC8F. Grayscale: #4F4F4F. Windows color (decimal): -12692624 or 7361342. OLE color: 7361342.

HSL color Cylindrical-coordinate representation of color #3E5370: hue angle of 214.8º 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 #3E5370 is Cyan = 0.45, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6283112-
CMYK0.450.2600.56
HSL214.8º28.74%34.12%-
HSV(B)214.8º44.64%43.92%-
XYZ88.3816.52-
YUV80.03146.04115.14-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 24.12%
GREEN value IS 83 (32.81% from 255) = 32.30%
BLUE value IS 112 (44.14% from 255) = 43.58%
R=24.12%
G=32.30%
B=43.58%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal62831120.450.2600.56214.828.7434.12
Hex3E53702D1A038d71d22
Octal7612316055320703273542
Binary111110101001111100001011011101001110001101011111101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E5370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,83,112); }

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

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

 a { background-color: rgb(62,83,112); }

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

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

 span { border-color: rgb(62,83,112); }

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