COLOR #3F3284

HEX: #3F3284
RGB: (63,50,132)

Color info

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

RGB color model

#3F3284 color RGB value is (63,50,132).

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

RGB channels and saturation

R 63 of 255 = 25%
G 50 of 255 = 20%
B 132 of 255 = 52%

63
50
132

R + G + B ~ 32%. #3F3284 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
63 + 50 + 132 = 245 (100%)
R 63 of 245 ~ 25.71%
G 50 of 245 ~ 20.41%
B 132 of 245 ~ 53.88%

%25.71
%20.41
%53.88

CMYK color model

#3F3284 color CMYK value is (52,62,0,48).

  • cyan value is 52.27%
  • magenta value is 62.12%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(52,62,0,48)
C52M62Y0K48 
(52%,62%,0%,48%)
(0.52/0.62/0.00/0.48)	

CMYK percentages

%52.27
%62.12
%0
%48.24

Codes

Color #3F3284 in popluar color models

3F3284
RGB6350132
HSL250°45.05%35.69%
HSB/HSV250°62.12%51.76%
CMYK52.27%62.12%0.00%
48.24%

Color #3F3284 in popluar number systems.

HEX3F3284
Decimal6350132
Binary11111111001010000100
Octal7762204

Shades and tints

Shades of #3F3284

#3F3284
(63,50,132)
#3A2E78
(58,46,120)
#352A6C
(53,42,108)
#302660
(48,38,96)
#2B2254
(43,34,84)
#261E48
(38,30,72)
#211A3C
(33,26,60)
#1C1630
(28,22,48)
#171224
(23,18,36)
#120E18
(18,14,24)
#0D0A0C
(13,10,12)
#000000
(0,0,0)

Tints of #3F3284

#3F3284
(63,50,132)
#50448F
(80,68,143)
#61569A
(97,86,154)
#7268A5
(114,104,165)
#837AB0
(131,122,176)
#948CBB
(148,140,187)
#A59EC6
(165,158,198)
#B6B0D1
(182,176,209)
#C7C2DC
(199,194,220)
#D8D4E7
(216,212,231)
#E9E6F2
(233,230,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F3284; }

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

This text font color is #3F3284.


Background Color

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

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

This div background color is #3F3284.


Border color

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

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

This div border color is #3F3284.


Opacity

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

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

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

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

This text has shadow with #3F3284 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F3284 on black background.


Color preview on white background

This text has color #3F3284 on white background.



Black color preview on #3F3284 background

This text has black color on #3F3284 background.


White color preview on #3F3284 background

This text has white color on #3F3284 background.