COLOR #326C84

HEX: #326C84 RGB: (50,108,132)

Color info

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

RGB color model

#326C84 color RGB value is (50,108,132).

RGB: (50,108,132) (20%, 42%, 52%)

RGB channels and saturation

R 50 of 255 = 20%
G 108 of 255 = 42%
B 132 of 255 = 52%

50
108
132

R + G + B ~ 38%. #326C84 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 50 + 108 + 132 = 290 (100%)
R 50 of 290 ~ 17.24%
G 108 of 290 ~ 37.24%
B 132 of 290 ~ 45.52'%

%17.24
%37.24
%45.52

CMYK color model

#326C84 color CMYK value is (62,18,0,48).

  • cyan value is 62.12%
  • magenta value is 18.18%
  • yellow value is 0.00%
  • key color value is 48.24%

CMYK: (62,18,0,48)
C62M18Y0K48 (62%, 18%, 0%, 48%)
(0.62 / 0.18 / 0.00 / 0.48)

CMYK percentages

%62.12
%18.18
%0
%48.24

Codes

Color #326C84 in popluar color models

32 6C 84
RGB 50 108 132
HSL 198° 45.05% 35.69%
HSB/HSV 198° 62.12% 51.76%
CMYK 62.12% 18.18% 0.00%
48.24%

Color #326C84 in popluar number systems.

HEX 32 6C 84
Decimal 50 108 132
Binary 110010 1101100 10000100
Octal 62 154 204

Shades and tints

Shades of #326C84

#326C84
(50,108,132)
#2E6378
(46,99,120)
#2A5A6C
(42,90,108)
#265160
(38,81,96)
#224854
(34,72,84)
#1E3F48
(30,63,72)
#1A363C
(26,54,60)
#162D30
(22,45,48)
#122424
(18,36,36)
#0E1B18
(14,27,24)
#0A120C
(10,18,12)
#000000
(0,0,0)

Tints of #326C84

#326C84
(50,108,132)
#44798F
(68,121,143)
#56869A
(86,134,154)
#6893A5
(104,147,165)
#7AA0B0
(122,160,176)
#8CADBB
(140,173,187)
#9EBAC6
(158,186,198)
#B0C7D1
(176,199,209)
#C2D4DC
(194,212,220)
#D4E1E7
(212,225,231)
#E6EEF2
(230,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #326C84 color. Also use rgb(50,108,132) instead hex code.

Text Font Color

.myTextColor { color: #326C84; }

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

This text font color is #326C84.

Background Color

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

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

This div background color is #326C84.

Border color

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

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

This div border color is #326C84.

Opacity

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

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

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

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

This text has shadow with #326C84 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #326C84.

Preview

Color preview on black background

This text has color #326C84 on black background.


Color preview on white background

This text has color #326C84 on white background.


Black color preview on #326C84 background

This text has black color on #326C84 background.


White color preview on #326C84 background

This text has white color on #326C84 background.


Related colors

Complementary color

Complementary color for #hex is #CD937B.


I love getcolorcode.com

Triadic colors

1 #84326C and #6C8432 with #326C84 are triadic colors.

2 #846C32 and #6C3284 with #326C84 are triadic colors.