COLOR #400EB7

HEX: #400EB7
RGB: (64,14,183)

Color info

#400EB7 contains mainly blue color. Web safe color of #400EB7 is #3300CC (or #30C).

RGB color model

#400EB7 color RGB value is (64,14,183).

  • red value is 64;
  • green value is 14;
  • blue value is 183.
RGB:
(64,14,183)
(25%,5%,72%)

RGB channels and saturation

R 64 of 255 = 25%
G 14 of 255 = 5%
B 183 of 255 = 72%

64
14
183

R + G + B ~ 34%. #400EB7 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 14 + 183 = 261 (100%)
R 64 of 261 ~ 24.52%
G 14 of 261 ~ 5.36%
B 183 of 261 ~ 70.11%

%24.52
%70.11

CMYK color model

#400EB7 color CMYK value is (65,92,0,28).

  • cyan value is 65.03%
  • magenta value is 92.35%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK:
(65,92,0,28)
C65M92Y0K28 
(65%,92%,0%,28%)
(0.65/0.92/0.00/0.28)	

CMYK percentages

%65.03
%92.35
%0
%28.24

Codes

Color #400EB7 in popluar color models

400EB7
RGB6414183
HSL258°85.79%38.63%
HSB/HSV258°92.35%71.76%
CMYK65.03%92.35%0.00%
28.24%

Color #400EB7 in popluar number systems.

HEX400EB7
Decimal6414183
Binary1000000111010110111
Octal10016267

Shades and tints

Shades of #400EB7

#400EB7
(64,14,183)
#3B0DA7
(59,13,167)
#360C97
(54,12,151)
#310B87
(49,11,135)
#2C0A77
(44,10,119)
#270967
(39,9,103)
#220857
(34,8,87)
#1D0747
(29,7,71)
#180637
(24,6,55)
#130527
(19,5,39)
#0E0417
(14,4,23)
#000000
(0,0,0)

Tints of #400EB7

#400EB7
(64,14,183)
#5123BD
(81,35,189)
#6238C3
(98,56,195)
#734DC9
(115,77,201)
#8462CF
(132,98,207)
#9577D5
(149,119,213)
#A68CDB
(166,140,219)
#B7A1E1
(183,161,225)
#C8B6E7
(200,182,231)
#D9CBED
(217,203,237)
#EAE0F3
(234,224,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #400EB7 color. Also use rgb(64,14,183) instead hex code.

Text Font Color

.myTextColor { color: #400EB7; }

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

This text font color is #400EB7.


Background Color

.myBgColor { background-color: #400EB7; }

<div style="background-color:#400EB7">Inner text</div>

This div background color is #400EB7.


Border color

.myBorderColor { border: 1px solid #400EB7; }

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

This div border color is #400EB7.


Opacity

.myOpacity80 { color: #400EB7; opacity: 0.8; }

<p style="color:#400EB7;opacity:0.8;">80%</p>

Text with #400EB7 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 #400EB7;}

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

This text has shadow with #400EB7 color.

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

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

This text has shadow with #400EB7 primary color and red secondary color.


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

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

This text has shadow with #400EB7 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #400EB7 on black background.


Color preview on white background

This text has color #400EB7 on white background.



Black color preview on #400EB7 background

This text has black color on #400EB7 background.


White color preview on #400EB7 background

This text has white color on #400EB7 background.