COLOR #3F72D1

HEX: #3F72D1
RGB: (63,114,209)

Color info

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

RGB color model

#3F72D1 color RGB value is (63,114,209).

  • red value is 63;
  • green value is 114;
  • blue value is 209.
RGB:
(63,114,209)
(25%,45%,82%)

RGB channels and saturation

R 63 of 255 = 25%
G 114 of 255 = 45%
B 209 of 255 = 82%

63
114
209

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

Portions of RGB colors in percentages

R + G + B =
63 + 114 + 209 = 386 (100%)
R 63 of 386 ~ 16.32%
G 114 of 386 ~ 29.53%
B 209 of 386 ~ 54.15%

%16.32
%29.53
%54.15

CMYK color model

#3F72D1 color CMYK value is (70,45,0,18).

  • cyan value is 69.86%
  • magenta value is 45.45%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(70,45,0,18)
C70M45Y0K18 
(70%,45%,0%,18%)
(0.70/0.45/0.00/0.18)	

CMYK percentages

%69.86
%45.45
%0
%18.04

Codes

Color #3F72D1 in popluar color models

3F72D1
RGB63114209
HSL219°61.34%53.33%
HSB/HSV219°69.86%81.96%
CMYK69.86%45.45%0.00%
18.04%

Color #3F72D1 in popluar number systems.

HEX3F72D1
Decimal63114209
Binary111111111001011010001
Octal77162321

Shades and tints

Shades of #3F72D1

#3F72D1
(63,114,209)
#3A68BE
(58,104,190)
#355EAB
(53,94,171)
#305498
(48,84,152)
#2B4A85
(43,74,133)
#264072
(38,64,114)
#21365F
(33,54,95)
#1C2C4C
(28,44,76)
#172239
(23,34,57)
#121826
(18,24,38)
#0D0E13
(13,14,19)
#000000
(0,0,0)

Tints of #3F72D1

#3F72D1
(63,114,209)
#507ED5
(80,126,213)
#618AD9
(97,138,217)
#7296DD
(114,150,221)
#83A2E1
(131,162,225)
#94AEE5
(148,174,229)
#A5BAE9
(165,186,233)
#B6C6ED
(182,198,237)
#C7D2F1
(199,210,241)
#D8DEF5
(216,222,245)
#E9EAF9
(233,234,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F72D1 color. Also use rgb(63,114,209) instead hex code.

Text Font Color

.myTextColor { color: #3F72D1; }

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

This text font color is #3F72D1.


Background Color

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

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

This div background color is #3F72D1.


Border color

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

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

This div border color is #3F72D1.


Opacity

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

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

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

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

This text has shadow with #3F72D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F72D1 on black background.


Color preview on white background

This text has color #3F72D1 on white background.



Black color preview on #3F72D1 background

This text has black color on #3F72D1 background.


White color preview on #3F72D1 background

This text has white color on #3F72D1 background.