COLOR #329DC9

HEX: #329DC9
RGB: (50,157,201)

Color info

#329DC9 contains mainly green and blue colors. Web safe color of #329DC9 is #3399CC (or #39C).

RGB color model

#329DC9 color RGB value is (50,157,201).

  • red value is 50;
  • green value is 157;
  • blue value is 201.
RGB:
(50,157,201)
(20%,62%,79%)

RGB channels and saturation

R 50 of 255 = 20%
G 157 of 255 = 62%
B 201 of 255 = 79%

50
157
201

R + G + B ~ 54%. #329DC9 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
50 + 157 + 201 = 408 (100%)
R 50 of 408 ~ 12.25%
G 157 of 408 ~ 38.48%
B 201 of 408 ~ 49.26%

%12.25
%38.48
%49.26

CMYK color model

#329DC9 color CMYK value is (75,22,0,21).

  • cyan value is 75.12%
  • magenta value is 21.89%
  • yellow value is 0.00%
  • key color value is 21.18%
CMYK:
(75,22,0,21)
C75M22Y0K21 
(75%,22%,0%,21%)
(0.75/0.22/0.00/0.21)	

CMYK percentages

%75.12
%21.89
%0
%21.18

Codes

Color #329DC9 in popluar color models

329DC9
RGB50157201
HSL197°60.16%49.22%
HSB/HSV197°75.12%78.82%
CMYK75.12%21.89%0.00%
21.18%

Color #329DC9 in popluar number systems.

HEX329DC9
Decimal50157201
Binary1100101001110111001001
Octal62235311

Shades and tints

Shades of #329DC9

#329DC9
(50,157,201)
#2E8FB7
(46,143,183)
#2A81A5
(42,129,165)
#267393
(38,115,147)
#226581
(34,101,129)
#1E576F
(30,87,111)
#1A495D
(26,73,93)
#163B4B
(22,59,75)
#122D39
(18,45,57)
#0E1F27
(14,31,39)
#0A1115
(10,17,21)
#000000
(0,0,0)

Tints of #329DC9

#329DC9
(50,157,201)
#44A5CD
(68,165,205)
#56ADD1
(86,173,209)
#68B5D5
(104,181,213)
#7ABDD9
(122,189,217)
#8CC5DD
(140,197,221)
#9ECDE1
(158,205,225)
#B0D5E5
(176,213,229)
#C2DDE9
(194,221,233)
#D4E5ED
(212,229,237)
#E6EDF1
(230,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #329DC9 color. Also use rgb(50,157,201) instead hex code.

Text Font Color

.myTextColor { color: #329DC9; }

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

This text font color is #329DC9.


Background Color

.myBgColor { background-color: #329DC9; }

<div style="background-color:#329DC9">Inner text</div>

This div background color is #329DC9.


Border color

.myBorderColor { border: 1px solid #329DC9; }

<div style="border:3px solid #329DC9">Div</div>

This div border color is #329DC9.


Opacity

.myOpacity80 { color: #329DC9; opacity: 0.8; }

<p style="color:#329DC9;opacity:0.8;">80%</p>

Text with #329DC9 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 #329DC9;}

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

This text has shadow with #329DC9 color.

.textShadow {text-shadow: 3px 3px 1px #329DC9, 3px 3px 1px red;}

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

This text has shadow with #329DC9 primary color and red secondary color.


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

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

This text has shadow with #329DC9 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #329DC9 on black background.


Color preview on white background

This text has color #329DC9 on white background.



Black color preview on #329DC9 background

This text has black color on #329DC9 background.


White color preview on #329DC9 background

This text has white color on #329DC9 background.