COLOR #326295

HEX: #326295
RGB: (50,98,149)

Color info

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

RGB color model

#326295 color RGB value is (50,98,149).

  • red value is 50;
  • green value is 98;
  • blue value is 149.
RGB:
(50,98,149)
(20%,38%,58%)

RGB channels and saturation

R 50 of 255 = 20%
G 98 of 255 = 38%
B 149 of 255 = 58%

50
98
149

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

Portions of RGB colors in percentages

R + G + B =
50 + 98 + 149 = 297 (100%)
R 50 of 297 ~ 16.84%
G 98 of 297 ~ 33%
B 149 of 297 ~ 50.17%

%16.84
%33
%50.17

CMYK color model

#326295 color CMYK value is (66,34,0,42).

  • cyan value is 66.44%
  • magenta value is 34.23%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK:
(66,34,0,42)
C66M34Y0K42 
(66%,34%,0%,42%)
(0.66/0.34/0.00/0.42)	

CMYK percentages

%66.44
%34.23
%0
%41.57

Codes

Color #326295 in popluar color models

326295
RGB5098149
HSL211°49.75%39.02%
HSB/HSV211°66.44%58.43%
CMYK66.44%34.23%0.00%
41.57%

Color #326295 in popluar number systems.

HEX326295
Decimal5098149
Binary110010110001010010101
Octal62142225

Shades and tints

Shades of #326295

#326295
(50,98,149)
#2E5A88
(46,90,136)
#2A527B
(42,82,123)
#264A6E
(38,74,110)
#224261
(34,66,97)
#1E3A54
(30,58,84)
#1A3247
(26,50,71)
#162A3A
(22,42,58)
#12222D
(18,34,45)
#0E1A20
(14,26,32)
#0A1213
(10,18,19)
#000000
(0,0,0)

Tints of #326295

#326295
(50,98,149)
#44709E
(68,112,158)
#567EA7
(86,126,167)
#688CB0
(104,140,176)
#7A9AB9
(122,154,185)
#8CA8C2
(140,168,194)
#9EB6CB
(158,182,203)
#B0C4D4
(176,196,212)
#C2D2DD
(194,210,221)
#D4E0E6
(212,224,230)
#E6EEEF
(230,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #326295 color. Also use rgb(50,98,149) instead hex code.

Text Font Color

.myTextColor { color: #326295; }

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

This text font color is #326295.


Background Color

.myBgColor { background-color: #326295; }

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

This div background color is #326295.


Border color

.myBorderColor { border: 1px solid #326295; }

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

This div border color is #326295.


Opacity

.myOpacity80 { color: #326295; opacity: 0.8; }

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

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

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

This text has shadow with #326295 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #326295 on black background.


Color preview on white background

This text has color #326295 on white background.



Black color preview on #326295 background

This text has black color on #326295 background.


White color preview on #326295 background

This text has white color on #326295 background.