COLOR #326DA7

HEX: #326DA7 RGB: (50,109,167)

Color info

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

RGB color model

#326DA7 color RGB value is (50,109,167).

RGB: (50,109,167) (20%, 43%, 65%)

RGB channels and saturation

R 50 of 255 = 20%
G 109 of 255 = 43%
B 167 of 255 = 65%

50
109
167

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

Portions of RGB colors in percentages

R + G + B = 50 + 109 + 167 = 326 (100%)
R 50 of 326 ~ 15.34%
G 109 of 326 ~ 33.44%
B 167 of 326 ~ 51.23'%

%15.34
%33.44
%51.23

CMYK color model

#326DA7 color CMYK value is (70,35,0,35).

  • cyan value is 70.06%
  • magenta value is 34.73%
  • yellow value is 0.00%
  • key color value is 34.51%
CMYK: (70,35,0,35) C70M35Y0K35 (70%,35%,0%,35%) (0.70/0.35/0.00/0.35) 

CMYK percentages

%70.06
%34.73
%0
%34.51

Codes

Color #326DA7 in popluar color models

32 6D A7
RGB 50 109 167
HSL 210° 53.92% 42.55%
HSB/HSV 210° 70.06% 65.49%
CMYK 70.06% 34.73% 0.00%
34.51%

Color #326DA7 in popluar number systems.

HEX 32 6D A7
Decimal 50 109 167
Binary 110010 1101101 10100111
Octal 62 155 247

Shades and tints

Shades of #326DA7

#326DA7
(50,109,167)
#2E6498
(46,100,152)
#2A5B89
(42,91,137)
#26527A
(38,82,122)
#22496B
(34,73,107)
#1E405C
(30,64,92)
#1A374D
(26,55,77)
#162E3E
(22,46,62)
#12252F
(18,37,47)
#0E1C20
(14,28,32)
#0A1311
(10,19,17)
#000000
(0,0,0)

Tints of #326DA7

#326DA7
(50,109,167)
#447AAF
(68,122,175)
#5687B7
(86,135,183)
#6894BF
(104,148,191)
#7AA1C7
(122,161,199)
#8CAECF
(140,174,207)
#9EBBD7
(158,187,215)
#B0C8DF
(176,200,223)
#C2D5E7
(194,213,231)
#D4E2EF
(212,226,239)
#E6EFF7
(230,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #326DA7 color. Also use rgb(50,109,167) instead hex code.

Text Font Color

.myTextColor { color: #326DA7; }

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

This text font color is #326DA7.

Background Color

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

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

This div background color is #326DA7.

Border color

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

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

This div border color is #326DA7.

Opacity

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

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

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

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

This text has shadow with #326DA7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #326DA7.

Preview

Color preview on black background

This text has color #326DA7 on black background.


Color preview on white background

This text has color #326DA7 on white background.


Black color preview on #326DA7 background

This text has black color on #326DA7 background.


White color preview on #326DA7 background

This text has white color on #326DA7 background.


Related colors

Complementary color

Complementary color for #hex is #CD9258.


I love getcolorcode.com

Triadic colors

1 #A7326D and #6DA732 with #326DA7 are triadic colors.

2 #A76D32 and #6D32A7 with #326DA7 are triadic colors.