COLOR #3F6EAD

HEX: #3F6EAD
RGB: (63,110,173)

Color info

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

RGB color model

#3F6EAD color RGB value is (63,110,173).

  • red value is 63;
  • green value is 110;
  • blue value is 173.
RGB:
(63,110,173)
(25%,43%,68%)

RGB channels and saturation

R 63 of 255 = 25%
G 110 of 255 = 43%
B 173 of 255 = 68%

63
110
173

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

Portions of RGB colors in percentages

R + G + B =
63 + 110 + 173 = 346 (100%)
R 63 of 346 ~ 18.21%
G 110 of 346 ~ 31.79%
B 173 of 346 ~ 50%

%18.21
%31.79
%50

CMYK color model

#3F6EAD color CMYK value is (64,36,0,32).

  • cyan value is 63.58%
  • magenta value is 36.42%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(64,36,0,32)
C64M36Y0K32 
(64%,36%,0%,32%)
(0.64/0.36/0.00/0.32)	

CMYK percentages

%63.58
%36.42
%0
%32.16

Codes

Color #3F6EAD in popluar color models

3F6EAD
RGB63110173
HSL214°46.61%46.27%
HSB/HSV214°63.58%67.84%
CMYK63.58%36.42%0.00%
32.16%

Color #3F6EAD in popluar number systems.

HEX3F6EAD
Decimal63110173
Binary111111110111010101101
Octal77156255

Shades and tints

Shades of #3F6EAD

#3F6EAD
(63,110,173)
#3A649E
(58,100,158)
#355A8F
(53,90,143)
#305080
(48,80,128)
#2B4671
(43,70,113)
#263C62
(38,60,98)
#213253
(33,50,83)
#1C2844
(28,40,68)
#171E35
(23,30,53)
#121426
(18,20,38)
#0D0A17
(13,10,23)
#000000
(0,0,0)

Tints of #3F6EAD

#3F6EAD
(63,110,173)
#507BB4
(80,123,180)
#6188BB
(97,136,187)
#7295C2
(114,149,194)
#83A2C9
(131,162,201)
#94AFD0
(148,175,208)
#A5BCD7
(165,188,215)
#B6C9DE
(182,201,222)
#C7D6E5
(199,214,229)
#D8E3EC
(216,227,236)
#E9F0F3
(233,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F6EAD color. Also use rgb(63,110,173) instead hex code.

Text Font Color

.myTextColor { color: #3F6EAD; }

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

This text font color is #3F6EAD.


Background Color

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

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

This div background color is #3F6EAD.


Border color

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

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

This div border color is #3F6EAD.


Opacity

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

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

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

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

This text has shadow with #3F6EAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F6EAD on black background.


Color preview on white background

This text has color #3F6EAD on white background.



Black color preview on #3F6EAD background

This text has black color on #3F6EAD background.


White color preview on #3F6EAD background

This text has white color on #3F6EAD background.