COLOR #327CE5

HEX: #327CE5
RGB: (50,124,229)

Color info

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

RGB color model

#327CE5 color RGB value is (50,124,229).

  • red value is 50;
  • green value is 124;
  • blue value is 229.
RGB:
(50,124,229)
(20%,49%,90%)

RGB channels and saturation

R 50 of 255 = 20%
G 124 of 255 = 49%
B 229 of 255 = 90%

50
124
229

R + G + B ~ 53%. #327CE5 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
50 + 124 + 229 = 403 (100%)
R 50 of 403 ~ 12.41%
G 124 of 403 ~ 30.77%
B 229 of 403 ~ 56.82%

%12.41
%30.77
%56.82

CMYK color model

#327CE5 color CMYK value is (78,46,0,10).

  • cyan value is 78.17%
  • magenta value is 45.85%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(78,46,0,10)
C78M46Y0K10 
(78%,46%,0%,10%)
(0.78/0.46/0.00/0.10)	

CMYK percentages

%78.17
%45.85
%0
%10.2

Codes

Color #327CE5 in popluar color models

327CE5
RGB50124229
HSL215°77.49%54.71%
HSB/HSV215°78.17%89.80%
CMYK78.17%45.85%0.00%
10.20%

Color #327CE5 in popluar number systems.

HEX327CE5
Decimal50124229
Binary110010111110011100101
Octal62174345

Shades and tints

Shades of #327CE5

#327CE5
(50,124,229)
#2E71D1
(46,113,209)
#2A66BD
(42,102,189)
#265BA9
(38,91,169)
#225095
(34,80,149)
#1E4581
(30,69,129)
#1A3A6D
(26,58,109)
#162F59
(22,47,89)
#122445
(18,36,69)
#0E1931
(14,25,49)
#0A0E1D
(10,14,29)
#000000
(0,0,0)

Tints of #327CE5

#327CE5
(50,124,229)
#4487E7
(68,135,231)
#5692E9
(86,146,233)
#689DEB
(104,157,235)
#7AA8ED
(122,168,237)
#8CB3EF
(140,179,239)
#9EBEF1
(158,190,241)
#B0C9F3
(176,201,243)
#C2D4F5
(194,212,245)
#D4DFF7
(212,223,247)
#E6EAF9
(230,234,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #327CE5 color. Also use rgb(50,124,229) instead hex code.

Text Font Color

.myTextColor { color: #327CE5; }

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

This text font color is #327CE5.


Background Color

.myBgColor { background-color: #327CE5; }

<div style="background-color:#327CE5">Inner text</div>

This div background color is #327CE5.


Border color

.myBorderColor { border: 1px solid #327CE5; }

<div style="border:3px solid #327CE5">Div</div>

This div border color is #327CE5.


Opacity

.myOpacity80 { color: #327CE5; opacity: 0.8; }

<p style="color:#327CE5;opacity:0.8;">80%</p>

Text with #327CE5 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 #327CE5;}

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

This text has shadow with #327CE5 color.

.textShadow {text-shadow: 3px 3px 1px #327CE5, 3px 3px 1px red;}

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

This text has shadow with #327CE5 primary color and red secondary color.


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

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

This text has shadow with #327CE5 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #327CE5 on black background.


Color preview on white background

This text has color #327CE5 on white background.



Black color preview on #327CE5 background

This text has black color on #327CE5 background.


White color preview on #327CE5 background

This text has white color on #327CE5 background.