COLOR #326E8B

HEX: #326E8B
RGB: (50,110,139)

Color info

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

RGB color model

#326E8B color RGB value is (50,110,139).

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

RGB channels and saturation

R 50 of 255 = 20%
G 110 of 255 = 43%
B 139 of 255 = 55%

50
110
139

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

Portions of RGB colors in percentages

R + G + B =
50 + 110 + 139 = 299 (100%)
R 50 of 299 ~ 16.72%
G 110 of 299 ~ 36.79%
B 139 of 299 ~ 46.49%

%16.72
%36.79
%46.49

CMYK color model

#326E8B color CMYK value is (64,21,0,45).

  • cyan value is 64.03%
  • magenta value is 20.86%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(64,21,0,45)
C64M21Y0K45 
(64%,21%,0%,45%)
(0.64/0.21/0.00/0.45)	

CMYK percentages

%64.03
%20.86
%0
%45.49

Codes

Color #326E8B in popluar color models

326E8B
RGB50110139
HSL200°47.09%37.06%
HSB/HSV200°64.03%54.51%
CMYK64.03%20.86%0.00%
45.49%

Color #326E8B in popluar number systems.

HEX326E8B
Decimal50110139
Binary110010110111010001011
Octal62156213

Shades and tints

Shades of #326E8B

#326E8B
(50,110,139)
#2E647F
(46,100,127)
#2A5A73
(42,90,115)
#265067
(38,80,103)
#22465B
(34,70,91)
#1E3C4F
(30,60,79)
#1A3243
(26,50,67)
#162837
(22,40,55)
#121E2B
(18,30,43)
#0E141F
(14,20,31)
#0A0A13
(10,10,19)
#000000
(0,0,0)

Tints of #326E8B

#326E8B
(50,110,139)
#447B95
(68,123,149)
#56889F
(86,136,159)
#6895A9
(104,149,169)
#7AA2B3
(122,162,179)
#8CAFBD
(140,175,189)
#9EBCC7
(158,188,199)
#B0C9D1
(176,201,209)
#C2D6DB
(194,214,219)
#D4E3E5
(212,227,229)
#E6F0EF
(230,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #326E8B; }

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

This text font color is #326E8B.


Background Color

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

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

This div background color is #326E8B.


Border color

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

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

This div border color is #326E8B.


Opacity

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

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

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

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

This text has shadow with #326E8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #326E8B on black background.


Color preview on white background

This text has color #326E8B on white background.



Black color preview on #326E8B background

This text has black color on #326E8B background.


White color preview on #326E8B background

This text has white color on #326E8B background.