COLOR #329AFF

HEX: #329AFF
RGB: (50,154,255)

Color info

#329AFF contains mainly blue color. Web safe color of #329AFF is #3399FF (or #39F).

RGB color model

#329AFF color RGB value is (50,154,255).

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

RGB channels and saturation

R 50 of 255 = 20%
G 154 of 255 = 60%
B 255 of 255 = 100%

50
154
255

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

Portions of RGB colors in percentages

R + G + B =
50 + 154 + 255 = 459 (100%)
R 50 of 459 ~ 10.89%
G 154 of 459 ~ 33.55%
B 255 of 459 ~ 55.56%

%10.89
%33.55
%55.56

CMYK color model

#329AFF color CMYK value is (80,40,0,0).

  • cyan value is 80.39%
  • magenta value is 39.61%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(80,40,0,0)
C80M40Y0K0 
(80%,40%,0%,0%)
(0.80/0.40/0.00/0.00)	

CMYK percentages

%80.39
%39.61
%0
%0

Codes

Color #329AFF in popluar color models

329AFF
RGB50154255
HSL210°100.00%59.80%
HSB/HSV210°80.39%100.00%
CMYK80.39%39.61%0.00%
0.00%

Color #329AFF in popluar number systems.

HEX329AFF
Decimal50154255
Binary1100101001101011111111
Octal62232377

Shades and tints

Shades of #329AFF

#329AFF
(50,154,255)
#2E8CE8
(46,140,232)
#2A7ED1
(42,126,209)
#2670BA
(38,112,186)
#2262A3
(34,98,163)
#1E548C
(30,84,140)
#1A4675
(26,70,117)
#16385E
(22,56,94)
#122A47
(18,42,71)
#0E1C30
(14,28,48)
#0A0E19
(10,14,25)
#000000
(0,0,0)

Tints of #329AFF

#329AFF
(50,154,255)
#44A3FF
(68,163,255)
#56ACFF
(86,172,255)
#68B5FF
(104,181,255)
#7ABEFF
(122,190,255)
#8CC7FF
(140,199,255)
#9ED0FF
(158,208,255)
#B0D9FF
(176,217,255)
#C2E2FF
(194,226,255)
#D4EBFF
(212,235,255)
#E6F4FF
(230,244,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #329AFF; }

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

This text font color is #329AFF.


Background Color

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

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

This div background color is #329AFF.


Border color

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

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

This div border color is #329AFF.


Opacity

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

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

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

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

This text has shadow with #329AFF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #329AFF on black background.


Color preview on white background

This text has color #329AFF on white background.



Black color preview on #329AFF background

This text has black color on #329AFF background.


White color preview on #329AFF background

This text has white color on #329AFF background.