COLOR #4350E1

HEX: #4350E1
RGB: (67,80,225)

Color info

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

RGB color model

#4350E1 color RGB value is (67,80,225).

  • red value is 67;
  • green value is 80;
  • blue value is 225.
RGB:
(67,80,225)
(26%,31%,88%)

RGB channels and saturation

R 67 of 255 = 26%
G 80 of 255 = 31%
B 225 of 255 = 88%

67
80
225

R + G + B ~ 48%. #4350E1 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
67 + 80 + 225 = 372 (100%)
R 67 of 372 ~ 18.01%
G 80 of 372 ~ 21.51%
B 225 of 372 ~ 60.48%

%18.01
%21.51
%60.48

CMYK color model

#4350E1 color CMYK value is (70,64,0,12).

  • cyan value is 70.22%
  • magenta value is 64.44%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(70,64,0,12)
C70M64Y0K12 
(70%,64%,0%,12%)
(0.70/0.64/0.00/0.12)	

CMYK percentages

%70.22
%64.44
%0
%11.76

Codes

Color #4350E1 in popluar color models

4350E1
RGB6780225
HSL235°72.48%57.25%
HSB/HSV235°70.22%88.24%
CMYK70.22%64.44%0.00%
11.76%

Color #4350E1 in popluar number systems.

HEX4350E1
Decimal6780225
Binary1000011101000011100001
Octal103120341

Shades and tints

Shades of #4350E1

#4350E1
(67,80,225)
#3D49CD
(61,73,205)
#3742B9
(55,66,185)
#313BA5
(49,59,165)
#2B3491
(43,52,145)
#252D7D
(37,45,125)
#1F2669
(31,38,105)
#191F55
(25,31,85)
#131841
(19,24,65)
#0D112D
(13,17,45)
#070A19
(7,10,25)
#000000
(0,0,0)

Tints of #4350E1

#4350E1
(67,80,225)
#545FE3
(84,95,227)
#656EE5
(101,110,229)
#767DE7
(118,125,231)
#878CE9
(135,140,233)
#989BEB
(152,155,235)
#A9AAED
(169,170,237)
#BAB9EF
(186,185,239)
#CBC8F1
(203,200,241)
#DCD7F3
(220,215,243)
#EDE6F5
(237,230,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4350E1 color. Also use rgb(67,80,225) instead hex code.

Text Font Color

.myTextColor { color: #4350E1; }

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

This text font color is #4350E1.


Background Color

.myBgColor { background-color: #4350E1; }

<div style="background-color:#4350E1">Inner text</div>

This div background color is #4350E1.


Border color

.myBorderColor { border: 1px solid #4350E1; }

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

This div border color is #4350E1.


Opacity

.myOpacity80 { color: #4350E1; opacity: 0.8; }

<p style="color:#4350E1;opacity:0.8;">80%</p>

Text with #4350E1 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 #4350E1;}

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

This text has shadow with #4350E1 color.

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

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

This text has shadow with #4350E1 primary color and red secondary color.


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

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

This text has shadow with #4350E1 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4350E1 on black background.


Color preview on white background

This text has color #4350E1 on white background.



Black color preview on #4350E1 background

This text has black color on #4350E1 background.


White color preview on #4350E1 background

This text has white color on #4350E1 background.