COLOR #327AC0

HEX: #327AC0
RGB: (50,122,192)

Color info

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

RGB color model

#327AC0 color RGB value is (50,122,192).

  • red value is 50;
  • green value is 122;
  • blue value is 192.
RGB:
(50,122,192)
(20%,48%,75%)

RGB channels and saturation

R 50 of 255 = 20%
G 122 of 255 = 48%
B 192 of 255 = 75%

50
122
192

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

Portions of RGB colors in percentages

R + G + B =
50 + 122 + 192 = 364 (100%)
R 50 of 364 ~ 13.74%
G 122 of 364 ~ 33.52%
B 192 of 364 ~ 52.75%

%13.74
%33.52
%52.75

CMYK color model

#327AC0 color CMYK value is (74,36,0,25).

  • cyan value is 73.96%
  • magenta value is 36.46%
  • yellow value is 0.00%
  • key color value is 24.71%
CMYK:
(74,36,0,25)
C74M36Y0K25 
(74%,36%,0%,25%)
(0.74/0.36/0.00/0.25)	

CMYK percentages

%73.96
%36.46
%0
%24.71

Codes

Color #327AC0 in popluar color models

327AC0
RGB50122192
HSL210°58.68%47.45%
HSB/HSV210°73.96%75.29%
CMYK73.96%36.46%0.00%
24.71%

Color #327AC0 in popluar number systems.

HEX327AC0
Decimal50122192
Binary110010111101011000000
Octal62172300

Shades and tints

Shades of #327AC0

#327AC0
(50,122,192)
#2E6FAF
(46,111,175)
#2A649E
(42,100,158)
#26598D
(38,89,141)
#224E7C
(34,78,124)
#1E436B
(30,67,107)
#1A385A
(26,56,90)
#162D49
(22,45,73)
#122238
(18,34,56)
#0E1727
(14,23,39)
#0A0C16
(10,12,22)
#000000
(0,0,0)

Tints of #327AC0

#327AC0
(50,122,192)
#4486C5
(68,134,197)
#5692CA
(86,146,202)
#689ECF
(104,158,207)
#7AAAD4
(122,170,212)
#8CB6D9
(140,182,217)
#9EC2DE
(158,194,222)
#B0CEE3
(176,206,227)
#C2DAE8
(194,218,232)
#D4E6ED
(212,230,237)
#E6F2F2
(230,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #327AC0 color. Also use rgb(50,122,192) instead hex code.

Text Font Color

.myTextColor { color: #327AC0; }

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

This text font color is #327AC0.


Background Color

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

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

This div background color is #327AC0.


Border color

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

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

This div border color is #327AC0.


Opacity

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

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

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

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

This text has shadow with #327AC0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #327AC0 on black background.


Color preview on white background

This text has color #327AC0 on white background.



Black color preview on #327AC0 background

This text has black color on #327AC0 background.


White color preview on #327AC0 background

This text has white color on #327AC0 background.