COLOR #329FCD

HEX: #329FCD
RGB: (50,159,205)

Color info

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

RGB color model

#329FCD color RGB value is (50,159,205).

  • red value is 50;
  • green value is 159;
  • blue value is 205.
RGB:
(50,159,205)
(20%,62%,80%)

RGB channels and saturation

R 50 of 255 = 20%
G 159 of 255 = 62%
B 205 of 255 = 80%

50
159
205

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

Portions of RGB colors in percentages

R + G + B =
50 + 159 + 205 = 414 (100%)
R 50 of 414 ~ 12.08%
G 159 of 414 ~ 38.41%
B 205 of 414 ~ 49.52%

%12.08
%38.41
%49.52

CMYK color model

#329FCD color CMYK value is (76,22,0,20).

  • cyan value is 75.61%
  • magenta value is 22.44%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(76,22,0,20)
C76M22Y0K20 
(76%,22%,0%,20%)
(0.76/0.22/0.00/0.20)	

CMYK percentages

%75.61
%22.44
%0
%19.61

Codes

Color #329FCD in popluar color models

329FCD
RGB50159205
HSL198°60.78%50.00%
HSB/HSV198°75.61%80.39%
CMYK75.61%22.44%0.00%
19.61%

Color #329FCD in popluar number systems.

HEX329FCD
Decimal50159205
Binary1100101001111111001101
Octal62237315

Shades and tints

Shades of #329FCD

#329FCD
(50,159,205)
#2E91BB
(46,145,187)
#2A83A9
(42,131,169)
#267597
(38,117,151)
#226785
(34,103,133)
#1E5973
(30,89,115)
#1A4B61
(26,75,97)
#163D4F
(22,61,79)
#122F3D
(18,47,61)
#0E212B
(14,33,43)
#0A1319
(10,19,25)
#000000
(0,0,0)

Tints of #329FCD

#329FCD
(50,159,205)
#44A7D1
(68,167,209)
#56AFD5
(86,175,213)
#68B7D9
(104,183,217)
#7ABFDD
(122,191,221)
#8CC7E1
(140,199,225)
#9ECFE5
(158,207,229)
#B0D7E9
(176,215,233)
#C2DFED
(194,223,237)
#D4E7F1
(212,231,241)
#E6EFF5
(230,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #329FCD color. Also use rgb(50,159,205) instead hex code.

Text Font Color

.myTextColor { color: #329FCD; }

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

This text font color is #329FCD.


Background Color

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

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

This div background color is #329FCD.


Border color

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

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

This div border color is #329FCD.


Opacity

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

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

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

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

This text has shadow with #329FCD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #329FCD on black background.


Color preview on white background

This text has color #329FCD on white background.



Black color preview on #329FCD background

This text has black color on #329FCD background.


White color preview on #329FCD background

This text has white color on #329FCD background.