COLOR #3F4EAF

HEX: #3F4EAF
RGB: (63,78,175)

Color info

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

RGB color model

#3F4EAF color RGB value is (63,78,175).

  • red value is 63;
  • green value is 78;
  • blue value is 175.
RGB:
(63,78,175)
(25%,31%,69%)

RGB channels and saturation

R 63 of 255 = 25%
G 78 of 255 = 31%
B 175 of 255 = 69%

63
78
175

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

Portions of RGB colors in percentages

R + G + B =
63 + 78 + 175 = 316 (100%)
R 63 of 316 ~ 19.94%
G 78 of 316 ~ 24.68%
B 175 of 316 ~ 55.38%

%19.94
%24.68
%55.38

CMYK color model

#3F4EAF color CMYK value is (64,55,0,31).

  • cyan value is 64.00%
  • magenta value is 55.43%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(64,55,0,31)
C64M55Y0K31 
(64%,55%,0%,31%)
(0.64/0.55/0.00/0.31)	

CMYK percentages

%64
%55.43
%0
%31.37

Codes

Color #3F4EAF in popluar color models

3F4EAF
RGB6378175
HSL232°47.06%46.67%
HSB/HSV232°64.00%68.63%
CMYK64.00%55.43%0.00%
31.37%

Color #3F4EAF in popluar number systems.

HEX3F4EAF
Decimal6378175
Binary111111100111010101111
Octal77116257

Shades and tints

Shades of #3F4EAF

#3F4EAF
(63,78,175)
#3A47A0
(58,71,160)
#354091
(53,64,145)
#303982
(48,57,130)
#2B3273
(43,50,115)
#262B64
(38,43,100)
#212455
(33,36,85)
#1C1D46
(28,29,70)
#171637
(23,22,55)
#120F28
(18,15,40)
#0D0819
(13,8,25)
#000000
(0,0,0)

Tints of #3F4EAF

#3F4EAF
(63,78,175)
#505EB6
(80,94,182)
#616EBD
(97,110,189)
#727EC4
(114,126,196)
#838ECB
(131,142,203)
#949ED2
(148,158,210)
#A5AED9
(165,174,217)
#B6BEE0
(182,190,224)
#C7CEE7
(199,206,231)
#D8DEEE
(216,222,238)
#E9EEF5
(233,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F4EAF color. Also use rgb(63,78,175) instead hex code.

Text Font Color

.myTextColor { color: #3F4EAF; }

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

This text font color is #3F4EAF.


Background Color

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

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

This div background color is #3F4EAF.


Border color

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

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

This div border color is #3F4EAF.


Opacity

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

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

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

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

This text has shadow with #3F4EAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F4EAF on black background.


Color preview on white background

This text has color #3F4EAF on white background.



Black color preview on #3F4EAF background

This text has black color on #3F4EAF background.


White color preview on #3F4EAF background

This text has white color on #3F4EAF background.