COLOR #3F77AB

HEX: #3F77AB
RGB: (63,119,171)

Color info

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

RGB color model

#3F77AB color RGB value is (63,119,171).

  • red value is 63;
  • green value is 119;
  • blue value is 171.
RGB:
(63,119,171)
(25%,47%,67%)

RGB channels and saturation

R 63 of 255 = 25%
G 119 of 255 = 47%
B 171 of 255 = 67%

63
119
171

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

Portions of RGB colors in percentages

R + G + B =
63 + 119 + 171 = 353 (100%)
R 63 of 353 ~ 17.85%
G 119 of 353 ~ 33.71%
B 171 of 353 ~ 48.44%

%17.85
%33.71
%48.44

CMYK color model

#3F77AB color CMYK value is (63,30,0,33).

  • cyan value is 63.16%
  • magenta value is 30.41%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(63,30,0,33)
C63M30Y0K33 
(63%,30%,0%,33%)
(0.63/0.30/0.00/0.33)	

CMYK percentages

%63.16
%30.41
%0
%32.94

Codes

Color #3F77AB in popluar color models

3F77AB
RGB63119171
HSL209°46.15%45.88%
HSB/HSV209°63.16%67.06%
CMYK63.16%30.41%0.00%
32.94%

Color #3F77AB in popluar number systems.

HEX3F77AB
Decimal63119171
Binary111111111011110101011
Octal77167253

Shades and tints

Shades of #3F77AB

#3F77AB
(63,119,171)
#3A6D9C
(58,109,156)
#35638D
(53,99,141)
#30597E
(48,89,126)
#2B4F6F
(43,79,111)
#264560
(38,69,96)
#213B51
(33,59,81)
#1C3142
(28,49,66)
#172733
(23,39,51)
#121D24
(18,29,36)
#0D1315
(13,19,21)
#000000
(0,0,0)

Tints of #3F77AB

#3F77AB
(63,119,171)
#5083B2
(80,131,178)
#618FB9
(97,143,185)
#729BC0
(114,155,192)
#83A7C7
(131,167,199)
#94B3CE
(148,179,206)
#A5BFD5
(165,191,213)
#B6CBDC
(182,203,220)
#C7D7E3
(199,215,227)
#D8E3EA
(216,227,234)
#E9EFF1
(233,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F77AB color. Also use rgb(63,119,171) instead hex code.

Text Font Color

.myTextColor { color: #3F77AB; }

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

This text font color is #3F77AB.


Background Color

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

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

This div background color is #3F77AB.


Border color

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

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

This div border color is #3F77AB.


Opacity

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

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

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

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

This text has shadow with #3F77AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F77AB on black background.


Color preview on white background

This text has color #3F77AB on white background.



Black color preview on #3F77AB background

This text has black color on #3F77AB background.


White color preview on #3F77AB background

This text has white color on #3F77AB background.