COLOR #3F78AD

HEX: #3F78AD RGB: (63,120,173)

Color info

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

RGB color model

#3F78AD color RGB value is (63,120,173).

RGB: (63,120,173) (25%, 47%, 68%)

RGB channels and saturation

R 63 of 255 = 25%
G 120 of 255 = 47%
B 173 of 255 = 68%

63
120
173

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

Portions of RGB colors in percentages

R + G + B = 63 + 120 + 173 = 356 (100%)
R 63 of 356 ~ 17.7%
G 120 of 356 ~ 33.71%
B 173 of 356 ~ 48.6'%

%17.7
%33.71
%48.6

CMYK color model

#3F78AD color CMYK value is (64,31,0,32).

  • cyan value is 63.58%
  • magenta value is 30.64%
  • yellow value is 0.00%
  • key color value is 32.16%

CMYK: (64,31,0,32)
C64M31Y0K32 (64%, 31%, 0%, 32%)
(0.64 / 0.31 / 0.00 / 0.32)

CMYK percentages

%63.58
%30.64
%0
%32.16

Codes

Color #3F78AD in popluar color models

3F 78 AD
RGB 63 120 173
HSL 209° 46.61% 46.27%
HSB/HSV 209° 63.58% 67.84%
CMYK 63.58% 30.64% 0.00%
32.16%

Color #3F78AD in popluar number systems.

HEX 3F 78 AD
Decimal 63 120 173
Binary 111111 1111000 10101101
Octal 77 170 255

Shades and tints

Shades of #3F78AD

#3F78AD
(63,120,173)
#3A6E9E
(58,110,158)
#35648F
(53,100,143)
#305A80
(48,90,128)
#2B5071
(43,80,113)
#264662
(38,70,98)
#213C53
(33,60,83)
#1C3244
(28,50,68)
#172835
(23,40,53)
#121E26
(18,30,38)
#0D1417
(13,20,23)
#000000
(0,0,0)

Tints of #3F78AD

#3F78AD
(63,120,173)
#5084B4
(80,132,180)
#6190BB
(97,144,187)
#729CC2
(114,156,194)
#83A8C9
(131,168,201)
#94B4D0
(148,180,208)
#A5C0D7
(165,192,215)
#B6CCDE
(182,204,222)
#C7D8E5
(199,216,229)
#D8E4EC
(216,228,236)
#E9F0F3
(233,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F78AD; }

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

This text font color is #3F78AD.

Background Color

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

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

This div background color is #3F78AD.

Border color

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

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

This div border color is #3F78AD.

Opacity

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

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

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

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

This text has shadow with #3F78AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3F78AD.

Preview

Color preview on black background

This text has color #3F78AD on black background.


Color preview on white background

This text has color #3F78AD on white background.


Black color preview on #3F78AD background

This text has black color on #3F78AD background.


White color preview on #3F78AD background

This text has white color on #3F78AD background.


Related colors

Complementary color

Complementary color for #hex is #C08752.


I love getcolorcode.com

Triadic colors

1 #AD3F78 and #78AD3F with #3F78AD are triadic colors.

2 #AD783F and #783FAD with #3F78AD are triadic colors.