COLOR #3F3286

HEX: #3F3286
RGB: (63,50,134)

Color info

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

RGB color model

#3F3286 color RGB value is (63,50,134).

  • red value is 63;
  • green value is 50;
  • blue value is 134.
RGB:
(63,50,134)
(25%,20%,53%)

RGB channels and saturation

R 63 of 255 = 25%
G 50 of 255 = 20%
B 134 of 255 = 53%

63
50
134

R + G + B ~ 33%. #3F3286 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
63 + 50 + 134 = 247 (100%)
R 63 of 247 ~ 25.51%
G 50 of 247 ~ 20.24%
B 134 of 247 ~ 54.25%

%25.51
%20.24
%54.25

CMYK color model

#3F3286 color CMYK value is (53,63,0,47).

  • cyan value is 52.99%
  • magenta value is 62.69%
  • yellow value is 0.00%
  • key color value is 47.45%
CMYK:
(53,63,0,47)
C53M63Y0K47 
(53%,63%,0%,47%)
(0.53/0.63/0.00/0.47)	

CMYK percentages

%52.99
%62.69
%0
%47.45

Codes

Color #3F3286 in popluar color models

3F3286
RGB6350134
HSL249°45.65%36.08%
HSB/HSV249°62.69%52.55%
CMYK52.99%62.69%0.00%
47.45%

Color #3F3286 in popluar number systems.

HEX3F3286
Decimal6350134
Binary11111111001010000110
Octal7762206

Shades and tints

Shades of #3F3286

#3F3286
(63,50,134)
#3A2E7A
(58,46,122)
#352A6E
(53,42,110)
#302662
(48,38,98)
#2B2256
(43,34,86)
#261E4A
(38,30,74)
#211A3E
(33,26,62)
#1C1632
(28,22,50)
#171226
(23,18,38)
#120E1A
(18,14,26)
#0D0A0E
(13,10,14)
#000000
(0,0,0)

Tints of #3F3286

#3F3286
(63,50,134)
#504491
(80,68,145)
#61569C
(97,86,156)
#7268A7
(114,104,167)
#837AB2
(131,122,178)
#948CBD
(148,140,189)
#A59EC8
(165,158,200)
#B6B0D3
(182,176,211)
#C7C2DE
(199,194,222)
#D8D4E9
(216,212,233)
#E9E6F4
(233,230,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F3286 color. Also use rgb(63,50,134) instead hex code.

Text Font Color

.myTextColor { color: #3F3286; }

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

This text font color is #3F3286.


Background Color

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

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

This div background color is #3F3286.


Border color

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

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

This div border color is #3F3286.


Opacity

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

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

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

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

This text has shadow with #3F3286 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F3286 on black background.


Color preview on white background

This text has color #3F3286 on white background.



Black color preview on #3F3286 background

This text has black color on #3F3286 background.


White color preview on #3F3286 background

This text has white color on #3F3286 background.