COLOR #323B8A

HEX: #323B8A RGB: (50,59,138)

Color info

#323B8A contains mainly blue color. Web safe color of #323B8A is #333399 (or #339).

RGB color model

#323B8A color RGB value is (50,59,138).

RGB: (50,59,138) (20%, 23%, 54%)

RGB channels and saturation

R 50 of 255 = 20%
G 59 of 255 = 23%
B 138 of 255 = 54%

50
59
138

R + G + B ~ 32%. #323B8A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 50 + 59 + 138 = 247 (100%)
R 50 of 247 ~ 20.24%
G 59 of 247 ~ 23.89%
B 138 of 247 ~ 55.87'%

%20.24
%23.89
%55.87

CMYK color model

#323B8A color CMYK value is (64,57,0,46).

  • cyan value is 63.77%
  • magenta value is 57.25%
  • yellow value is 0.00%
  • key color value is 45.88%

CMYK: (64,57,0,46)
C64M57Y0K46 (64%, 57%, 0%, 46%)
(0.64 / 0.57 / 0.00 / 0.46)

CMYK percentages

%63.77
%57.25
%0
%45.88

Codes

Color #323B8A in popluar color models

32 3B 8A
RGB 50 59 138
HSL 234° 46.81% 36.86%
HSB/HSV 234° 63.77% 54.12%
CMYK 63.77% 57.25% 0.00%
45.88%

Color #323B8A in popluar number systems.

HEX 32 3B 8A
Decimal 50 59 138
Binary 110010 111011 10001010
Octal 62 73 212

Shades and tints

Shades of #323B8A

#323B8A
(50,59,138)
#2E367E
(46,54,126)
#2A3172
(42,49,114)
#262C66
(38,44,102)
#22275A
(34,39,90)
#1E224E
(30,34,78)
#1A1D42
(26,29,66)
#161836
(22,24,54)
#12132A
(18,19,42)
#0E0E1E
(14,14,30)
#0A0912
(10,9,18)
#000000
(0,0,0)

Tints of #323B8A

#323B8A
(50,59,138)
#444C94
(68,76,148)
#565D9E
(86,93,158)
#686EA8
(104,110,168)
#7A7FB2
(122,127,178)
#8C90BC
(140,144,188)
#9EA1C6
(158,161,198)
#B0B2D0
(176,178,208)
#C2C3DA
(194,195,218)
#D4D4E4
(212,212,228)
#E6E5EE
(230,229,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #323B8A color. Also use rgb(50,59,138) instead hex code.

Text Font Color

.myTextColor { color: #323B8A; }

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

This text font color is #323B8A.

Background Color

.myBgColor { background-color: #323B8A; }

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

This div background color is #323B8A.

Border color

.myBorderColor { border: 1px solid #323B8A; }

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

This div border color is #323B8A.

Opacity

.myOpacity80 { color: #323B8A; opacity: 0.8; }

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

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

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

This text has shadow with #323B8A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #323B8A.

Preview

Color preview on black background

This text has color #323B8A on black background.


Color preview on white background

This text has color #323B8A on white background.


Black color preview on #323B8A background

This text has black color on #323B8A background.


White color preview on #323B8A background

This text has white color on #323B8A background.


Related colors

Complementary color

Complementary color for #hex is #CDC475.


I love getcolorcode.com

Triadic colors

1 #8A323B and #3B8A32 with #323B8A are triadic colors.

2 #8A3B32 and #3B328A with #323B8A are triadic colors.