COLOR #321B74

HEX: #321B74 RGB: (50,27,116)

Color info

#321B74 contains mainly blue color. Web safe color of #321B74 is #333366 (or #336).

RGB color model

#321B74 color RGB value is (50,27,116).

RGB: (50,27,116) (20%, 11%, 45%)

RGB channels and saturation

R 50 of 255 = 20%
G 27 of 255 = 11%
B 116 of 255 = 45%

50
27
116

R + G + B ~ 25%. #321B74 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 50 + 27 + 116 = 193 (100%)
R 50 of 193 ~ 25.91%
G 27 of 193 ~ 13.99%
B 116 of 193 ~ 60.1'%

%25.91
%13.99
%60.1

CMYK color model

#321B74 color CMYK value is (57,77,0,55).

  • cyan value is 56.90%
  • magenta value is 76.72%
  • yellow value is 0.00%
  • key color value is 54.51%

CMYK: (57,77,0,55)
C57M77Y0K55 (57%, 77%, 0%, 55%)
(0.57 / 0.77 / 0.00 / 0.55)

CMYK percentages

%56.9
%76.72
%0
%54.51

Codes

Color #321B74 in popluar color models

32 1B 74
RGB 50 27 116
HSL 256° 62.24% 28.04%
HSB/HSV 256° 76.72% 45.49%
CMYK 56.90% 76.72% 0.00%
54.51%

Color #321B74 in popluar number systems.

HEX 32 1B 74
Decimal 50 27 116
Binary 110010 11011 1110100
Octal 62 33 164

Shades and tints

Shades of #321B74

#321B74
(50,27,116)
#2E196A
(46,25,106)
#2A1760
(42,23,96)
#261556
(38,21,86)
#22134C
(34,19,76)
#1E1142
(30,17,66)
#1A0F38
(26,15,56)
#160D2E
(22,13,46)
#120B24
(18,11,36)
#0E091A
(14,9,26)
#0A0710
(10,7,16)
#000000
(0,0,0)

Tints of #321B74

#321B74
(50,27,116)
#442F80
(68,47,128)
#56438C
(86,67,140)
#685798
(104,87,152)
#7A6BA4
(122,107,164)
#8C7FB0
(140,127,176)
#9E93BC
(158,147,188)
#B0A7C8
(176,167,200)
#C2BBD4
(194,187,212)
#D4CFE0
(212,207,224)
#E6E3EC
(230,227,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #321B74 color. Also use rgb(50,27,116) instead hex code.

Text Font Color

.myTextColor { color: #321B74; }

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

This text font color is #321B74.

Background Color

.myBgColor { background-color: #321B74; }

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

This div background color is #321B74.

Border color

.myBorderColor { border: 1px solid #321B74; }

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

This div border color is #321B74.

Opacity

.myOpacity80 { color: #321B74; opacity: 0.8; }

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

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

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

This text has shadow with #321B74 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #321B74.

Preview

Color preview on black background

This text has color #321B74 on black background.


Color preview on white background

This text has color #321B74 on white background.


Black color preview on #321B74 background

This text has black color on #321B74 background.


White color preview on #321B74 background

This text has white color on #321B74 background.


Related colors

Complementary color

Complementary color for #hex is #CDE48B.


I love getcolorcode.com

Triadic colors

1 #74321B and #1B7432 with #321B74 are triadic colors.

2 #741B32 and #1B3274 with #321B74 are triadic colors.