COLOR #3F578D

HEX: #3F578D
RGB: (63,87,141)

Color info

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

RGB color model

#3F578D color RGB value is (63,87,141).

  • red value is 63;
  • green value is 87;
  • blue value is 141.
RGB:
(63,87,141)
(25%,34%,55%)

RGB channels and saturation

R 63 of 255 = 25%
G 87 of 255 = 34%
B 141 of 255 = 55%

63
87
141

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

Portions of RGB colors in percentages

R + G + B =
63 + 87 + 141 = 291 (100%)
R 63 of 291 ~ 21.65%
G 87 of 291 ~ 29.9%
B 141 of 291 ~ 48.45%

%21.65
%29.9
%48.45

CMYK color model

#3F578D color CMYK value is (55,38,0,45).

  • cyan value is 55.32%
  • magenta value is 38.30%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(55,38,0,45)
C55M38Y0K45 
(55%,38%,0%,45%)
(0.55/0.38/0.00/0.45)	

CMYK percentages

%55.32
%38.3
%0
%44.71

Codes

Color #3F578D in popluar color models

3F578D
RGB6387141
HSL222°38.24%40.00%
HSB/HSV222°55.32%55.29%
CMYK55.32%38.30%0.00%
44.71%

Color #3F578D in popluar number systems.

HEX3F578D
Decimal6387141
Binary111111101011110001101
Octal77127215

Shades and tints

Shades of #3F578D

#3F578D
(63,87,141)
#3A5081
(58,80,129)
#354975
(53,73,117)
#304269
(48,66,105)
#2B3B5D
(43,59,93)
#263451
(38,52,81)
#212D45
(33,45,69)
#1C2639
(28,38,57)
#171F2D
(23,31,45)
#121821
(18,24,33)
#0D1115
(13,17,21)
#000000
(0,0,0)

Tints of #3F578D

#3F578D
(63,87,141)
#506697
(80,102,151)
#6175A1
(97,117,161)
#7284AB
(114,132,171)
#8393B5
(131,147,181)
#94A2BF
(148,162,191)
#A5B1C9
(165,177,201)
#B6C0D3
(182,192,211)
#C7CFDD
(199,207,221)
#D8DEE7
(216,222,231)
#E9EDF1
(233,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F578D; }

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

This text font color is #3F578D.


Background Color

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

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

This div background color is #3F578D.


Border color

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

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

This div border color is #3F578D.


Opacity

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

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

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

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

This text has shadow with #3F578D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F578D on black background.


Color preview on white background

This text has color #3F578D on white background.



Black color preview on #3F578D background

This text has black color on #3F578D background.


White color preview on #3F578D background

This text has white color on #3F578D background.