COLOR #3F53E9

HEX: #3F53E9
RGB: (63,83,233)

Color info

#3F53E9 contains mainly blue color. Web safe color of #3F53E9 is #3366FF (or #36F).

RGB color model

#3F53E9 color RGB value is (63,83,233).

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

RGB channels and saturation

R 63 of 255 = 25%
G 83 of 255 = 33%
B 233 of 255 = 91%

63
83
233

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

Portions of RGB colors in percentages

R + G + B =
63 + 83 + 233 = 379 (100%)
R 63 of 379 ~ 16.62%
G 83 of 379 ~ 21.9%
B 233 of 379 ~ 61.48%

%16.62
%21.9
%61.48

CMYK color model

#3F53E9 color CMYK value is (73,64,0,9).

  • cyan value is 72.96%
  • magenta value is 64.38%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(73,64,0,9)
C73M64Y0K9 
(73%,64%,0%,9%)
(0.73/0.64/0.00/0.09)	

CMYK percentages

%72.96
%64.38
%0
%8.63

Codes

Color #3F53E9 in popluar color models

3F53E9
RGB6383233
HSL233°79.44%58.04%
HSB/HSV233°72.96%91.37%
CMYK72.96%64.38%0.00%
8.63%

Color #3F53E9 in popluar number systems.

HEX3F53E9
Decimal6383233
Binary111111101001111101001
Octal77123351

Shades and tints

Shades of #3F53E9

#3F53E9
(63,83,233)
#3A4CD4
(58,76,212)
#3545BF
(53,69,191)
#303EAA
(48,62,170)
#2B3795
(43,55,149)
#263080
(38,48,128)
#21296B
(33,41,107)
#1C2256
(28,34,86)
#171B41
(23,27,65)
#12142C
(18,20,44)
#0D0D17
(13,13,23)
#000000
(0,0,0)

Tints of #3F53E9

#3F53E9
(63,83,233)
#5062EB
(80,98,235)
#6171ED
(97,113,237)
#7280EF
(114,128,239)
#838FF1
(131,143,241)
#949EF3
(148,158,243)
#A5ADF5
(165,173,245)
#B6BCF7
(182,188,247)
#C7CBF9
(199,203,249)
#D8DAFB
(216,218,251)
#E9E9FD
(233,233,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F53E9; }

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

This text font color is #3F53E9.


Background Color

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

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

This div background color is #3F53E9.


Border color

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

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

This div border color is #3F53E9.


Opacity

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

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

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

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

This text has shadow with #3F53E9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F53E9 on black background.


Color preview on white background

This text has color #3F53E9 on white background.



Black color preview on #3F53E9 background

This text has black color on #3F53E9 background.


White color preview on #3F53E9 background

This text has white color on #3F53E9 background.