#3E526C

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

Shades of Astronaut #3E526C

Tints of Astronaut #3E526C

Color information

#3E526C (or 0x3E526C) is unknown color: approx Astronaut. HEX triplet: 3E, 52 and 6C. RGB value is (62,82,108). Sum of RGB (Red+Green+Blue) = 62+82+108=252 (33% of max value = 765). Red value is 62 (24.61% from 255 or 24.60% from 252); Green value is 82 (32.42% from 255 or 32.54% from 252); Blue value is 108 (42.58% from 255 or 42.86% from 252); Max value from RGB is 108 - color contains mainly: blue. Hex color #3E526C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E526C is #C1AD93. Grayscale: #4E4E4E. Windows color (decimal): -12692884 or 7098942. OLE color: 7098942.

HSL color Cylindrical-coordinate representation of color #3E526C: hue angle of 213.91º degrees, saturation: 0.27, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #3E526C is Cyan = 0.43, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB6282108-
CMYK0.430.2400.58
HSL213.91º27.06%33.33%-
HSV(B)213.91º42.59%42.35%-
XYZ7.718.1415.35-
YUV78.98144.37115.89-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 24.60%
GREEN value IS 82 (32.42% from 255) = 32.54%
BLUE value IS 108 (42.58% from 255) = 42.86%
R=24.60%
G=32.54%
B=42.86%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal62821080.430.2400.58213.9127.0633.33
Hex3E526C2B1803Ad61b21
Octal7612215453300723263341
Binary111110101001011011001010111100001110101101011011011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E526C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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