COLOR #3F528B

HEX: #3F528B RGB: (63,82,139)

Color info

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

RGB color model

#3F528B color RGB value is (63,82,139).

RGB: (63,82,139) (25%, 32%, 55%)

RGB channels and saturation

R 63 of 255 = 25%
G 82 of 255 = 32%
B 139 of 255 = 55%

63
82
139

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

Portions of RGB colors in percentages

R + G + B = 63 + 82 + 139 = 284 (100%)
R 63 of 284 ~ 22.18%
G 82 of 284 ~ 28.87%
B 139 of 284 ~ 48.94'%

%22.18
%28.87
%48.94

CMYK color model

#3F528B color CMYK value is (55,41,0,45).

  • cyan value is 54.68%
  • magenta value is 41.01%
  • yellow value is 0.00%
  • key color value is 45.49%

CMYK: (55,41,0,45)
C55M41Y0K45 (55%, 41%, 0%, 45%)
(0.55 / 0.41 / 0.00 / 0.45)

CMYK percentages

%54.68
%41.01
%0
%45.49

Codes

Color #3F528B in popluar color models

3F 52 8B
RGB 63 82 139
HSL 225° 37.62% 39.61%
HSB/HSV 225° 54.68% 54.51%
CMYK 54.68% 41.01% 0.00%
45.49%

Color #3F528B in popluar number systems.

HEX 3F 52 8B
Decimal 63 82 139
Binary 111111 1010010 10001011
Octal 77 122 213

Shades and tints

Shades of #3F528B

#3F528B
(63,82,139)
#3A4B7F
(58,75,127)
#354473
(53,68,115)
#303D67
(48,61,103)
#2B365B
(43,54,91)
#262F4F
(38,47,79)
#212843
(33,40,67)
#1C2137
(28,33,55)
#171A2B
(23,26,43)
#12131F
(18,19,31)
#0D0C13
(13,12,19)
#000000
(0,0,0)

Tints of #3F528B

#3F528B
(63,82,139)
#506195
(80,97,149)
#61709F
(97,112,159)
#727FA9
(114,127,169)
#838EB3
(131,142,179)
#949DBD
(148,157,189)
#A5ACC7
(165,172,199)
#B6BBD1
(182,187,209)
#C7CADB
(199,202,219)
#D8D9E5
(216,217,229)
#E9E8EF
(233,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F528B; }

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

This text font color is #3F528B.

Background Color

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

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

This div background color is #3F528B.

Border color

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

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

This div border color is #3F528B.

Opacity

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

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

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

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

This text has shadow with #3F528B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3F528B.

Preview

Color preview on black background

This text has color #3F528B on black background.


Color preview on white background

This text has color #3F528B on white background.


Black color preview on #3F528B background

This text has black color on #3F528B background.


White color preview on #3F528B background

This text has white color on #3F528B background.


Related colors

Complementary color

Complementary color for #hex is #C0AD74.


I love getcolorcode.com

Triadic colors

1 #8B3F52 and #528B3F with #3F528B are triadic colors.

2 #8B523F and #523F8B with #3F528B are triadic colors.