COLOR #3F40EB

HEX: #3F40EB
RGB: (63,64,235)

Color info

#3F40EB contains mainly blue color. Web safe color of #3F40EB is #3333FF (or #33F).

RGB color model

#3F40EB color RGB value is (63,64,235).

  • red value is 63;
  • green value is 64;
  • blue value is 235.
RGB:
(63,64,235)
(25%,25%,92%)

RGB channels and saturation

R 63 of 255 = 25%
G 64 of 255 = 25%
B 235 of 255 = 92%

63
64
235

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

Portions of RGB colors in percentages

R + G + B =
63 + 64 + 235 = 362 (100%)
R 63 of 362 ~ 17.4%
G 64 of 362 ~ 17.68%
B 235 of 362 ~ 64.92%

%17.4
%17.68
%64.92

CMYK color model

#3F40EB color CMYK value is (73,73,0,8).

  • cyan value is 73.19%
  • magenta value is 72.77%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(73,73,0,8)
C73M73Y0K8 
(73%,73%,0%,8%)
(0.73/0.73/0.00/0.08)	

CMYK percentages

%73.19
%72.77
%0
%7.84

Codes

Color #3F40EB in popluar color models

3F40EB
RGB6364235
HSL240°81.13%58.43%
HSB/HSV240°73.19%92.16%
CMYK73.19%72.77%0.00%
7.84%

Color #3F40EB in popluar number systems.

HEX3F40EB
Decimal6364235
Binary111111100000011101011
Octal77100353

Shades and tints

Shades of #3F40EB

#3F40EB
(63,64,235)
#3A3BD6
(58,59,214)
#3536C1
(53,54,193)
#3031AC
(48,49,172)
#2B2C97
(43,44,151)
#262782
(38,39,130)
#21226D
(33,34,109)
#1C1D58
(28,29,88)
#171843
(23,24,67)
#12132E
(18,19,46)
#0D0E19
(13,14,25)
#000000
(0,0,0)

Tints of #3F40EB

#3F40EB
(63,64,235)
#5051EC
(80,81,236)
#6162ED
(97,98,237)
#7273EE
(114,115,238)
#8384EF
(131,132,239)
#9495F0
(148,149,240)
#A5A6F1
(165,166,241)
#B6B7F2
(182,183,242)
#C7C8F3
(199,200,243)
#D8D9F4
(216,217,244)
#E9EAF5
(233,234,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F40EB color. Also use rgb(63,64,235) instead hex code.

Text Font Color

.myTextColor { color: #3F40EB; }

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

This text font color is #3F40EB.


Background Color

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

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

This div background color is #3F40EB.


Border color

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

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

This div border color is #3F40EB.


Opacity

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

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

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

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

This text has shadow with #3F40EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F40EB on black background.


Color preview on white background

This text has color #3F40EB on white background.



Black color preview on #3F40EB background

This text has black color on #3F40EB background.


White color preview on #3F40EB background

This text has white color on #3F40EB background.