COLOR #3F6AE4

HEX: #3F6AE4
RGB: (63,106,228)

Color info

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

RGB color model

#3F6AE4 color RGB value is (63,106,228).

  • red value is 63;
  • green value is 106;
  • blue value is 228.
RGB:
(63,106,228)
(25%,42%,89%)

RGB channels and saturation

R 63 of 255 = 25%
G 106 of 255 = 42%
B 228 of 255 = 89%

63
106
228

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

Portions of RGB colors in percentages

R + G + B =
63 + 106 + 228 = 397 (100%)
R 63 of 397 ~ 15.87%
G 106 of 397 ~ 26.7%
B 228 of 397 ~ 57.43%

%15.87
%26.7
%57.43

CMYK color model

#3F6AE4 color CMYK value is (72,54,0,11).

  • cyan value is 72.37%
  • magenta value is 53.51%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(72,54,0,11)
C72M54Y0K11 
(72%,54%,0%,11%)
(0.72/0.54/0.00/0.11)	

CMYK percentages

%72.37
%53.51
%0
%10.59

Codes

Color #3F6AE4 in popluar color models

3F6AE4
RGB63106228
HSL224°75.34%57.06%
HSB/HSV224°72.37%89.41%
CMYK72.37%53.51%0.00%
10.59%

Color #3F6AE4 in popluar number systems.

HEX3F6AE4
Decimal63106228
Binary111111110101011100100
Octal77152344

Shades and tints

Shades of #3F6AE4

#3F6AE4
(63,106,228)
#3A61D0
(58,97,208)
#3558BC
(53,88,188)
#304FA8
(48,79,168)
#2B4694
(43,70,148)
#263D80
(38,61,128)
#21346C
(33,52,108)
#1C2B58
(28,43,88)
#172244
(23,34,68)
#121930
(18,25,48)
#0D101C
(13,16,28)
#000000
(0,0,0)

Tints of #3F6AE4

#3F6AE4
(63,106,228)
#5077E6
(80,119,230)
#6184E8
(97,132,232)
#7291EA
(114,145,234)
#839EEC
(131,158,236)
#94ABEE
(148,171,238)
#A5B8F0
(165,184,240)
#B6C5F2
(182,197,242)
#C7D2F4
(199,210,244)
#D8DFF6
(216,223,246)
#E9ECF8
(233,236,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F6AE4 color. Also use rgb(63,106,228) instead hex code.

Text Font Color

.myTextColor { color: #3F6AE4; }

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

This text font color is #3F6AE4.


Background Color

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

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

This div background color is #3F6AE4.


Border color

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

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

This div border color is #3F6AE4.


Opacity

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

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

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

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

This text has shadow with #3F6AE4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F6AE4 on black background.


Color preview on white background

This text has color #3F6AE4 on white background.



Black color preview on #3F6AE4 background

This text has black color on #3F6AE4 background.


White color preview on #3F6AE4 background

This text has white color on #3F6AE4 background.