COLOR #213374

HEX: #213374
RGB: (33,51,116)

Color info

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

RGB color model

#213374 color RGB value is (33,51,116).

  • red value is 33;
  • green value is 51;
  • blue value is 116.
RGB:
(33,51,116)
(13%,20%,45%)

RGB channels and saturation

R 33 of 255 = 13%
G 51 of 255 = 20%
B 116 of 255 = 45%

33
51
116

R + G + B ~ 26%. #213374 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
33 + 51 + 116 = 200 (100%)
R 33 of 200 ~ 16.5%
G 51 of 200 ~ 25.5%
B 116 of 200 ~ 58%

%16.5
%25.5
%58

CMYK color model

#213374 color CMYK value is (72,56,0,55).

  • cyan value is 71.55%
  • magenta value is 56.03%
  • yellow value is 0.00%
  • key color value is 54.51%
CMYK:
(72,56,0,55)
C72M56Y0K55 
(72%,56%,0%,55%)
(0.72/0.56/0.00/0.55)	

CMYK percentages

%71.55
%56.03
%0
%54.51

Codes

Color #213374 in popluar color models

213374
RGB3351116
HSL227°55.70%29.22%
HSB/HSV227°71.55%45.49%
CMYK71.55%56.03%0.00%
54.51%

Color #213374 in popluar number systems.

HEX213374
Decimal3351116
Binary1000011100111110100
Octal4163164

Shades and tints

Shades of #213374

#213374
(33,51,116)
#1E2F6A
(30,47,106)
#1B2B60
(27,43,96)
#182756
(24,39,86)
#15234C
(21,35,76)
#121F42
(18,31,66)
#0F1B38
(15,27,56)
#0C172E
(12,23,46)
#091324
(9,19,36)
#060F1A
(6,15,26)
#030B10
(3,11,16)
#000000
(0,0,0)

Tints of #213374

#213374
(33,51,116)
#354580
(53,69,128)
#49578C
(73,87,140)
#5D6998
(93,105,152)
#717BA4
(113,123,164)
#858DB0
(133,141,176)
#999FBC
(153,159,188)
#ADB1C8
(173,177,200)
#C1C3D4
(193,195,212)
#D5D5E0
(213,213,224)
#E9E7EC
(233,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #213374 color. Also use rgb(33,51,116) instead hex code.

Text Font Color

.myTextColor { color: #213374; }

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

This text font color is #213374.


Background Color

.myBgColor { background-color: #213374; }

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

This div background color is #213374.


Border color

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

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

This div border color is #213374.


Opacity

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

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

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

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

This text has shadow with #213374 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #213374 on black background.


Color preview on white background

This text has color #213374 on white background.



Black color preview on #213374 background

This text has black color on #213374 background.


White color preview on #213374 background

This text has white color on #213374 background.