COLOR #405EE3

HEX: #405EE3
RGB: (64,94,227)

Color info

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

RGB color model

#405EE3 color RGB value is (64,94,227).

  • red value is 64;
  • green value is 94;
  • blue value is 227.
RGB:
(64,94,227)
(25%,37%,89%)

RGB channels and saturation

R 64 of 255 = 25%
G 94 of 255 = 37%
B 227 of 255 = 89%

64
94
227

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

Portions of RGB colors in percentages

R + G + B =
64 + 94 + 227 = 385 (100%)
R 64 of 385 ~ 16.62%
G 94 of 385 ~ 24.42%
B 227 of 385 ~ 58.96%

%16.62
%24.42
%58.96

CMYK color model

#405EE3 color CMYK value is (72,59,0,11).

  • cyan value is 71.81%
  • magenta value is 58.59%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(72,59,0,11)
C72M59Y0K11 
(72%,59%,0%,11%)
(0.72/0.59/0.00/0.11)	

CMYK percentages

%71.81
%58.59
%0
%10.98

Codes

Color #405EE3 in popluar color models

405EE3
RGB6494227
HSL229°74.43%57.06%
HSB/HSV229°71.81%89.02%
CMYK71.81%58.59%0.00%
10.98%

Color #405EE3 in popluar number systems.

HEX405EE3
Decimal6494227
Binary1000000101111011100011
Octal100136343

Shades and tints

Shades of #405EE3

#405EE3
(64,94,227)
#3B56CF
(59,86,207)
#364EBB
(54,78,187)
#3146A7
(49,70,167)
#2C3E93
(44,62,147)
#27367F
(39,54,127)
#222E6B
(34,46,107)
#1D2657
(29,38,87)
#181E43
(24,30,67)
#13162F
(19,22,47)
#0E0E1B
(14,14,27)
#000000
(0,0,0)

Tints of #405EE3

#405EE3
(64,94,227)
#516CE5
(81,108,229)
#627AE7
(98,122,231)
#7388E9
(115,136,233)
#8496EB
(132,150,235)
#95A4ED
(149,164,237)
#A6B2EF
(166,178,239)
#B7C0F1
(183,192,241)
#C8CEF3
(200,206,243)
#D9DCF5
(217,220,245)
#EAEAF7
(234,234,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #405EE3 color. Also use rgb(64,94,227) instead hex code.

Text Font Color

.myTextColor { color: #405EE3; }

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

This text font color is #405EE3.


Background Color

.myBgColor { background-color: #405EE3; }

<div style="background-color:#405EE3">Inner text</div>

This div background color is #405EE3.


Border color

.myBorderColor { border: 1px solid #405EE3; }

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

This div border color is #405EE3.


Opacity

.myOpacity80 { color: #405EE3; opacity: 0.8; }

<p style="color:#405EE3;opacity:0.8;">80%</p>

Text with #405EE3 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 #405EE3;}

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

This text has shadow with #405EE3 color.

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

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

This text has shadow with #405EE3 primary color and red secondary color.


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

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

This text has shadow with #405EE3 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #405EE3 on black background.


Color preview on white background

This text has color #405EE3 on white background.



Black color preview on #405EE3 background

This text has black color on #405EE3 background.


White color preview on #405EE3 background

This text has white color on #405EE3 background.