COLOR #326488

HEX: #326488
RGB: (50,100,136)

Color info

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

RGB color model

#326488 color RGB value is (50,100,136).

  • red value is 50;
  • green value is 100;
  • blue value is 136.
RGB:
(50,100,136)
(20%,39%,53%)

RGB channels and saturation

R 50 of 255 = 20%
G 100 of 255 = 39%
B 136 of 255 = 53%

50
100
136

R + G + B ~ 37%. #326488 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
50 + 100 + 136 = 286 (100%)
R 50 of 286 ~ 17.48%
G 100 of 286 ~ 34.97%
B 136 of 286 ~ 47.55%

%17.48
%34.97
%47.55

CMYK color model

#326488 color CMYK value is (63,26,0,47).

  • cyan value is 63.24%
  • magenta value is 26.47%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(63,26,0,47)
C63M26Y0K47 
(63%,26%,0%,47%)
(0.63/0.26/0.00/0.47)	

CMYK percentages

%63.24
%26.47
%0
%46.67

Codes

Color #326488 in popluar color models

326488
RGB50100136
HSL205°46.24%36.47%
HSB/HSV205°63.24%53.33%
CMYK63.24%26.47%0.00%
46.67%

Color #326488 in popluar number systems.

HEX326488
Decimal50100136
Binary110010110010010001000
Octal62144210

Shades and tints

Shades of #326488

#326488
(50,100,136)
#2E5B7C
(46,91,124)
#2A5270
(42,82,112)
#264964
(38,73,100)
#224058
(34,64,88)
#1E374C
(30,55,76)
#1A2E40
(26,46,64)
#162534
(22,37,52)
#121C28
(18,28,40)
#0E131C
(14,19,28)
#0A0A10
(10,10,16)
#000000
(0,0,0)

Tints of #326488

#326488
(50,100,136)
#447292
(68,114,146)
#56809C
(86,128,156)
#688EA6
(104,142,166)
#7A9CB0
(122,156,176)
#8CAABA
(140,170,186)
#9EB8C4
(158,184,196)
#B0C6CE
(176,198,206)
#C2D4D8
(194,212,216)
#D4E2E2
(212,226,226)
#E6F0EC
(230,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #326488 color. Also use rgb(50,100,136) instead hex code.

Text Font Color

.myTextColor { color: #326488; }

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

This text font color is #326488.


Background Color

.myBgColor { background-color: #326488; }

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

This div background color is #326488.


Border color

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

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

This div border color is #326488.


Opacity

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

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

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

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

This text has shadow with #326488 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #326488 on black background.


Color preview on white background

This text has color #326488 on white background.



Black color preview on #326488 background

This text has black color on #326488 background.


White color preview on #326488 background

This text has white color on #326488 background.