#3E526D

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

Shades of Astronaut #3E526D

Tints of Astronaut #3E526D

Color information

#3E526D (or 0x3E526D) is unknown color: approx Astronaut. HEX triplet: 3E, 52 and 6D. RGB value is (62,82,109). Sum of RGB (Red+Green+Blue) = 62+82+109=253 (33% of max value = 765). Red value is 62 (24.61% from 255 or 24.51% from 253); Green value is 82 (32.42% from 255 or 32.41% from 253); Blue value is 109 (42.97% from 255 or 43.08% from 253); Max value from RGB is 109 - color contains mainly: blue. Hex color #3E526D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E526D is #C1AD92. Grayscale: #4E4E4E. Windows color (decimal): -12692883 or 7164478. OLE color: 7164478.

HSL color Cylindrical-coordinate representation of color #3E526D: hue angle of 214.47º degrees, saturation: 0.27, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #3E526D is Cyan = 0.43, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB6282109-
CMYK0.430.2500.57
HSL214.47º27.49%33.53%-
HSV(B)214.47º43.12%42.75%-
XYZ7.768.1615.63-
YUV79.1144.87115.8-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 24.51%
GREEN value IS 82 (32.42% from 255) = 32.41%
BLUE value IS 109 (42.97% from 255) = 43.08%
R=24.51%
G=32.41%
B=43.08%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal62821090.430.2500.57214.4727.4933.53
Hex3E526D2B19039d61b22
Octal7612215553310713263342
Binary111110101001011011011010111100101110011101011011011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E526D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,82,109); }

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

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

 a { background-color: rgb(62,82,109); }

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

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

 span { border-color: rgb(62,82,109); }

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