COLOR #3F5D9E

HEX: #3F5D9E
RGB: (63,93,158)

Color info

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

RGB color model

#3F5D9E color RGB value is (63,93,158).

  • red value is 63;
  • green value is 93;
  • blue value is 158.
RGB:
(63,93,158)
(25%,36%,62%)

RGB channels and saturation

R 63 of 255 = 25%
G 93 of 255 = 36%
B 158 of 255 = 62%

63
93
158

R + G + B ~ 41%. #3F5D9E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
63 + 93 + 158 = 314 (100%)
R 63 of 314 ~ 20.06%
G 93 of 314 ~ 29.62%
B 158 of 314 ~ 50.32%

%20.06
%29.62
%50.32

CMYK color model

#3F5D9E color CMYK value is (60,41,0,38).

  • cyan value is 60.13%
  • magenta value is 41.14%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK:
(60,41,0,38)
C60M41Y0K38 
(60%,41%,0%,38%)
(0.60/0.41/0.00/0.38)	

CMYK percentages

%60.13
%41.14
%0
%38.04

Codes

Color #3F5D9E in popluar color models

3F5D9E
RGB6393158
HSL221°42.99%43.33%
HSB/HSV221°60.13%61.96%
CMYK60.13%41.14%0.00%
38.04%

Color #3F5D9E in popluar number systems.

HEX3F5D9E
Decimal6393158
Binary111111101110110011110
Octal77135236

Shades and tints

Shades of #3F5D9E

#3F5D9E
(63,93,158)
#3A5590
(58,85,144)
#354D82
(53,77,130)
#304574
(48,69,116)
#2B3D66
(43,61,102)
#263558
(38,53,88)
#212D4A
(33,45,74)
#1C253C
(28,37,60)
#171D2E
(23,29,46)
#121520
(18,21,32)
#0D0D12
(13,13,18)
#000000
(0,0,0)

Tints of #3F5D9E

#3F5D9E
(63,93,158)
#506BA6
(80,107,166)
#6179AE
(97,121,174)
#7287B6
(114,135,182)
#8395BE
(131,149,190)
#94A3C6
(148,163,198)
#A5B1CE
(165,177,206)
#B6BFD6
(182,191,214)
#C7CDDE
(199,205,222)
#D8DBE6
(216,219,230)
#E9E9EE
(233,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F5D9E color. Also use rgb(63,93,158) instead hex code.

Text Font Color

.myTextColor { color: #3F5D9E; }

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

This text font color is #3F5D9E.


Background Color

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

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

This div background color is #3F5D9E.


Border color

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

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

This div border color is #3F5D9E.


Opacity

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

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

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

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

This text has shadow with #3F5D9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F5D9E on black background.


Color preview on white background

This text has color #3F5D9E on white background.



Black color preview on #3F5D9E background

This text has black color on #3F5D9E background.


White color preview on #3F5D9E background

This text has white color on #3F5D9E background.