COLOR #324CE6

HEX: #324CE6
RGB: (50,76,230)

Color info

#324CE6 contains mainly blue color. Web safe color of #324CE6 is #3333CC (or #33C).

RGB color model

#324CE6 color RGB value is (50,76,230).

  • red value is 50;
  • green value is 76;
  • blue value is 230.
RGB:
(50,76,230)
(20%,30%,90%)

RGB channels and saturation

R 50 of 255 = 20%
G 76 of 255 = 30%
B 230 of 255 = 90%

50
76
230

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

Portions of RGB colors in percentages

R + G + B =
50 + 76 + 230 = 356 (100%)
R 50 of 356 ~ 14.04%
G 76 of 356 ~ 21.35%
B 230 of 356 ~ 64.61%

%14.04
%21.35
%64.61

CMYK color model

#324CE6 color CMYK value is (78,67,0,10).

  • cyan value is 78.26%
  • magenta value is 66.96%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(78,67,0,10)
C78M67Y0K10 
(78%,67%,0%,10%)
(0.78/0.67/0.00/0.10)	

CMYK percentages

%78.26
%66.96
%0
%9.8

Codes

Color #324CE6 in popluar color models

324CE6
RGB5076230
HSL231°78.26%54.90%
HSB/HSV231°78.26%90.20%
CMYK78.26%66.96%0.00%
9.80%

Color #324CE6 in popluar number systems.

HEX324CE6
Decimal5076230
Binary110010100110011100110
Octal62114346

Shades and tints

Shades of #324CE6

#324CE6
(50,76,230)
#2E46D2
(46,70,210)
#2A40BE
(42,64,190)
#263AAA
(38,58,170)
#223496
(34,52,150)
#1E2E82
(30,46,130)
#1A286E
(26,40,110)
#16225A
(22,34,90)
#121C46
(18,28,70)
#0E1632
(14,22,50)
#0A101E
(10,16,30)
#000000
(0,0,0)

Tints of #324CE6

#324CE6
(50,76,230)
#445CE8
(68,92,232)
#566CEA
(86,108,234)
#687CEC
(104,124,236)
#7A8CEE
(122,140,238)
#8C9CF0
(140,156,240)
#9EACF2
(158,172,242)
#B0BCF4
(176,188,244)
#C2CCF6
(194,204,246)
#D4DCF8
(212,220,248)
#E6ECFA
(230,236,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #324CE6 color. Also use rgb(50,76,230) instead hex code.

Text Font Color

.myTextColor { color: #324CE6; }

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

This text font color is #324CE6.


Background Color

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

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

This div background color is #324CE6.


Border color

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

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

This div border color is #324CE6.


Opacity

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

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

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

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

This text has shadow with #324CE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #324CE6 on black background.


Color preview on white background

This text has color #324CE6 on white background.



Black color preview on #324CE6 background

This text has black color on #324CE6 background.


White color preview on #324CE6 background

This text has white color on #324CE6 background.