COLOR #3F41B0

HEX: #3F41B0
RGB: (63,65,176)

Color info

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

RGB color model

#3F41B0 color RGB value is (63,65,176).

  • red value is 63;
  • green value is 65;
  • blue value is 176.
RGB:
(63,65,176)
(25%,25%,69%)

RGB channels and saturation

R 63 of 255 = 25%
G 65 of 255 = 25%
B 176 of 255 = 69%

63
65
176

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

Portions of RGB colors in percentages

R + G + B =
63 + 65 + 176 = 304 (100%)
R 63 of 304 ~ 20.72%
G 65 of 304 ~ 21.38%
B 176 of 304 ~ 57.89%

%20.72
%21.38
%57.89

CMYK color model

#3F41B0 color CMYK value is (64,63,0,31).

  • cyan value is 64.20%
  • magenta value is 63.07%
  • yellow value is 0.00%
  • key color value is 30.98%
CMYK:
(64,63,0,31)
C64M63Y0K31 
(64%,63%,0%,31%)
(0.64/0.63/0.00/0.31)	

CMYK percentages

%64.2
%63.07
%0
%30.98

Codes

Color #3F41B0 in popluar color models

3F41B0
RGB6365176
HSL239°47.28%46.86%
HSB/HSV239°64.20%69.02%
CMYK64.20%63.07%0.00%
30.98%

Color #3F41B0 in popluar number systems.

HEX3F41B0
Decimal6365176
Binary111111100000110110000
Octal77101260

Shades and tints

Shades of #3F41B0

#3F41B0
(63,65,176)
#3A3CA0
(58,60,160)
#353790
(53,55,144)
#303280
(48,50,128)
#2B2D70
(43,45,112)
#262860
(38,40,96)
#212350
(33,35,80)
#1C1E40
(28,30,64)
#171930
(23,25,48)
#121420
(18,20,32)
#0D0F10
(13,15,16)
#000000
(0,0,0)

Tints of #3F41B0

#3F41B0
(63,65,176)
#5052B7
(80,82,183)
#6163BE
(97,99,190)
#7274C5
(114,116,197)
#8385CC
(131,133,204)
#9496D3
(148,150,211)
#A5A7DA
(165,167,218)
#B6B8E1
(182,184,225)
#C7C9E8
(199,201,232)
#D8DAEF
(216,218,239)
#E9EBF6
(233,235,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F41B0 color. Also use rgb(63,65,176) instead hex code.

Text Font Color

.myTextColor { color: #3F41B0; }

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

This text font color is #3F41B0.


Background Color

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

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

This div background color is #3F41B0.


Border color

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

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

This div border color is #3F41B0.


Opacity

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

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

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

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

This text has shadow with #3F41B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F41B0 on black background.


Color preview on white background

This text has color #3F41B0 on white background.



Black color preview on #3F41B0 background

This text has black color on #3F41B0 background.


White color preview on #3F41B0 background

This text has white color on #3F41B0 background.