COLOR #327BB3

HEX: #327BB3
RGB: (50,123,179)

Color info

#327BB3 contains mainly green and blue colors. Web safe color of #327BB3 is #336699 (or #369).

RGB color model

#327BB3 color RGB value is (50,123,179).

  • red value is 50;
  • green value is 123;
  • blue value is 179.
RGB:
(50,123,179)
(20%,48%,70%)

RGB channels and saturation

R 50 of 255 = 20%
G 123 of 255 = 48%
B 179 of 255 = 70%

50
123
179

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

Portions of RGB colors in percentages

R + G + B =
50 + 123 + 179 = 352 (100%)
R 50 of 352 ~ 14.2%
G 123 of 352 ~ 34.94%
B 179 of 352 ~ 50.85%

%14.2
%34.94
%50.85

CMYK color model

#327BB3 color CMYK value is (72,31,0,30).

  • cyan value is 72.07%
  • magenta value is 31.28%
  • yellow value is 0.00%
  • key color value is 29.80%
CMYK:
(72,31,0,30)
C72M31Y0K30 
(72%,31%,0%,30%)
(0.72/0.31/0.00/0.30)	

CMYK percentages

%72.07
%31.28
%0
%29.8

Codes

Color #327BB3 in popluar color models

327BB3
RGB50123179
HSL206°56.33%44.90%
HSB/HSV206°72.07%70.20%
CMYK72.07%31.28%0.00%
29.80%

Color #327BB3 in popluar number systems.

HEX327BB3
Decimal50123179
Binary110010111101110110011
Octal62173263

Shades and tints

Shades of #327BB3

#327BB3
(50,123,179)
#2E70A3
(46,112,163)
#2A6593
(42,101,147)
#265A83
(38,90,131)
#224F73
(34,79,115)
#1E4463
(30,68,99)
#1A3953
(26,57,83)
#162E43
(22,46,67)
#122333
(18,35,51)
#0E1823
(14,24,35)
#0A0D13
(10,13,19)
#000000
(0,0,0)

Tints of #327BB3

#327BB3
(50,123,179)
#4487B9
(68,135,185)
#5693BF
(86,147,191)
#689FC5
(104,159,197)
#7AABCB
(122,171,203)
#8CB7D1
(140,183,209)
#9EC3D7
(158,195,215)
#B0CFDD
(176,207,221)
#C2DBE3
(194,219,227)
#D4E7E9
(212,231,233)
#E6F3EF
(230,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #327BB3 color. Also use rgb(50,123,179) instead hex code.

Text Font Color

.myTextColor { color: #327BB3; }

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

This text font color is #327BB3.


Background Color

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

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

This div background color is #327BB3.


Border color

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

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

This div border color is #327BB3.


Opacity

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

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

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

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

This text has shadow with #327BB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #327BB3 on black background.


Color preview on white background

This text has color #327BB3 on white background.



Black color preview on #327BB3 background

This text has black color on #327BB3 background.


White color preview on #327BB3 background

This text has white color on #327BB3 background.