Color Hex Logo

#3e5faf Color Hex

#3E5FAF
(62,95,175)
0 Favorites   0 Comments

Color spaces of #3e5faf

RGB 6295175
HSL0.620.480.46
HSV222°65°69°
CMYK 0.650.460.00   0.31
XYZ13.816712.303742.2041
Yxy12.30370.20220.1801
Hunter Lab35.07668.9271-46.7839
CIE-Lab41.694814.2164-46.3500

#3e5faf color RGB value is (62,95,175).

#3e5faf hex color red value is 62, green value is 95 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #3e5faf hue: 0.62 , saturation: 0.48 and the lightness value of 3e5faf is 0.46.

The process color (four color CMYK) of #3e5faf color hex is 0.65, 0.46, 0.00, 0.31. Web safe color of #3e5faf is #336699. Color #3e5faf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111110 01011111 10101111
Octal 76 137 257
Decimal 62 95 175
Hex 3E 5F AF

RGB Percentages of Color #3e5faf

%18.67
%28.61
%52.71

CMYK Percentages of Color #3e5faf

%65
%46
%0
%31

Triadic Colors of #3e5faf

#3e5faf #af3e5f #5faf3e

Analogous Colors of #3e5faf

#3e5faf #563eaf #3e98af

Monochromatic Colors of #3e5faf

#3e5faf

Complementary Color

#3e5faf #af8e3e

#3e5faf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3e5faf Color Preview on White Background

Lorem ipsum dolor sit amet.

#3e5faf Color CSS Codes

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

#3e5faf Text Font Color

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

This sample text font color is #3e5faf
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.


#3e5faf Background Color

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

This div background color is #3e5faf


#3e5faf Border Color

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

This div border color is #3e5faf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3e5faf


Comments

No comments written yet.

Please login to write comment.