COLOR #3E42B1

HEX: #3E42B1
RGB: (62,66,177)

Color info

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

RGB color model

#3E42B1 color RGB value is (62,66,177).

  • red value is 62;
  • green value is 66;
  • blue value is 177.
RGB:
(62,66,177)
(24%,26%,69%)

RGB channels and saturation

R 62 of 255 = 24%
G 66 of 255 = 26%
B 177 of 255 = 69%

62
66
177

R + G + B ~ 40%. #3E42B1 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
62 + 66 + 177 = 305 (100%)
R 62 of 305 ~ 20.33%
G 66 of 305 ~ 21.64%
B 177 of 305 ~ 58.03%

%20.33
%21.64
%58.03

CMYK color model

#3E42B1 color CMYK value is (65,63,0,31).

  • cyan value is 64.97%
  • magenta value is 62.71%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(65,63,0,31)
C65M63Y0K31 
(65%,63%,0%,31%)
(0.65/0.63/0.00/0.31)	

CMYK percentages

%64.97
%62.71
%0
%30.59

Codes

Color #3E42B1 in popluar color models

3E42B1
RGB6266177
HSL238°48.12%46.86%
HSB/HSV238°64.97%69.41%
CMYK64.97%62.71%0.00%
30.59%

Color #3E42B1 in popluar number systems.

HEX3E42B1
Decimal6266177
Binary111110100001010110001
Octal76102261

Shades and tints

Shades of #3E42B1

#3E42B1
(62,66,177)
#393CA1
(57,60,161)
#343691
(52,54,145)
#2F3081
(47,48,129)
#2A2A71
(42,42,113)
#252461
(37,36,97)
#201E51
(32,30,81)
#1B1841
(27,24,65)
#161231
(22,18,49)
#110C21
(17,12,33)
#0C0611
(12,6,17)
#000000
(0,0,0)

Tints of #3E42B1

#3E42B1
(62,66,177)
#4F53B8
(79,83,184)
#6064BF
(96,100,191)
#7175C6
(113,117,198)
#8286CD
(130,134,205)
#9397D4
(147,151,212)
#A4A8DB
(164,168,219)
#B5B9E2
(181,185,226)
#C6CAE9
(198,202,233)
#D7DBF0
(215,219,240)
#E8ECF7
(232,236,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E42B1 color. Also use rgb(62,66,177) instead hex code.

Text Font Color

.myTextColor { color: #3E42B1; }

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

This text font color is #3E42B1.


Background Color

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

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

This div background color is #3E42B1.


Border color

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

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

This div border color is #3E42B1.


Opacity

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

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

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

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

This text has shadow with #3E42B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E42B1 on black background.


Color preview on white background

This text has color #3E42B1 on white background.



Black color preview on #3E42B1 background

This text has black color on #3E42B1 background.


White color preview on #3E42B1 background

This text has white color on #3E42B1 background.