COLOR #329ACD

HEX: #329ACD
RGB: (50,154,205)

Color info

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

RGB color model

#329ACD color RGB value is (50,154,205).

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

RGB channels and saturation

R 50 of 255 = 20%
G 154 of 255 = 60%
B 205 of 255 = 80%

50
154
205

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

Portions of RGB colors in percentages

R + G + B =
50 + 154 + 205 = 409 (100%)
R 50 of 409 ~ 12.22%
G 154 of 409 ~ 37.65%
B 205 of 409 ~ 50.12%

%12.22
%37.65
%50.12

CMYK color model

#329ACD color CMYK value is (76,25,0,20).

  • cyan value is 75.61%
  • magenta value is 24.88%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(76,25,0,20)
C76M25Y0K20 
(76%,25%,0%,20%)
(0.76/0.25/0.00/0.20)	

CMYK percentages

%75.61
%24.88
%0
%19.61

Codes

Color #329ACD in popluar color models

329ACD
RGB50154205
HSL200°60.78%50.00%
HSB/HSV200°75.61%80.39%
CMYK75.61%24.88%0.00%
19.61%

Color #329ACD in popluar number systems.

HEX329ACD
Decimal50154205
Binary1100101001101011001101
Octal62232315

Shades and tints

Shades of #329ACD

#329ACD
(50,154,205)
#2E8CBB
(46,140,187)
#2A7EA9
(42,126,169)
#267097
(38,112,151)
#226285
(34,98,133)
#1E5473
(30,84,115)
#1A4661
(26,70,97)
#16384F
(22,56,79)
#122A3D
(18,42,61)
#0E1C2B
(14,28,43)
#0A0E19
(10,14,25)
#000000
(0,0,0)

Tints of #329ACD

#329ACD
(50,154,205)
#44A3D1
(68,163,209)
#56ACD5
(86,172,213)
#68B5D9
(104,181,217)
#7ABEDD
(122,190,221)
#8CC7E1
(140,199,225)
#9ED0E5
(158,208,229)
#B0D9E9
(176,217,233)
#C2E2ED
(194,226,237)
#D4EBF1
(212,235,241)
#E6F4F5
(230,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #329ACD; }

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

This text font color is #329ACD.


Background Color

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

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

This div background color is #329ACD.


Border color

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

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

This div border color is #329ACD.


Opacity

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

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

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

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

This text has shadow with #329ACD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #329ACD on black background.


Color preview on white background

This text has color #329ACD on white background.



Black color preview on #329ACD background

This text has black color on #329ACD background.


White color preview on #329ACD background

This text has white color on #329ACD background.