COLOR #3F558E

HEX: #3F558E
RGB: (63,85,142)

Color info

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

RGB color model

#3F558E color RGB value is (63,85,142).

  • red value is 63;
  • green value is 85;
  • blue value is 142.
RGB:
(63,85,142)
(25%,33%,56%)

RGB channels and saturation

R 63 of 255 = 25%
G 85 of 255 = 33%
B 142 of 255 = 56%

63
85
142

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

Portions of RGB colors in percentages

R + G + B =
63 + 85 + 142 = 290 (100%)
R 63 of 290 ~ 21.72%
G 85 of 290 ~ 29.31%
B 142 of 290 ~ 48.97%

%21.72
%29.31
%48.97

CMYK color model

#3F558E color CMYK value is (56,40,0,44).

  • cyan value is 55.63%
  • magenta value is 40.14%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(56,40,0,44)
C56M40Y0K44 
(56%,40%,0%,44%)
(0.56/0.40/0.00/0.44)	

CMYK percentages

%55.63
%40.14
%0
%44.31

Codes

Color #3F558E in popluar color models

3F558E
RGB6385142
HSL223°38.54%40.20%
HSB/HSV223°55.63%55.69%
CMYK55.63%40.14%0.00%
44.31%

Color #3F558E in popluar number systems.

HEX3F558E
Decimal6385142
Binary111111101010110001110
Octal77125216

Shades and tints

Shades of #3F558E

#3F558E
(63,85,142)
#3A4E82
(58,78,130)
#354776
(53,71,118)
#30406A
(48,64,106)
#2B395E
(43,57,94)
#263252
(38,50,82)
#212B46
(33,43,70)
#1C243A
(28,36,58)
#171D2E
(23,29,46)
#121622
(18,22,34)
#0D0F16
(13,15,22)
#000000
(0,0,0)

Tints of #3F558E

#3F558E
(63,85,142)
#506498
(80,100,152)
#6173A2
(97,115,162)
#7282AC
(114,130,172)
#8391B6
(131,145,182)
#94A0C0
(148,160,192)
#A5AFCA
(165,175,202)
#B6BED4
(182,190,212)
#C7CDDE
(199,205,222)
#D8DCE8
(216,220,232)
#E9EBF2
(233,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F558E color. Also use rgb(63,85,142) instead hex code.

Text Font Color

.myTextColor { color: #3F558E; }

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

This text font color is #3F558E.


Background Color

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

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

This div background color is #3F558E.


Border color

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

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

This div border color is #3F558E.


Opacity

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

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

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

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

This text has shadow with #3F558E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F558E on black background.


Color preview on white background

This text has color #3F558E on white background.



Black color preview on #3F558E background

This text has black color on #3F558E background.


White color preview on #3F558E background

This text has white color on #3F558E background.