COLOR #3F79B6

HEX: #3F79B6
RGB: (63,121,182)

Color info

#3F79B6 contains mainly blue color. Web safe color of #3F79B6 is #3366CC (or #36C).

RGB color model

#3F79B6 color RGB value is (63,121,182).

  • red value is 63;
  • green value is 121;
  • blue value is 182.
RGB:
(63,121,182)
(25%,47%,71%)

RGB channels and saturation

R 63 of 255 = 25%
G 121 of 255 = 47%
B 182 of 255 = 71%

63
121
182

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

Portions of RGB colors in percentages

R + G + B =
63 + 121 + 182 = 366 (100%)
R 63 of 366 ~ 17.21%
G 121 of 366 ~ 33.06%
B 182 of 366 ~ 49.73%

%17.21
%33.06
%49.73

CMYK color model

#3F79B6 color CMYK value is (65,34,0,29).

  • cyan value is 65.38%
  • magenta value is 33.52%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK:
(65,34,0,29)
C65M34Y0K29 
(65%,34%,0%,29%)
(0.65/0.34/0.00/0.29)	

CMYK percentages

%65.38
%33.52
%0
%28.63

Codes

Color #3F79B6 in popluar color models

3F79B6
RGB63121182
HSL211°48.57%48.04%
HSB/HSV211°65.38%71.37%
CMYK65.38%33.52%0.00%
28.63%

Color #3F79B6 in popluar number systems.

HEX3F79B6
Decimal63121182
Binary111111111100110110110
Octal77171266

Shades and tints

Shades of #3F79B6

#3F79B6
(63,121,182)
#3A6EA6
(58,110,166)
#356396
(53,99,150)
#305886
(48,88,134)
#2B4D76
(43,77,118)
#264266
(38,66,102)
#213756
(33,55,86)
#1C2C46
(28,44,70)
#172136
(23,33,54)
#121626
(18,22,38)
#0D0B16
(13,11,22)
#000000
(0,0,0)

Tints of #3F79B6

#3F79B6
(63,121,182)
#5085BC
(80,133,188)
#6191C2
(97,145,194)
#729DC8
(114,157,200)
#83A9CE
(131,169,206)
#94B5D4
(148,181,212)
#A5C1DA
(165,193,218)
#B6CDE0
(182,205,224)
#C7D9E6
(199,217,230)
#D8E5EC
(216,229,236)
#E9F1F2
(233,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F79B6 color. Also use rgb(63,121,182) instead hex code.

Text Font Color

.myTextColor { color: #3F79B6; }

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

This text font color is #3F79B6.


Background Color

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

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

This div background color is #3F79B6.


Border color

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

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

This div border color is #3F79B6.


Opacity

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

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

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

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

This text has shadow with #3F79B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F79B6 on black background.


Color preview on white background

This text has color #3F79B6 on white background.



Black color preview on #3F79B6 background

This text has black color on #3F79B6 background.


White color preview on #3F79B6 background

This text has white color on #3F79B6 background.