Color Hex Logo

#3e74ba Color Hex

#3E74BA
(62,116,186)
0 Favorites   0 Comments

Color spaces of #3e74ba

RGB 62116186
HSL0.590.500.49
HSV214°67°73°
CMYK 0.670.380.00   0.27
XYZ17.094917.060148.8463
Yxy17.06010.20600.2055
Hunter Lab41.30391.5960-41.2041
CIE-Lab48.33574.9273-42.1807

#3e74ba color RGB value is (62,116,186).

#3e74ba hex color red value is 62, green value is 116 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #3e74ba hue: 0.59 , saturation: 0.50 and the lightness value of 3e74ba is 0.49.

The process color (four color CMYK) of #3e74ba color hex is 0.67, 0.38, 0.00, 0.27. Web safe color of #3e74ba is #3366cc. Color #3e74ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111110 01110100 10111010
Octal 76 164 272
Decimal 62 116 186
Hex 3E 74 BA

RGB Percentages of Color #3e74ba

%17.03
%31.87
%51.10

CMYK Percentages of Color #3e74ba

%67
%38
%0
%27

Triadic Colors of #3e74ba

#3e74ba #ba3e74 #74ba3e

Analogous Colors of #3e74ba

#3e74ba #463eba #3eb2ba

Monochromatic Colors of #3e74ba

#3e74ba

Complementary Color

#3e74ba #ba843e

#3e74ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3e74ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#3e74ba Color CSS Codes

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

#3e74ba Text Font Color

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

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


#3e74ba Background Color

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

This div background color is #3e74ba


#3e74ba Border Color

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

This div border color is #3e74ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3e74ba


Comments

No comments written yet.

Please login to write comment.