COLOR #3F53BB

HEX: #3F53BB
RGB: (63,83,187)

Color info

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

RGB color model

#3F53BB color RGB value is (63,83,187).

  • red value is 63;
  • green value is 83;
  • blue value is 187.
RGB:
(63,83,187)
(25%,33%,73%)

RGB channels and saturation

R 63 of 255 = 25%
G 83 of 255 = 33%
B 187 of 255 = 73%

63
83
187

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

Portions of RGB colors in percentages

R + G + B =
63 + 83 + 187 = 333 (100%)
R 63 of 333 ~ 18.92%
G 83 of 333 ~ 24.92%
B 187 of 333 ~ 56.16%

%18.92
%24.92
%56.16

CMYK color model

#3F53BB color CMYK value is (66,56,0,27).

  • cyan value is 66.31%
  • magenta value is 55.61%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(66,56,0,27)
C66M56Y0K27 
(66%,56%,0%,27%)
(0.66/0.56/0.00/0.27)	

CMYK percentages

%66.31
%55.61
%0
%26.67

Codes

Color #3F53BB in popluar color models

3F53BB
RGB6383187
HSL230°49.60%49.02%
HSB/HSV230°66.31%73.33%
CMYK66.31%55.61%0.00%
26.67%

Color #3F53BB in popluar number systems.

HEX3F53BB
Decimal6383187
Binary111111101001110111011
Octal77123273

Shades and tints

Shades of #3F53BB

#3F53BB
(63,83,187)
#3A4CAA
(58,76,170)
#354599
(53,69,153)
#303E88
(48,62,136)
#2B3777
(43,55,119)
#263066
(38,48,102)
#212955
(33,41,85)
#1C2244
(28,34,68)
#171B33
(23,27,51)
#121422
(18,20,34)
#0D0D11
(13,13,17)
#000000
(0,0,0)

Tints of #3F53BB

#3F53BB
(63,83,187)
#5062C1
(80,98,193)
#6171C7
(97,113,199)
#7280CD
(114,128,205)
#838FD3
(131,143,211)
#949ED9
(148,158,217)
#A5ADDF
(165,173,223)
#B6BCE5
(182,188,229)
#C7CBEB
(199,203,235)
#D8DAF1
(216,218,241)
#E9E9F7
(233,233,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F53BB color. Also use rgb(63,83,187) instead hex code.

Text Font Color

.myTextColor { color: #3F53BB; }

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

This text font color is #3F53BB.


Background Color

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

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

This div background color is #3F53BB.


Border color

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

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

This div border color is #3F53BB.


Opacity

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

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

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

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

This text has shadow with #3F53BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F53BB on black background.


Color preview on white background

This text has color #3F53BB on white background.



Black color preview on #3F53BB background

This text has black color on #3F53BB background.


White color preview on #3F53BB background

This text has white color on #3F53BB background.