COLOR #328AD0

HEX: #328AD0
RGB: (50,138,208)

Color info

#328AD0 contains mainly blue color. Web safe color of #328AD0 is #3399CC (or #39C).

RGB color model

#328AD0 color RGB value is (50,138,208).

  • red value is 50;
  • green value is 138;
  • blue value is 208.
RGB:
(50,138,208)
(20%,54%,82%)

RGB channels and saturation

R 50 of 255 = 20%
G 138 of 255 = 54%
B 208 of 255 = 82%

50
138
208

R + G + B ~ 52%. #328AD0 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
50 + 138 + 208 = 396 (100%)
R 50 of 396 ~ 12.63%
G 138 of 396 ~ 34.85%
B 208 of 396 ~ 52.53%

%12.63
%34.85
%52.53

CMYK color model

#328AD0 color CMYK value is (76,34,0,18).

  • cyan value is 75.96%
  • magenta value is 33.65%
  • yellow value is 0.00%
  • key color value is 18.43%
CMYK:
(76,34,0,18)
C76M34Y0K18 
(76%,34%,0%,18%)
(0.76/0.34/0.00/0.18)	

CMYK percentages

%75.96
%33.65
%0
%18.43

Codes

Color #328AD0 in popluar color models

328AD0
RGB50138208
HSL207°62.70%50.59%
HSB/HSV207°75.96%81.57%
CMYK75.96%33.65%0.00%
18.43%

Color #328AD0 in popluar number systems.

HEX328AD0
Decimal50138208
Binary1100101000101011010000
Octal62212320

Shades and tints

Shades of #328AD0

#328AD0
(50,138,208)
#2E7EBE
(46,126,190)
#2A72AC
(42,114,172)
#26669A
(38,102,154)
#225A88
(34,90,136)
#1E4E76
(30,78,118)
#1A4264
(26,66,100)
#163652
(22,54,82)
#122A40
(18,42,64)
#0E1E2E
(14,30,46)
#0A121C
(10,18,28)
#000000
(0,0,0)

Tints of #328AD0

#328AD0
(50,138,208)
#4494D4
(68,148,212)
#569ED8
(86,158,216)
#68A8DC
(104,168,220)
#7AB2E0
(122,178,224)
#8CBCE4
(140,188,228)
#9EC6E8
(158,198,232)
#B0D0EC
(176,208,236)
#C2DAF0
(194,218,240)
#D4E4F4
(212,228,244)
#E6EEF8
(230,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #328AD0 color. Also use rgb(50,138,208) instead hex code.

Text Font Color

.myTextColor { color: #328AD0; }

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

This text font color is #328AD0.


Background Color

.myBgColor { background-color: #328AD0; }

<div style="background-color:#328AD0">Inner text</div>

This div background color is #328AD0.


Border color

.myBorderColor { border: 1px solid #328AD0; }

<div style="border:3px solid #328AD0">Div</div>

This div border color is #328AD0.


Opacity

.myOpacity80 { color: #328AD0; opacity: 0.8; }

<p style="color:#328AD0;opacity:0.8;">80%</p>

Text with #328AD0 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 #328AD0;}

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

This text has shadow with #328AD0 color.

.textShadow {text-shadow: 3px 3px 1px #328AD0, 3px 3px 1px red;}

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

This text has shadow with #328AD0 primary color and red secondary color.


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

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

This text has shadow with #328AD0 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #328AD0 on black background.


Color preview on white background

This text has color #328AD0 on white background.



Black color preview on #328AD0 background

This text has black color on #328AD0 background.


White color preview on #328AD0 background

This text has white color on #328AD0 background.