COLOR #4357F1

HEX: #4357F1
RGB: (67,87,241)

Color info

#4357F1 contains mainly blue color. Web safe color of #4357F1 is #3366FF (or #36F).

RGB color model

#4357F1 color RGB value is (67,87,241).

  • red value is 67;
  • green value is 87;
  • blue value is 241.
RGB:
(67,87,241)
(26%,34%,95%)

RGB channels and saturation

R 67 of 255 = 26%
G 87 of 255 = 34%
B 241 of 255 = 95%

67
87
241

R + G + B ~ 52%. #4357F1 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
67 + 87 + 241 = 395 (100%)
R 67 of 395 ~ 16.96%
G 87 of 395 ~ 22.03%
B 241 of 395 ~ 61.01%

%16.96
%22.03
%61.01

CMYK color model

#4357F1 color CMYK value is (72,64,0,5).

  • cyan value is 72.20%
  • magenta value is 63.90%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(72,64,0,5)
C72M64Y0K5 
(72%,64%,0%,5%)
(0.72/0.64/0.00/0.05)	

CMYK percentages

%72.2
%63.9
%0
%5.49

Codes

Color #4357F1 in popluar color models

4357F1
RGB6787241
HSL233°86.14%60.39%
HSB/HSV233°72.20%94.51%
CMYK72.20%63.90%0.00%
5.49%

Color #4357F1 in popluar number systems.

HEX4357F1
Decimal6787241
Binary1000011101011111110001
Octal103127361

Shades and tints

Shades of #4357F1

#4357F1
(67,87,241)
#3D50DC
(61,80,220)
#3749C7
(55,73,199)
#3142B2
(49,66,178)
#2B3B9D
(43,59,157)
#253488
(37,52,136)
#1F2D73
(31,45,115)
#19265E
(25,38,94)
#131F49
(19,31,73)
#0D1834
(13,24,52)
#07111F
(7,17,31)
#000000
(0,0,0)

Tints of #4357F1

#4357F1
(67,87,241)
#5466F2
(84,102,242)
#6575F3
(101,117,243)
#7684F4
(118,132,244)
#8793F5
(135,147,245)
#98A2F6
(152,162,246)
#A9B1F7
(169,177,247)
#BAC0F8
(186,192,248)
#CBCFF9
(203,207,249)
#DCDEFA
(220,222,250)
#EDEDFB
(237,237,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4357F1 color. Also use rgb(67,87,241) instead hex code.

Text Font Color

.myTextColor { color: #4357F1; }

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

This text font color is #4357F1.


Background Color

.myBgColor { background-color: #4357F1; }

<div style="background-color:#4357F1">Inner text</div>

This div background color is #4357F1.


Border color

.myBorderColor { border: 1px solid #4357F1; }

<div style="border:3px solid #4357F1">Div</div>

This div border color is #4357F1.


Opacity

.myOpacity80 { color: #4357F1; opacity: 0.8; }

<p style="color:#4357F1;opacity:0.8;">80%</p>

Text with #4357F1 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 #4357F1;}

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

This text has shadow with #4357F1 color.

.textShadow {text-shadow: 3px 3px 1px #4357F1, 3px 3px 1px red;}

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

This text has shadow with #4357F1 primary color and red secondary color.


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

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

This text has shadow with #4357F1 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4357F1 on black background.


Color preview on white background

This text has color #4357F1 on white background.



Black color preview on #4357F1 background

This text has black color on #4357F1 background.


White color preview on #4357F1 background

This text has white color on #4357F1 background.