COLOR #21327B

HEX: #21327B RGB: (33,50,123)

Color info

#21327B contains mainly blue color. Web safe color of #21327B is #333366 (or #336).

RGB color model

#21327B color RGB value is (33,50,123).

RGB: (33,50,123) (13%, 20%, 48%)

RGB channels and saturation

R 33 of 255 = 13%
G 50 of 255 = 20%
B 123 of 255 = 48%

33
50
123

R + G + B ~ 27%. #21327B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 33 + 50 + 123 = 206 (100%)
R 33 of 206 ~ 16.02%
G 50 of 206 ~ 24.27%
B 123 of 206 ~ 59.71'%

%16.02
%24.27
%59.71

CMYK color model

#21327B color CMYK value is (73,59,0,52).

  • cyan value is 73.17%
  • magenta value is 59.35%
  • yellow value is 0.00%
  • key color value is 51.76%

CMYK: (73,59,0,52)
C73M59Y0K52 (73%, 59%, 0%, 52%)
(0.73 / 0.59 / 0.00 / 0.52)

CMYK percentages

%73.17
%59.35
%0
%51.76

Codes

Color #21327B in popluar color models

21 32 7B
RGB 33 50 123
HSL 229° 57.69% 30.59%
HSB/HSV 229° 73.17% 48.24%
CMYK 73.17% 59.35% 0.00%
51.76%

Color #21327B in popluar number systems.

HEX 21 32 7B
Decimal 33 50 123
Binary 100001 110010 1111011
Octal 41 62 173

Shades and tints

Shades of #21327B

#21327B
(33,50,123)
#1E2E70
(30,46,112)
#1B2A65
(27,42,101)
#18265A
(24,38,90)
#15224F
(21,34,79)
#121E44
(18,30,68)
#0F1A39
(15,26,57)
#0C162E
(12,22,46)
#091223
(9,18,35)
#060E18
(6,14,24)
#030A0D
(3,10,13)
#000000
(0,0,0)

Tints of #21327B

#21327B
(33,50,123)
#354487
(53,68,135)
#495693
(73,86,147)
#5D689F
(93,104,159)
#717AAB
(113,122,171)
#858CB7
(133,140,183)
#999EC3
(153,158,195)
#ADB0CF
(173,176,207)
#C1C2DB
(193,194,219)
#D5D4E7
(213,212,231)
#E9E6F3
(233,230,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #21327B color. Also use rgb(33,50,123) instead hex code.

Text Font Color

.myTextColor { color: #21327B; }

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

This text font color is #21327B.

Background Color

.myBgColor { background-color: #21327B; }

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

This div background color is #21327B.

Border color

.myBorderColor { border: 1px solid #21327B; }

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

This div border color is #21327B.

Opacity

.myOpacity80 { color: #21327B; opacity: 0.8; }

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

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

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

This text has shadow with #21327B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #21327B.

Preview

Color preview on black background

This text has color #21327B on black background.


Color preview on white background

This text has color #21327B on white background.


Black color preview on #21327B background

This text has black color on #21327B background.


White color preview on #21327B background

This text has white color on #21327B background.


Related colors

Complementary color

Complementary color for #21327B is #DECD84.


I love getcolorcode.com

Triadic colors

1 #7B2132 and #327B21 with #21327B are triadic colors.

2 #7B3221 and #32217B with #21327B are triadic colors.