#3E527B

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

Shades of Astronaut #3E527B

Tints of Astronaut #3E527B

Color information

#3E527B (or 0x3E527B) is unknown color: approx Astronaut. HEX triplet: 3E, 52 and 7B. RGB value is (62,82,123). Sum of RGB (Red+Green+Blue) = 62+82+123=267 (35% of max value = 765). Red value is 62 (24.61% from 255 or 23.22% from 267); Green value is 82 (32.42% from 255 or 30.71% from 267); Blue value is 123 (48.44% from 255 or 46.07% from 267); Max value from RGB is 123 - color contains mainly: blue. Hex color #3E527B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E527B is #C1AD84. Grayscale: #505050. Windows color (decimal): -12692869 or 8081982. OLE color: 8081982.

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

Color convert

RGB6282123-
CMYK0.500.3300.52
HSL220.33º32.97%36.27%-
HSV(B)220.33º49.59%48.24%-
XYZ8.588.4919.93-
YUV80.69151.87114.67-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 23.22%
GREEN value IS 82 (32.42% from 255) = 30.71%
BLUE value IS 123 (48.44% from 255) = 46.07%
R=23.22%
G=30.71%
B=46.07%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal62821230.500.3300.52220.3332.9736.27
Hex3E527B3221034dc2124
Octal7612217362410643344144
Binary11111010100101111011110010100001011010011011100100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E527B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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