COLOR #3F54D3

HEX: #3F54D3
RGB: (63,84,211)

Color info

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

RGB color model

#3F54D3 color RGB value is (63,84,211).

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

RGB channels and saturation

R 63 of 255 = 25%
G 84 of 255 = 33%
B 211 of 255 = 83%

63
84
211

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

Portions of RGB colors in percentages

R + G + B =
63 + 84 + 211 = 358 (100%)
R 63 of 358 ~ 17.6%
G 84 of 358 ~ 23.46%
B 211 of 358 ~ 58.94%

%17.6
%23.46
%58.94

CMYK color model

#3F54D3 color CMYK value is (70,60,0,17).

  • cyan value is 70.14%
  • magenta value is 60.19%
  • yellow value is 0.00%
  • key color value is 17.25%
CMYK:
(70,60,0,17)
C70M60Y0K17 
(70%,60%,0%,17%)
(0.70/0.60/0.00/0.17)	

CMYK percentages

%70.14
%60.19
%0
%17.25

Codes

Color #3F54D3 in popluar color models

3F54D3
RGB6384211
HSL231°62.71%53.73%
HSB/HSV231°70.14%82.75%
CMYK70.14%60.19%0.00%
17.25%

Color #3F54D3 in popluar number systems.

HEX3F54D3
Decimal6384211
Binary111111101010011010011
Octal77124323

Shades and tints

Shades of #3F54D3

#3F54D3
(63,84,211)
#3A4DC0
(58,77,192)
#3546AD
(53,70,173)
#303F9A
(48,63,154)
#2B3887
(43,56,135)
#263174
(38,49,116)
#212A61
(33,42,97)
#1C234E
(28,35,78)
#171C3B
(23,28,59)
#121528
(18,21,40)
#0D0E15
(13,14,21)
#000000
(0,0,0)

Tints of #3F54D3

#3F54D3
(63,84,211)
#5063D7
(80,99,215)
#6172DB
(97,114,219)
#7281DF
(114,129,223)
#8390E3
(131,144,227)
#949FE7
(148,159,231)
#A5AEEB
(165,174,235)
#B6BDEF
(182,189,239)
#C7CCF3
(199,204,243)
#D8DBF7
(216,219,247)
#E9EAFB
(233,234,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F54D3 color. Also use rgb(63,84,211) instead hex code.

Text Font Color

.myTextColor { color: #3F54D3; }

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

This text font color is #3F54D3.


Background Color

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

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

This div background color is #3F54D3.


Border color

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

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

This div border color is #3F54D3.


Opacity

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

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

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

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

This text has shadow with #3F54D3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F54D3 on black background.


Color preview on white background

This text has color #3F54D3 on white background.



Black color preview on #3F54D3 background

This text has black color on #3F54D3 background.


White color preview on #3F54D3 background

This text has white color on #3F54D3 background.