COLOR #21448C

HEX: #21448C
RGB: (33,68,140)

Color info

#21448C contains mainly blue color. Web safe color of #21448C is #333399 (or #339).

RGB color model

#21448C color RGB value is (33,68,140).

  • red value is 33;
  • green value is 68;
  • blue value is 140.
RGB:
(33,68,140)
(13%,27%,55%)

RGB channels and saturation

R 33 of 255 = 13%
G 68 of 255 = 27%
B 140 of 255 = 55%

33
68
140

R + G + B ~ 32%. #21448C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
33 + 68 + 140 = 241 (100%)
R 33 of 241 ~ 13.69%
G 68 of 241 ~ 28.22%
B 140 of 241 ~ 58.09%

%13.69
%28.22
%58.09

CMYK color model

#21448C color CMYK value is (76,51,0,45).

  • cyan value is 76.43%
  • magenta value is 51.43%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(76,51,0,45)
C76M51Y0K45 
(76%,51%,0%,45%)
(0.76/0.51/0.00/0.45)	

CMYK percentages

%76.43
%51.43
%0
%45.1

Codes

Color #21448C in popluar color models

21448C
RGB3368140
HSL220°61.85%33.92%
HSB/HSV220°76.43%54.90%
CMYK76.43%51.43%0.00%
45.10%

Color #21448C in popluar number systems.

HEX21448C
Decimal3368140
Binary100001100010010001100
Octal41104214

Shades and tints

Shades of #21448C

#21448C
(33,68,140)
#1E3E80
(30,62,128)
#1B3874
(27,56,116)
#183268
(24,50,104)
#152C5C
(21,44,92)
#122650
(18,38,80)
#0F2044
(15,32,68)
#0C1A38
(12,26,56)
#09142C
(9,20,44)
#060E20
(6,14,32)
#030814
(3,8,20)
#000000
(0,0,0)

Tints of #21448C

#21448C
(33,68,140)
#355596
(53,85,150)
#4966A0
(73,102,160)
#5D77AA
(93,119,170)
#7188B4
(113,136,180)
#8599BE
(133,153,190)
#99AAC8
(153,170,200)
#ADBBD2
(173,187,210)
#C1CCDC
(193,204,220)
#D5DDE6
(213,221,230)
#E9EEF0
(233,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #21448C color. Also use rgb(33,68,140) instead hex code.

Text Font Color

.myTextColor { color: #21448C; }

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

This text font color is #21448C.


Background Color

.myBgColor { background-color: #21448C; }

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

This div background color is #21448C.


Border color

.myBorderColor { border: 1px solid #21448C; }

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

This div border color is #21448C.


Opacity

.myOpacity80 { color: #21448C; opacity: 0.8; }

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

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

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

This text has shadow with #21448C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #21448C on black background.


Color preview on white background

This text has color #21448C on white background.



Black color preview on #21448C background

This text has black color on #21448C background.


White color preview on #21448C background

This text has white color on #21448C background.