COLOR #3F4898

HEX: #3F4898
RGB: (63,72,152)

Color info

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

RGB color model

#3F4898 color RGB value is (63,72,152).

  • red value is 63;
  • green value is 72;
  • blue value is 152.
RGB:
(63,72,152)
(25%,28%,60%)

RGB channels and saturation

R 63 of 255 = 25%
G 72 of 255 = 28%
B 152 of 255 = 60%

63
72
152

R + G + B ~ 38%. #3F4898 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
63 + 72 + 152 = 287 (100%)
R 63 of 287 ~ 21.95%
G 72 of 287 ~ 25.09%
B 152 of 287 ~ 52.96%

%21.95
%25.09
%52.96

CMYK color model

#3F4898 color CMYK value is (59,53,0,40).

  • cyan value is 58.55%
  • magenta value is 52.63%
  • yellow value is 0.00%
  • key color value is 40.39%
CMYK:
(59,53,0,40)
C59M53Y0K40 
(59%,53%,0%,40%)
(0.59/0.53/0.00/0.40)	

CMYK percentages

%58.55
%52.63
%0
%40.39

Codes

Color #3F4898 in popluar color models

3F4898
RGB6372152
HSL234°41.40%42.16%
HSB/HSV234°58.55%59.61%
CMYK58.55%52.63%0.00%
40.39%

Color #3F4898 in popluar number systems.

HEX3F4898
Decimal6372152
Binary111111100100010011000
Octal77110230

Shades and tints

Shades of #3F4898

#3F4898
(63,72,152)
#3A428B
(58,66,139)
#353C7E
(53,60,126)
#303671
(48,54,113)
#2B3064
(43,48,100)
#262A57
(38,42,87)
#21244A
(33,36,74)
#1C1E3D
(28,30,61)
#171830
(23,24,48)
#121223
(18,18,35)
#0D0C16
(13,12,22)
#000000
(0,0,0)

Tints of #3F4898

#3F4898
(63,72,152)
#5058A1
(80,88,161)
#6168AA
(97,104,170)
#7278B3
(114,120,179)
#8388BC
(131,136,188)
#9498C5
(148,152,197)
#A5A8CE
(165,168,206)
#B6B8D7
(182,184,215)
#C7C8E0
(199,200,224)
#D8D8E9
(216,216,233)
#E9E8F2
(233,232,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F4898 color. Also use rgb(63,72,152) instead hex code.

Text Font Color

.myTextColor { color: #3F4898; }

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

This text font color is #3F4898.


Background Color

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

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

This div background color is #3F4898.


Border color

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

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

This div border color is #3F4898.


Opacity

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

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

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

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

This text has shadow with #3F4898 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F4898 on black background.


Color preview on white background

This text has color #3F4898 on white background.



Black color preview on #3F4898 background

This text has black color on #3F4898 background.


White color preview on #3F4898 background

This text has white color on #3F4898 background.