COLOR #3F518D

HEX: #3F518D RGB: (63,81,141)

Color info

#3F518D contains mainly blue color. Web safe color of #3F518D is #336699 (or #369).

RGB color model

#3F518D color RGB value is (63,81,141).

RGB: (63,81,141) (25%, 32%, 55%)

RGB channels and saturation

R 63 of 255 = 25%
G 81 of 255 = 32%
B 141 of 255 = 55%

63
81
141

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

Portions of RGB colors in percentages

R + G + B = 63 + 81 + 141 = 285 (100%)
R 63 of 285 ~ 22.11%
G 81 of 285 ~ 28.42%
B 141 of 285 ~ 49.47'%

%22.11
%28.42
%49.47

CMYK color model

#3F518D color CMYK value is (55,43,0,45).

  • cyan value is 55.32%
  • magenta value is 42.55%
  • yellow value is 0.00%
  • key color value is 44.71%

CMYK: (55,43,0,45)
C55M43Y0K45 (55%, 43%, 0%, 45%)
(0.55 / 0.43 / 0.00 / 0.45)

CMYK percentages

%55.32
%42.55
%0
%44.71

Codes

Color #3F518D in popluar color models

3F 51 8D
RGB 63 81 141
HSL 226° 38.24% 40.00%
HSB/HSV 226° 55.32% 55.29%
CMYK 55.32% 42.55% 0.00%
44.71%

Color #3F518D in popluar number systems.

HEX 3F 51 8D
Decimal 63 81 141
Binary 111111 1010001 10001101
Octal 77 121 215

Shades and tints

Shades of #3F518D

#3F518D
(63,81,141)
#3A4A81
(58,74,129)
#354375
(53,67,117)
#303C69
(48,60,105)
#2B355D
(43,53,93)
#262E51
(38,46,81)
#212745
(33,39,69)
#1C2039
(28,32,57)
#17192D
(23,25,45)
#121221
(18,18,33)
#0D0B15
(13,11,21)
#000000
(0,0,0)

Tints of #3F518D

#3F518D
(63,81,141)
#506097
(80,96,151)
#616FA1
(97,111,161)
#727EAB
(114,126,171)
#838DB5
(131,141,181)
#949CBF
(148,156,191)
#A5ABC9
(165,171,201)
#B6BAD3
(182,186,211)
#C7C9DD
(199,201,221)
#D8D8E7
(216,216,231)
#E9E7F1
(233,231,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F518D color. Also use rgb(63,81,141) instead hex code.

Text Font Color

.myTextColor { color: #3F518D; }

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

This text font color is #3F518D.

Background Color

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

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

This div background color is #3F518D.

Border color

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

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

This div border color is #3F518D.

Opacity

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

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

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

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

This text has shadow with #3F518D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3F518D.

Preview

Color preview on black background

This text has color #3F518D on black background.


Color preview on white background

This text has color #3F518D on white background.


Black color preview on #3F518D background

This text has black color on #3F518D background.


White color preview on #3F518D background

This text has white color on #3F518D background.


Related colors

Complementary color

Complementary color for #hex is #C0AE72.


I love getcolorcode.com

Triadic colors

1 #8D3F51 and #518D3F with #3F518D are triadic colors.

2 #8D513F and #513F8D with #3F518D are triadic colors.