COLOR #403BB3

HEX: #403BB3
RGB: (64,59,179)

Color info

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

RGB color model

#403BB3 color RGB value is (64,59,179).

  • red value is 64;
  • green value is 59;
  • blue value is 179.
RGB:
(64,59,179)
(25%,23%,70%)

RGB channels and saturation

R 64 of 255 = 25%
G 59 of 255 = 23%
B 179 of 255 = 70%

64
59
179

R + G + B ~ 39%. #403BB3 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 59 + 179 = 302 (100%)
R 64 of 302 ~ 21.19%
G 59 of 302 ~ 19.54%
B 179 of 302 ~ 59.27%

%21.19
%19.54
%59.27

CMYK color model

#403BB3 color CMYK value is (64,67,0,30).

  • cyan value is 64.25%
  • magenta value is 67.04%
  • yellow value is 0.00%
  • key color value is 29.80%
CMYK:
(64,67,0,30)
C64M67Y0K30 
(64%,67%,0%,30%)
(0.64/0.67/0.00/0.30)	

CMYK percentages

%64.25
%67.04
%0
%29.8

Codes

Color #403BB3 in popluar color models

403BB3
RGB6459179
HSL243°50.42%46.67%
HSB/HSV243°67.04%70.20%
CMYK64.25%67.04%0.00%
29.80%

Color #403BB3 in popluar number systems.

HEX403BB3
Decimal6459179
Binary100000011101110110011
Octal10073263

Shades and tints

Shades of #403BB3

#403BB3
(64,59,179)
#3B36A3
(59,54,163)
#363193
(54,49,147)
#312C83
(49,44,131)
#2C2773
(44,39,115)
#272263
(39,34,99)
#221D53
(34,29,83)
#1D1843
(29,24,67)
#181333
(24,19,51)
#130E23
(19,14,35)
#0E0913
(14,9,19)
#000000
(0,0,0)

Tints of #403BB3

#403BB3
(64,59,179)
#514CB9
(81,76,185)
#625DBF
(98,93,191)
#736EC5
(115,110,197)
#847FCB
(132,127,203)
#9590D1
(149,144,209)
#A6A1D7
(166,161,215)
#B7B2DD
(183,178,221)
#C8C3E3
(200,195,227)
#D9D4E9
(217,212,233)
#EAE5EF
(234,229,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #403BB3 color. Also use rgb(64,59,179) instead hex code.

Text Font Color

.myTextColor { color: #403BB3; }

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

This text font color is #403BB3.


Background Color

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

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

This div background color is #403BB3.


Border color

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

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

This div border color is #403BB3.


Opacity

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

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

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

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

This text has shadow with #403BB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #403BB3 on black background.


Color preview on white background

This text has color #403BB3 on white background.



Black color preview on #403BB3 background

This text has black color on #403BB3 background.


White color preview on #403BB3 background

This text has white color on #403BB3 background.