COLOR #326A90

HEX: #326A90
RGB: (50,106,144)

Color info

#326A90 contains mainly green and blue colors. Web safe color of #326A90 is #336699 (or #369).

RGB color model

#326A90 color RGB value is (50,106,144).

  • red value is 50;
  • green value is 106;
  • blue value is 144.
RGB:
(50,106,144)
(20%,42%,56%)

RGB channels and saturation

R 50 of 255 = 20%
G 106 of 255 = 42%
B 144 of 255 = 56%

50
106
144

R + G + B ~ 39%. #326A90 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
50 + 106 + 144 = 300 (100%)
R 50 of 300 ~ 16.67%
G 106 of 300 ~ 35.33%
B 144 of 300 ~ 48%

%16.67
%35.33
%48

CMYK color model

#326A90 color CMYK value is (65,26,0,44).

  • cyan value is 65.28%
  • magenta value is 26.39%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(65,26,0,44)
C65M26Y0K44 
(65%,26%,0%,44%)
(0.65/0.26/0.00/0.44)	

CMYK percentages

%65.28
%26.39
%0
%43.53

Codes

Color #326A90 in popluar color models

326A90
RGB50106144
HSL204°48.45%38.04%
HSB/HSV204°65.28%56.47%
CMYK65.28%26.39%0.00%
43.53%

Color #326A90 in popluar number systems.

HEX326A90
Decimal50106144
Binary110010110101010010000
Octal62152220

Shades and tints

Shades of #326A90

#326A90
(50,106,144)
#2E6183
(46,97,131)
#2A5876
(42,88,118)
#264F69
(38,79,105)
#22465C
(34,70,92)
#1E3D4F
(30,61,79)
#1A3442
(26,52,66)
#162B35
(22,43,53)
#122228
(18,34,40)
#0E191B
(14,25,27)
#0A100E
(10,16,14)
#000000
(0,0,0)

Tints of #326A90

#326A90
(50,106,144)
#44779A
(68,119,154)
#5684A4
(86,132,164)
#6891AE
(104,145,174)
#7A9EB8
(122,158,184)
#8CABC2
(140,171,194)
#9EB8CC
(158,184,204)
#B0C5D6
(176,197,214)
#C2D2E0
(194,210,224)
#D4DFEA
(212,223,234)
#E6ECF4
(230,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #326A90 color. Also use rgb(50,106,144) instead hex code.

Text Font Color

.myTextColor { color: #326A90; }

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

This text font color is #326A90.


Background Color

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

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

This div background color is #326A90.


Border color

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

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

This div border color is #326A90.


Opacity

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

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

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

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

This text has shadow with #326A90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #326A90 on black background.


Color preview on white background

This text has color #326A90 on white background.



Black color preview on #326A90 background

This text has black color on #326A90 background.


White color preview on #326A90 background

This text has white color on #326A90 background.