COLOR #3F4589

HEX: #3F4589
RGB: (63,69,137)

Color info

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

RGB color model

#3F4589 color RGB value is (63,69,137).

  • red value is 63;
  • green value is 69;
  • blue value is 137.
RGB:
(63,69,137)
(25%,27%,54%)

RGB channels and saturation

R 63 of 255 = 25%
G 69 of 255 = 27%
B 137 of 255 = 54%

63
69
137

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

Portions of RGB colors in percentages

R + G + B =
63 + 69 + 137 = 269 (100%)
R 63 of 269 ~ 23.42%
G 69 of 269 ~ 25.65%
B 137 of 269 ~ 50.93%

%23.42
%25.65
%50.93

CMYK color model

#3F4589 color CMYK value is (54,50,0,46).

  • cyan value is 54.01%
  • magenta value is 49.64%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(54,50,0,46)
C54M50Y0K46 
(54%,50%,0%,46%)
(0.54/0.50/0.00/0.46)	

CMYK percentages

%54.01
%49.64
%0
%46.27

Codes

Color #3F4589 in popluar color models

3F4589
RGB6369137
HSL235°37.00%39.22%
HSB/HSV235°54.01%53.73%
CMYK54.01%49.64%0.00%
46.27%

Color #3F4589 in popluar number systems.

HEX3F4589
Decimal6369137
Binary111111100010110001001
Octal77105211

Shades and tints

Shades of #3F4589

#3F4589
(63,69,137)
#3A3F7D
(58,63,125)
#353971
(53,57,113)
#303365
(48,51,101)
#2B2D59
(43,45,89)
#26274D
(38,39,77)
#212141
(33,33,65)
#1C1B35
(28,27,53)
#171529
(23,21,41)
#120F1D
(18,15,29)
#0D0911
(13,9,17)
#000000
(0,0,0)

Tints of #3F4589

#3F4589
(63,69,137)
#505593
(80,85,147)
#61659D
(97,101,157)
#7275A7
(114,117,167)
#8385B1
(131,133,177)
#9495BB
(148,149,187)
#A5A5C5
(165,165,197)
#B6B5CF
(182,181,207)
#C7C5D9
(199,197,217)
#D8D5E3
(216,213,227)
#E9E5ED
(233,229,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F4589 color. Also use rgb(63,69,137) instead hex code.

Text Font Color

.myTextColor { color: #3F4589; }

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

This text font color is #3F4589.


Background Color

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

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

This div background color is #3F4589.


Border color

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

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

This div border color is #3F4589.


Opacity

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

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

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

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

This text has shadow with #3F4589 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F4589 on black background.


Color preview on white background

This text has color #3F4589 on white background.



Black color preview on #3F4589 background

This text has black color on #3F4589 background.


White color preview on #3F4589 background

This text has white color on #3F4589 background.