COLOR #3F398B

HEX: #3F398B
RGB: (63,57,139)

Color info

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

RGB color model

#3F398B color RGB value is (63,57,139).

  • red value is 63;
  • green value is 57;
  • blue value is 139.
RGB:
(63,57,139)
(25%,22%,55%)

RGB channels and saturation

R 63 of 255 = 25%
G 57 of 255 = 22%
B 139 of 255 = 55%

63
57
139

R + G + B ~ 34%. #3F398B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
63 + 57 + 139 = 259 (100%)
R 63 of 259 ~ 24.32%
G 57 of 259 ~ 22.01%
B 139 of 259 ~ 53.67%

%24.32
%22.01
%53.67

CMYK color model

#3F398B color CMYK value is (55,59,0,45).

  • cyan value is 54.68%
  • magenta value is 58.99%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(55,59,0,45)
C55M59Y0K45 
(55%,59%,0%,45%)
(0.55/0.59/0.00/0.45)	

CMYK percentages

%54.68
%58.99
%0
%45.49

Codes

Color #3F398B in popluar color models

3F398B
RGB6357139
HSL244°41.84%38.43%
HSB/HSV244°58.99%54.51%
CMYK54.68%58.99%0.00%
45.49%

Color #3F398B in popluar number systems.

HEX3F398B
Decimal6357139
Binary11111111100110001011
Octal7771213

Shades and tints

Shades of #3F398B

#3F398B
(63,57,139)
#3A347F
(58,52,127)
#352F73
(53,47,115)
#302A67
(48,42,103)
#2B255B
(43,37,91)
#26204F
(38,32,79)
#211B43
(33,27,67)
#1C1637
(28,22,55)
#17112B
(23,17,43)
#120C1F
(18,12,31)
#0D0713
(13,7,19)
#000000
(0,0,0)

Tints of #3F398B

#3F398B
(63,57,139)
#504B95
(80,75,149)
#615D9F
(97,93,159)
#726FA9
(114,111,169)
#8381B3
(131,129,179)
#9493BD
(148,147,189)
#A5A5C7
(165,165,199)
#B6B7D1
(182,183,209)
#C7C9DB
(199,201,219)
#D8DBE5
(216,219,229)
#E9EDEF
(233,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F398B color. Also use rgb(63,57,139) instead hex code.

Text Font Color

.myTextColor { color: #3F398B; }

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

This text font color is #3F398B.


Background Color

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

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

This div background color is #3F398B.


Border color

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

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

This div border color is #3F398B.


Opacity

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

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

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

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

This text has shadow with #3F398B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F398B on black background.


Color preview on white background

This text has color #3F398B on white background.



Black color preview on #3F398B background

This text has black color on #3F398B background.


White color preview on #3F398B background

This text has white color on #3F398B background.