COLOR #3F3E98

HEX: #3F3E98
RGB: (63,62,152)

Color info

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

RGB color model

#3F3E98 color RGB value is (63,62,152).

  • red value is 63;
  • green value is 62;
  • blue value is 152.
RGB:
(63,62,152)
(25%,24%,60%)

RGB channels and saturation

R 63 of 255 = 25%
G 62 of 255 = 24%
B 152 of 255 = 60%

63
62
152

R + G + B ~ 36%. #3F3E98 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
63 + 62 + 152 = 277 (100%)
R 63 of 277 ~ 22.74%
G 62 of 277 ~ 22.38%
B 152 of 277 ~ 54.87%

%22.74
%22.38
%54.87

CMYK color model

#3F3E98 color CMYK value is (59,59,0,40).

  • cyan value is 58.55%
  • magenta value is 59.21%
  • yellow value is 0.00%
  • key color value is 40.39%
CMYK:
(59,59,0,40)
C59M59Y0K40 
(59%,59%,0%,40%)
(0.59/0.59/0.00/0.40)	

CMYK percentages

%58.55
%59.21
%0
%40.39

Codes

Color #3F3E98 in popluar color models

3F3E98
RGB6362152
HSL241°42.06%41.96%
HSB/HSV241°59.21%59.61%
CMYK58.55%59.21%0.00%
40.39%

Color #3F3E98 in popluar number systems.

HEX3F3E98
Decimal6362152
Binary11111111111010011000
Octal7776230

Shades and tints

Shades of #3F3E98

#3F3E98
(63,62,152)
#3A398B
(58,57,139)
#35347E
(53,52,126)
#302F71
(48,47,113)
#2B2A64
(43,42,100)
#262557
(38,37,87)
#21204A
(33,32,74)
#1C1B3D
(28,27,61)
#171630
(23,22,48)
#121123
(18,17,35)
#0D0C16
(13,12,22)
#000000
(0,0,0)

Tints of #3F3E98

#3F3E98
(63,62,152)
#504FA1
(80,79,161)
#6160AA
(97,96,170)
#7271B3
(114,113,179)
#8382BC
(131,130,188)
#9493C5
(148,147,197)
#A5A4CE
(165,164,206)
#B6B5D7
(182,181,215)
#C7C6E0
(199,198,224)
#D8D7E9
(216,215,233)
#E9E8F2
(233,232,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F3E98 color. Also use rgb(63,62,152) instead hex code.

Text Font Color

.myTextColor { color: #3F3E98; }

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

This text font color is #3F3E98.


Background Color

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

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

This div background color is #3F3E98.


Border color

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

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

This div border color is #3F3E98.


Opacity

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

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

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

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

This text has shadow with #3F3E98 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F3E98 on black background.


Color preview on white background

This text has color #3F3E98 on white background.



Black color preview on #3F3E98 background

This text has black color on #3F3E98 background.


White color preview on #3F3E98 background

This text has white color on #3F3E98 background.