COLOR #324DEA

HEX: #324DEA
RGB: (50,77,234)

Color info

#324DEA contains mainly blue color. Web safe color of #324DEA is #3333FF (or #33F).

RGB color model

#324DEA color RGB value is (50,77,234).

  • red value is 50;
  • green value is 77;
  • blue value is 234.
RGB:
(50,77,234)
(20%,30%,92%)

RGB channels and saturation

R 50 of 255 = 20%
G 77 of 255 = 30%
B 234 of 255 = 92%

50
77
234

R + G + B ~ 47%. #324DEA is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
50 + 77 + 234 = 361 (100%)
R 50 of 361 ~ 13.85%
G 77 of 361 ~ 21.33%
B 234 of 361 ~ 64.82%

%13.85
%21.33
%64.82

CMYK color model

#324DEA color CMYK value is (79,67,0,8).

  • cyan value is 78.63%
  • magenta value is 67.09%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(79,67,0,8)
C79M67Y0K8 
(79%,67%,0%,8%)
(0.79/0.67/0.00/0.08)	

CMYK percentages

%78.63
%67.09
%0
%8.24

Codes

Color #324DEA in popluar color models

324DEA
RGB5077234
HSL231°81.42%55.69%
HSB/HSV231°78.63%91.76%
CMYK78.63%67.09%0.00%
8.24%

Color #324DEA in popluar number systems.

HEX324DEA
Decimal5077234
Binary110010100110111101010
Octal62115352

Shades and tints

Shades of #324DEA

#324DEA
(50,77,234)
#2E46D5
(46,70,213)
#2A3FC0
(42,63,192)
#2638AB
(38,56,171)
#223196
(34,49,150)
#1E2A81
(30,42,129)
#1A236C
(26,35,108)
#161C57
(22,28,87)
#121542
(18,21,66)
#0E0E2D
(14,14,45)
#0A0718
(10,7,24)
#000000
(0,0,0)

Tints of #324DEA

#324DEA
(50,77,234)
#445DEB
(68,93,235)
#566DEC
(86,109,236)
#687DED
(104,125,237)
#7A8DEE
(122,141,238)
#8C9DEF
(140,157,239)
#9EADF0
(158,173,240)
#B0BDF1
(176,189,241)
#C2CDF2
(194,205,242)
#D4DDF3
(212,221,243)
#E6EDF4
(230,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #324DEA color. Also use rgb(50,77,234) instead hex code.

Text Font Color

.myTextColor { color: #324DEA; }

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

This text font color is #324DEA.


Background Color

.myBgColor { background-color: #324DEA; }

<div style="background-color:#324DEA">Inner text</div>

This div background color is #324DEA.


Border color

.myBorderColor { border: 1px solid #324DEA; }

<div style="border:3px solid #324DEA">Div</div>

This div border color is #324DEA.


Opacity

.myOpacity80 { color: #324DEA; opacity: 0.8; }

<p style="color:#324DEA;opacity:0.8;">80%</p>

Text with #324DEA 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 #324DEA;}

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

This text has shadow with #324DEA color.

.textShadow {text-shadow: 3px 3px 1px #324DEA, 3px 3px 1px red;}

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

This text has shadow with #324DEA primary color and red secondary color.


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

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

This text has shadow with #324DEA and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #324DEA on black background.


Color preview on white background

This text has color #324DEA on white background.



Black color preview on #324DEA background

This text has black color on #324DEA background.


White color preview on #324DEA background

This text has white color on #324DEA background.