COLOR #403FB0

HEX: #403FB0
RGB: (64,63,176)

Color info

#403FB0 contains mainly blue color. Web safe color of #403FB0 is #333399 (or #339).

RGB color model

#403FB0 color RGB value is (64,63,176).

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

RGB channels and saturation

R 64 of 255 = 25%
G 63 of 255 = 25%
B 176 of 255 = 69%

64
63
176

R + G + B ~ 40%. #403FB0 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
64 + 63 + 176 = 303 (100%)
R 64 of 303 ~ 21.12%
G 63 of 303 ~ 20.79%
B 176 of 303 ~ 58.09%

%21.12
%20.79
%58.09

CMYK color model

#403FB0 color CMYK value is (64,64,0,31).

  • cyan value is 63.64%
  • magenta value is 64.20%
  • yellow value is 0.00%
  • key color value is 30.98%
CMYK:
(64,64,0,31)
C64M64Y0K31 
(64%,64%,0%,31%)
(0.64/0.64/0.00/0.31)	

CMYK percentages

%63.64
%64.2
%0
%30.98

Codes

Color #403FB0 in popluar color models

403FB0
RGB6463176
HSL241°47.28%46.86%
HSB/HSV241°64.20%69.02%
CMYK63.64%64.20%0.00%
30.98%

Color #403FB0 in popluar number systems.

HEX403FB0
Decimal6463176
Binary100000011111110110000
Octal10077260

Shades and tints

Shades of #403FB0

#403FB0
(64,63,176)
#3B3AA0
(59,58,160)
#363590
(54,53,144)
#313080
(49,48,128)
#2C2B70
(44,43,112)
#272660
(39,38,96)
#222150
(34,33,80)
#1D1C40
(29,28,64)
#181730
(24,23,48)
#131220
(19,18,32)
#0E0D10
(14,13,16)
#000000
(0,0,0)

Tints of #403FB0

#403FB0
(64,63,176)
#5150B7
(81,80,183)
#6261BE
(98,97,190)
#7372C5
(115,114,197)
#8483CC
(132,131,204)
#9594D3
(149,148,211)
#A6A5DA
(166,165,218)
#B7B6E1
(183,182,225)
#C8C7E8
(200,199,232)
#D9D8EF
(217,216,239)
#EAE9F6
(234,233,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #403FB0 color. Also use rgb(64,63,176) instead hex code.

Text Font Color

.myTextColor { color: #403FB0; }

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

This text font color is #403FB0.


Background Color

.myBgColor { background-color: #403FB0; }

<div style="background-color:#403FB0">Inner text</div>

This div background color is #403FB0.


Border color

.myBorderColor { border: 1px solid #403FB0; }

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

This div border color is #403FB0.


Opacity

.myOpacity80 { color: #403FB0; opacity: 0.8; }

<p style="color:#403FB0;opacity:0.8;">80%</p>

Text with #403FB0 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 #403FB0;}

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

This text has shadow with #403FB0 color.

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

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

This text has shadow with #403FB0 primary color and red secondary color.


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

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

This text has shadow with #403FB0 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #403FB0 on black background.


Color preview on white background

This text has color #403FB0 on white background.



Black color preview on #403FB0 background

This text has black color on #403FB0 background.


White color preview on #403FB0 background

This text has white color on #403FB0 background.