COLOR #3F77AF

HEX: #3F77AF
RGB: (63,119,175)

Color info

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

RGB color model

#3F77AF color RGB value is (63,119,175).

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

RGB channels and saturation

R 63 of 255 = 25%
G 119 of 255 = 47%
B 175 of 255 = 69%

63
119
175

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

Portions of RGB colors in percentages

R + G + B =
63 + 119 + 175 = 357 (100%)
R 63 of 357 ~ 17.65%
G 119 of 357 ~ 33.33%
B 175 of 357 ~ 49.02%

%17.65
%33.33
%49.02

CMYK color model

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

  • cyan value is 64.00%
  • magenta value is 32.00%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(64,32,0,31)
C64M32Y0K31 
(64%,32%,0%,31%)
(0.64/0.32/0.00/0.31)	

CMYK percentages

%64
%32
%0
%31.37

Codes

Color #3F77AF in popluar color models

3F77AF
RGB63119175
HSL210°47.06%46.67%
HSB/HSV210°64.00%68.63%
CMYK64.00%32.00%0.00%
31.37%

Color #3F77AF in popluar number systems.

HEX3F77AF
Decimal63119175
Binary111111111011110101111
Octal77167257

Shades and tints

Shades of #3F77AF

#3F77AF
(63,119,175)
#3A6DA0
(58,109,160)
#356391
(53,99,145)
#305982
(48,89,130)
#2B4F73
(43,79,115)
#264564
(38,69,100)
#213B55
(33,59,85)
#1C3146
(28,49,70)
#172737
(23,39,55)
#121D28
(18,29,40)
#0D1319
(13,19,25)
#000000
(0,0,0)

Tints of #3F77AF

#3F77AF
(63,119,175)
#5083B6
(80,131,182)
#618FBD
(97,143,189)
#729BC4
(114,155,196)
#83A7CB
(131,167,203)
#94B3D2
(148,179,210)
#A5BFD9
(165,191,217)
#B6CBE0
(182,203,224)
#C7D7E7
(199,215,231)
#D8E3EE
(216,227,238)
#E9EFF5
(233,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F77AF; }

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

This text font color is #3F77AF.


Background Color

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

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

This div background color is #3F77AF.


Border color

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

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

This div border color is #3F77AF.


Opacity

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

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

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

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

This text has shadow with #3F77AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F77AF on black background.


Color preview on white background

This text has color #3F77AF on white background.



Black color preview on #3F77AF background

This text has black color on #3F77AF background.


White color preview on #3F77AF background

This text has white color on #3F77AF background.