Color Hex Logo

#3e639a Color Hex

#3E639A
(62,99,154)
0 Favorites   0 Comments

Color spaces of #3e639a

RGB 6299154
HSL0.600.430.42
HSV216°60°60°
CMYK 0.600.360.00   0.40
XYZ12.281212.280932.2950
Yxy12.28090.21600.2160
Hunter Lab35.04411.2281-30.1080
CIE-Lab41.65914.2462-33.9670

#3e639a color RGB value is (62,99,154).

#3e639a hex color red value is 62, green value is 99 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #3e639a hue: 0.60 , saturation: 0.43 and the lightness value of 3e639a is 0.42.

The process color (four color CMYK) of #3e639a color hex is 0.60, 0.36, 0.00, 0.40. Web safe color of #3e639a is #336699. Color #3e639a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111110 01100011 10011010
Octal 76 143 232
Decimal 62 99 154
Hex 3E 63 9A

RGB Percentages of Color #3e639a

%19.68
%31.43
%48.89

CMYK Percentages of Color #3e639a

%60
%36
%0
%40

Triadic Colors of #3e639a

#3e639a #9a3e63 #639a3e

Analogous Colors of #3e639a

#3e639a #473e9a #3e919a

Monochromatic Colors of #3e639a

#3e639a

Complementary Color

#3e639a #9a753e

#3e639a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3e639a Color Preview on White Background

Lorem ipsum dolor sit amet.

#3e639a Color CSS Codes

.mybgcolor {background-color:#3e639a; } 
.myforecolor {color:#3e639a; }
.mybordercolor {border:3px solid #3e639a; }

#3e639a Text Font Color

<p style="color:#3e639a">Text here</p>

This sample text font color is #3e639a
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#3e639a Background Color

<div style="background-color:#3e639a">
Div content here</div>

This div background color is #3e639a


#3e639a Border Color

<div style="border:3px solid #3e639a">
Div here</div>

This div border color is #3e639a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(62,99,154, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3e639a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3e639a;
  -webkit-box-shadow: 1px 1px 3px 2px #3e639a;
  box-shadow:         1px 1px 3px 2px #3e639a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(62,99,154, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #3e639a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #3e639a;
  -webkit-box-shadow: 1px 1px 3px 2px #3e639a;
  box-shadow:         1px 1px 3px 2px #3e639a;">
Div content here</div>

This div box has shadow with color #3e639a


Comments

No comments written yet.

Please login to write comment.