COLOR #3F50BA

HEX: #3F50BA RGB: (63,80,186)

Color info

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

RGB color model

#3F50BA color RGB value is (63,80,186).

RGB: (63,80,186) (25%, 31%, 73%)

RGB channels and saturation

R 63 of 255 = 25%
G 80 of 255 = 31%
B 186 of 255 = 73%

63
80
186

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

Portions of RGB colors in percentages

R + G + B = 63 + 80 + 186 = 329 (100%)
R 63 of 329 ~ 19.15%
G 80 of 329 ~ 24.32%
B 186 of 329 ~ 56.53'%

%19.15
%24.32
%56.53

CMYK color model

#3F50BA color CMYK value is (66,57,0,27).

  • cyan value is 66.13%
  • magenta value is 56.99%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK: (66,57,0,27) C66M57Y0K27 (66%,57%,0%,27%) (0.66/0.57/0.00/0.27) 

CMYK percentages

%66.13
%56.99
%0
%27.06

Codes

Color #3F50BA in popluar color models

3F 50 BA
RGB 63 80 186
HSL 232° 49.40% 48.82%
HSB/HSV 232° 66.13% 72.94%
CMYK 66.13% 56.99% 0.00%
27.06%

Color #3F50BA in popluar number systems.

HEX 3F 50 BA
Decimal 63 80 186
Binary 111111 1010000 10111010
Octal 77 120 272

Shades and tints

Shades of #3F50BA

#3F50BA
(63,80,186)
#3A49AA
(58,73,170)
#35429A
(53,66,154)
#303B8A
(48,59,138)
#2B347A
(43,52,122)
#262D6A
(38,45,106)
#21265A
(33,38,90)
#1C1F4A
(28,31,74)
#17183A
(23,24,58)
#12112A
(18,17,42)
#0D0A1A
(13,10,26)
#000000
(0,0,0)

Tints of #3F50BA

#3F50BA
(63,80,186)
#505FC0
(80,95,192)
#616EC6
(97,110,198)
#727DCC
(114,125,204)
#838CD2
(131,140,210)
#949BD8
(148,155,216)
#A5AADE
(165,170,222)
#B6B9E4
(182,185,228)
#C7C8EA
(199,200,234)
#D8D7F0
(216,215,240)
#E9E6F6
(233,230,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F50BA color. Also use rgb(63,80,186) instead hex code.

Text Font Color

.myTextColor { color: #3F50BA; }

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

This text font color is #3F50BA.

Background Color

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

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

This div background color is #3F50BA.

Border color

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

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

This div border color is #3F50BA.

Opacity

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

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

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

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

This text has shadow with #3F50BA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3F50BA.

Preview

Color preview on black background

This text has color #3F50BA on black background.


Color preview on white background

This text has color #3F50BA on white background.


Black color preview on #3F50BA background

This text has black color on #3F50BA background.


White color preview on #3F50BA background

This text has white color on #3F50BA background.


Related colors

Complementary color

Complementary color for #hex is #C0AF45.


I love getcolorcode.com

Triadic colors

1 #BA3F50 and #50BA3F with #3F50BA are triadic colors.

2 #BA503F and #503FBA with #3F50BA are triadic colors.