COLOR #3E4BA2

HEX: #3E4BA2
RGB: (62,75,162)

Color info

#3E4BA2 contains mainly blue color. Web safe color of #3E4BA2 is #333399 (or #339).

RGB color model

#3E4BA2 color RGB value is (62,75,162).

  • red value is 62;
  • green value is 75;
  • blue value is 162.
RGB:
(62,75,162)
(24%,29%,64%)

RGB channels and saturation

R 62 of 255 = 24%
G 75 of 255 = 29%
B 162 of 255 = 64%

62
75
162

R + G + B ~ 39%. #3E4BA2 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
62 + 75 + 162 = 299 (100%)
R 62 of 299 ~ 20.74%
G 75 of 299 ~ 25.08%
B 162 of 299 ~ 54.18%

%20.74
%25.08
%54.18

CMYK color model

#3E4BA2 color CMYK value is (62,54,0,36).

  • cyan value is 61.73%
  • magenta value is 53.70%
  • yellow value is 0.00%
  • key color value is 36.47%
CMYK:
(62,54,0,36)
C62M54Y0K36 
(62%,54%,0%,36%)
(0.62/0.54/0.00/0.36)	

CMYK percentages

%61.73
%53.7
%0
%36.47

Codes

Color #3E4BA2 in popluar color models

3E4BA2
RGB6275162
HSL232°44.64%43.92%
HSB/HSV232°61.73%63.53%
CMYK61.73%53.70%0.00%
36.47%

Color #3E4BA2 in popluar number systems.

HEX3E4BA2
Decimal6275162
Binary111110100101110100010
Octal76113242

Shades and tints

Shades of #3E4BA2

#3E4BA2
(62,75,162)
#394594
(57,69,148)
#343F86
(52,63,134)
#2F3978
(47,57,120)
#2A336A
(42,51,106)
#252D5C
(37,45,92)
#20274E
(32,39,78)
#1B2140
(27,33,64)
#161B32
(22,27,50)
#111524
(17,21,36)
#0C0F16
(12,15,22)
#000000
(0,0,0)

Tints of #3E4BA2

#3E4BA2
(62,75,162)
#4F5BAA
(79,91,170)
#606BB2
(96,107,178)
#717BBA
(113,123,186)
#828BC2
(130,139,194)
#939BCA
(147,155,202)
#A4ABD2
(164,171,210)
#B5BBDA
(181,187,218)
#C6CBE2
(198,203,226)
#D7DBEA
(215,219,234)
#E8EBF2
(232,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E4BA2 color. Also use rgb(62,75,162) instead hex code.

Text Font Color

.myTextColor { color: #3E4BA2; }

<p style="color:#3E4BA2">This sample text font color is #3E4BA2.</p>

This text font color is #3E4BA2.


Background Color

.myBgColor { background-color: #3E4BA2; }

<div style="background-color:#3E4BA2">Inner text</div>

This div background color is #3E4BA2.


Border color

.myBorderColor { border: 1px solid #3E4BA2; }

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

This div border color is #3E4BA2.


Opacity

.myOpacity80 { color: #3E4BA2; opacity: 0.8; }

<p style="color:#3E4BA2;opacity:0.8;">80%</p>

Text with #3E4BA2 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #3E4BA2;}

<p style="text-shadow: 3px 3px 1px #3E4BA2">Text here.</p>

This text has shadow with #3E4BA2 color.

.textShadow {text-shadow: 3px 3px 1px #3E4BA2, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #3E4BA2, 5px 5px 20px red">Text here.</p>

This text has shadow with #3E4BA2 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#3E4BA2, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#3E4BA2, Direction=45, Strength=4)">Text</p>

This text has shadow with #3E4BA2 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #3E4BA2;
  -webkit-box-shadow:	1px 1px 3px 2px #3E4BA2;
  box-shadow:		1px 1px 3px 2px #3E4BA2;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #3E4BA2;
-webkit-box-shadow: 1px 1px 3px 2px #3E4BA2;
box-shadow:1px 1px 3px 2px #3E4BA2;">
Div content here</div>
This div box has shadow with color #3E4BA2.

Preview

Color preview on black background

This text has color #3E4BA2 on black background.


Color preview on white background

This text has color #3E4BA2 on white background.



Black color preview on #3E4BA2 background

This text has black color on #3E4BA2 background.


White color preview on #3E4BA2 background

This text has white color on #3E4BA2 background.