COLOR #3F4686

HEX: #3F4686
RGB: (63,70,134)

Color info

#3F4686 contains mainly blue color. Web safe color of #3F4686 is #333399 (or #339).

RGB color model

#3F4686 color RGB value is (63,70,134).

  • red value is 63;
  • green value is 70;
  • blue value is 134.
RGB:
(63,70,134)
(25%,27%,53%)

RGB channels and saturation

R 63 of 255 = 25%
G 70 of 255 = 27%
B 134 of 255 = 53%

63
70
134

R + G + B ~ 35%. #3F4686 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
63 + 70 + 134 = 267 (100%)
R 63 of 267 ~ 23.6%
G 70 of 267 ~ 26.22%
B 134 of 267 ~ 50.19%

%23.6
%26.22
%50.19

CMYK color model

#3F4686 color CMYK value is (53,48,0,47).

  • cyan value is 52.99%
  • magenta value is 47.76%
  • yellow value is 0.00%
  • key color value is 47.45%
CMYK:
(53,48,0,47)
C53M48Y0K47 
(53%,48%,0%,47%)
(0.53/0.48/0.00/0.47)	

CMYK percentages

%52.99
%47.76
%0
%47.45

Codes

Color #3F4686 in popluar color models

3F4686
RGB6370134
HSL234°36.04%38.63%
HSB/HSV234°52.99%52.55%
CMYK52.99%47.76%0.00%
47.45%

Color #3F4686 in popluar number systems.

HEX3F4686
Decimal6370134
Binary111111100011010000110
Octal77106206

Shades and tints

Shades of #3F4686

#3F4686
(63,70,134)
#3A407A
(58,64,122)
#353A6E
(53,58,110)
#303462
(48,52,98)
#2B2E56
(43,46,86)
#26284A
(38,40,74)
#21223E
(33,34,62)
#1C1C32
(28,28,50)
#171626
(23,22,38)
#12101A
(18,16,26)
#0D0A0E
(13,10,14)
#000000
(0,0,0)

Tints of #3F4686

#3F4686
(63,70,134)
#505691
(80,86,145)
#61669C
(97,102,156)
#7276A7
(114,118,167)
#8386B2
(131,134,178)
#9496BD
(148,150,189)
#A5A6C8
(165,166,200)
#B6B6D3
(182,182,211)
#C7C6DE
(199,198,222)
#D8D6E9
(216,214,233)
#E9E6F4
(233,230,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F4686 color. Also use rgb(63,70,134) instead hex code.

Text Font Color

.myTextColor { color: #3F4686; }

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

This text font color is #3F4686.


Background Color

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

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

This div background color is #3F4686.


Border color

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

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

This div border color is #3F4686.


Opacity

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

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

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

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

This text has shadow with #3F4686 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F4686 on black background.


Color preview on white background

This text has color #3F4686 on white background.



Black color preview on #3F4686 background

This text has black color on #3F4686 background.


White color preview on #3F4686 background

This text has white color on #3F4686 background.