COLOR #3E40A4

HEX: #3E40A4
RGB: (62,64,164)

Color info

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

RGB color model

#3E40A4 color RGB value is (62,64,164).

  • red value is 62;
  • green value is 64;
  • blue value is 164.
RGB:
(62,64,164)
(24%,25%,64%)

RGB channels and saturation

R 62 of 255 = 24%
G 64 of 255 = 25%
B 164 of 255 = 64%

62
64
164

R + G + B ~ 38%. #3E40A4 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
62 + 64 + 164 = 290 (100%)
R 62 of 290 ~ 21.38%
G 64 of 290 ~ 22.07%
B 164 of 290 ~ 56.55%

%21.38
%22.07
%56.55

CMYK color model

#3E40A4 color CMYK value is (62,61,0,36).

  • cyan value is 62.20%
  • magenta value is 60.98%
  • yellow value is 0.00%
  • key color value is 35.69%
CMYK:
(62,61,0,36)
C62M61Y0K36 
(62%,61%,0%,36%)
(0.62/0.61/0.00/0.36)	

CMYK percentages

%62.2
%60.98
%0
%35.69

Codes

Color #3E40A4 in popluar color models

3E40A4
RGB6264164
HSL239°45.13%44.31%
HSB/HSV239°62.20%64.31%
CMYK62.20%60.98%0.00%
35.69%

Color #3E40A4 in popluar number systems.

HEX3E40A4
Decimal6264164
Binary111110100000010100100
Octal76100244

Shades and tints

Shades of #3E40A4

#3E40A4
(62,64,164)
#393B96
(57,59,150)
#343688
(52,54,136)
#2F317A
(47,49,122)
#2A2C6C
(42,44,108)
#25275E
(37,39,94)
#202250
(32,34,80)
#1B1D42
(27,29,66)
#161834
(22,24,52)
#111326
(17,19,38)
#0C0E18
(12,14,24)
#000000
(0,0,0)

Tints of #3E40A4

#3E40A4
(62,64,164)
#4F51AC
(79,81,172)
#6062B4
(96,98,180)
#7173BC
(113,115,188)
#8284C4
(130,132,196)
#9395CC
(147,149,204)
#A4A6D4
(164,166,212)
#B5B7DC
(181,183,220)
#C6C8E4
(198,200,228)
#D7D9EC
(215,217,236)
#E8EAF4
(232,234,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E40A4 color. Also use rgb(62,64,164) instead hex code.

Text Font Color

.myTextColor { color: #3E40A4; }

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

This text font color is #3E40A4.


Background Color

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

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

This div background color is #3E40A4.


Border color

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

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

This div border color is #3E40A4.


Opacity

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

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

Text with #3E40A4 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 #3E40A4;}

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

This text has shadow with #3E40A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E40A4 on black background.


Color preview on white background

This text has color #3E40A4 on white background.



Black color preview on #3E40A4 background

This text has black color on #3E40A4 background.


White color preview on #3E40A4 background

This text has white color on #3E40A4 background.