COLOR #3F5489

HEX: #3F5489 RGB: (63,84,137)

Color info

#3F5489 contains mainly green and blue colors. Web safe color of #3F5489 is #336699 (or #369).

RGB color model

#3F5489 color RGB value is (63,84,137).

RGB: (63,84,137) (25%, 33%, 54%)

RGB channels and saturation

R 63 of 255 = 25%
G 84 of 255 = 33%
B 137 of 255 = 54%

63
84
137

R + G + B ~ 37%. #3F5489 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 63 + 84 + 137 = 284 (100%)
R 63 of 284 ~ 22.18%
G 84 of 284 ~ 29.58%
B 137 of 284 ~ 48.24'%

%22.18
%29.58
%48.24

CMYK color model

#3F5489 color CMYK value is (54,39,0,46).

  • cyan value is 54.01%
  • magenta value is 38.69%
  • yellow value is 0.00%
  • key color value is 46.27%

CMYK: (54,39,0,46)
C54M39Y0K46 (54%, 39%, 0%, 46%)
(0.54 / 0.39 / 0.00 / 0.46)

CMYK percentages

%54.01
%38.69
%0
%46.27

Codes

Color #3F5489 in popluar color models

3F 54 89
RGB 63 84 137
HSL 223° 37.00% 39.22%
HSB/HSV 223° 54.01% 53.73%
CMYK 54.01% 38.69% 0.00%
46.27%

Color #3F5489 in popluar number systems.

HEX 3F 54 89
Decimal 63 84 137
Binary 111111 1010100 10001001
Octal 77 124 211

Shades and tints

Shades of #3F5489

#3F5489
(63,84,137)
#3A4D7D
(58,77,125)
#354671
(53,70,113)
#303F65
(48,63,101)
#2B3859
(43,56,89)
#26314D
(38,49,77)
#212A41
(33,42,65)
#1C2335
(28,35,53)
#171C29
(23,28,41)
#12151D
(18,21,29)
#0D0E11
(13,14,17)
#000000
(0,0,0)

Tints of #3F5489

#3F5489
(63,84,137)
#506393
(80,99,147)
#61729D
(97,114,157)
#7281A7
(114,129,167)
#8390B1
(131,144,177)
#949FBB
(148,159,187)
#A5AEC5
(165,174,197)
#B6BDCF
(182,189,207)
#C7CCD9
(199,204,217)
#D8DBE3
(216,219,227)
#E9EAED
(233,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F5489; }

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

This text font color is #3F5489.

Background Color

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

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

This div background color is #3F5489.

Border color

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

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

This div border color is #3F5489.

Opacity

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

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

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

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

This text has shadow with #3F5489 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3F5489.

Preview

Color preview on black background

This text has color #3F5489 on black background.


Color preview on white background

This text has color #3F5489 on white background.


Black color preview on #3F5489 background

This text has black color on #3F5489 background.


White color preview on #3F5489 background

This text has white color on #3F5489 background.


Related colors

Complementary color

Complementary color for #hex is #C0AB76.


I love getcolorcode.com

Triadic colors

1 #893F54 and #54893F with #3F5489 are triadic colors.

2 #89543F and #543F89 with #3F5489 are triadic colors.