COLOR #3F29A6

HEX: #3F29A6
RGB: (63,41,166)

Color info

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

RGB color model

#3F29A6 color RGB value is (63,41,166).

  • red value is 63;
  • green value is 41;
  • blue value is 166.
RGB:
(63,41,166)
(25%,16%,65%)

RGB channels and saturation

R 63 of 255 = 25%
G 41 of 255 = 16%
B 166 of 255 = 65%

63
41
166

R + G + B ~ 35%. #3F29A6 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
63 + 41 + 166 = 270 (100%)
R 63 of 270 ~ 23.33%
G 41 of 270 ~ 15.19%
B 166 of 270 ~ 61.48%

%23.33
%15.19
%61.48

CMYK color model

#3F29A6 color CMYK value is (62,75,0,35).

  • cyan value is 62.05%
  • magenta value is 75.30%
  • yellow value is 0.00%
  • key color value is 34.90%
CMYK:
(62,75,0,35)
C62M75Y0K35 
(62%,75%,0%,35%)
(0.62/0.75/0.00/0.35)	

CMYK percentages

%62.05
%75.3
%0
%34.9

Codes

Color #3F29A6 in popluar color models

3F29A6
RGB6341166
HSL251°60.39%40.59%
HSB/HSV251°75.30%65.10%
CMYK62.05%75.30%0.00%
34.90%

Color #3F29A6 in popluar number systems.

HEX3F29A6
Decimal6341166
Binary11111110100110100110
Octal7751246

Shades and tints

Shades of #3F29A6

#3F29A6
(63,41,166)
#3A2697
(58,38,151)
#352388
(53,35,136)
#302079
(48,32,121)
#2B1D6A
(43,29,106)
#261A5B
(38,26,91)
#21174C
(33,23,76)
#1C143D
(28,20,61)
#17112E
(23,17,46)
#120E1F
(18,14,31)
#0D0B10
(13,11,16)
#000000
(0,0,0)

Tints of #3F29A6

#3F29A6
(63,41,166)
#503CAE
(80,60,174)
#614FB6
(97,79,182)
#7262BE
(114,98,190)
#8375C6
(131,117,198)
#9488CE
(148,136,206)
#A59BD6
(165,155,214)
#B6AEDE
(182,174,222)
#C7C1E6
(199,193,230)
#D8D4EE
(216,212,238)
#E9E7F6
(233,231,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F29A6 color. Also use rgb(63,41,166) instead hex code.

Text Font Color

.myTextColor { color: #3F29A6; }

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

This text font color is #3F29A6.


Background Color

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

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

This div background color is #3F29A6.


Border color

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

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

This div border color is #3F29A6.


Opacity

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

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

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

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

This text has shadow with #3F29A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F29A6 on black background.


Color preview on white background

This text has color #3F29A6 on white background.



Black color preview on #3F29A6 background

This text has black color on #3F29A6 background.


White color preview on #3F29A6 background

This text has white color on #3F29A6 background.