COLOR #326EB2

HEX: #326EB2
RGB: (50,110,178)

Color info

#326EB2 contains mainly blue color. Web safe color of #326EB2 is #336699 (or #369).

RGB color model

#326EB2 color RGB value is (50,110,178).

  • red value is 50;
  • green value is 110;
  • blue value is 178.
RGB:
(50,110,178)
(20%,43%,70%)

RGB channels and saturation

R 50 of 255 = 20%
G 110 of 255 = 43%
B 178 of 255 = 70%

50
110
178

R + G + B ~ 44%. #326EB2 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
50 + 110 + 178 = 338 (100%)
R 50 of 338 ~ 14.79%
G 110 of 338 ~ 32.54%
B 178 of 338 ~ 52.66%

%14.79
%32.54
%52.66

CMYK color model

#326EB2 color CMYK value is (72,38,0,30).

  • cyan value is 71.91%
  • magenta value is 38.20%
  • yellow value is 0.00%
  • key color value is 30.20%
CMYK:
(72,38,0,30)
C72M38Y0K30 
(72%,38%,0%,30%)
(0.72/0.38/0.00/0.30)	

CMYK percentages

%71.91
%38.2
%0
%30.2

Codes

Color #326EB2 in popluar color models

326EB2
RGB50110178
HSL212°56.14%44.71%
HSB/HSV212°71.91%69.80%
CMYK71.91%38.20%0.00%
30.20%

Color #326EB2 in popluar number systems.

HEX326EB2
Decimal50110178
Binary110010110111010110010
Octal62156262

Shades and tints

Shades of #326EB2

#326EB2
(50,110,178)
#2E64A2
(46,100,162)
#2A5A92
(42,90,146)
#265082
(38,80,130)
#224672
(34,70,114)
#1E3C62
(30,60,98)
#1A3252
(26,50,82)
#162842
(22,40,66)
#121E32
(18,30,50)
#0E1422
(14,20,34)
#0A0A12
(10,10,18)
#000000
(0,0,0)

Tints of #326EB2

#326EB2
(50,110,178)
#447BB9
(68,123,185)
#5688C0
(86,136,192)
#6895C7
(104,149,199)
#7AA2CE
(122,162,206)
#8CAFD5
(140,175,213)
#9EBCDC
(158,188,220)
#B0C9E3
(176,201,227)
#C2D6EA
(194,214,234)
#D4E3F1
(212,227,241)
#E6F0F8
(230,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #326EB2 color. Also use rgb(50,110,178) instead hex code.

Text Font Color

.myTextColor { color: #326EB2; }

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

This text font color is #326EB2.


Background Color

.myBgColor { background-color: #326EB2; }

<div style="background-color:#326EB2">Inner text</div>

This div background color is #326EB2.


Border color

.myBorderColor { border: 1px solid #326EB2; }

<div style="border:3px solid #326EB2">Div</div>

This div border color is #326EB2.


Opacity

.myOpacity80 { color: #326EB2; opacity: 0.8; }

<p style="color:#326EB2;opacity:0.8;">80%</p>

Text with #326EB2 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 #326EB2;}

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

This text has shadow with #326EB2 color.

.textShadow {text-shadow: 3px 3px 1px #326EB2, 3px 3px 1px red;}

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

This text has shadow with #326EB2 primary color and red secondary color.


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

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

This text has shadow with #326EB2 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #326EB2 on black background.


Color preview on white background

This text has color #326EB2 on white background.



Black color preview on #326EB2 background

This text has black color on #326EB2 background.


White color preview on #326EB2 background

This text has white color on #326EB2 background.