COLOR #213175

HEX: #213175
RGB: (33,49,117)

Color info

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

RGB color model

#213175 color RGB value is (33,49,117).

  • red value is 33;
  • green value is 49;
  • blue value is 117.
RGB:
(33,49,117)
(13%,19%,46%)

RGB channels and saturation

R 33 of 255 = 13%
G 49 of 255 = 19%
B 117 of 255 = 46%

33
49
117

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

Portions of RGB colors in percentages

R + G + B =
33 + 49 + 117 = 199 (100%)
R 33 of 199 ~ 16.58%
G 49 of 199 ~ 24.62%
B 117 of 199 ~ 58.79%

%16.58
%24.62
%58.79

CMYK color model

#213175 color CMYK value is (72,58,0,54).

  • cyan value is 71.79%
  • magenta value is 58.12%
  • yellow value is 0.00%
  • key color value is 54.12%
CMYK:
(72,58,0,54)
C72M58Y0K54 
(72%,58%,0%,54%)
(0.72/0.58/0.00/0.54)	

CMYK percentages

%71.79
%58.12
%0
%54.12

Codes

Color #213175 in popluar color models

213175
RGB3349117
HSL229°56.00%29.41%
HSB/HSV229°71.79%45.88%
CMYK71.79%58.12%0.00%
54.12%

Color #213175 in popluar number systems.

HEX213175
Decimal3349117
Binary1000011100011110101
Octal4161165

Shades and tints

Shades of #213175

#213175
(33,49,117)
#1E2D6B
(30,45,107)
#1B2961
(27,41,97)
#182557
(24,37,87)
#15214D
(21,33,77)
#121D43
(18,29,67)
#0F1939
(15,25,57)
#0C152F
(12,21,47)
#091125
(9,17,37)
#060D1B
(6,13,27)
#030911
(3,9,17)
#000000
(0,0,0)

Tints of #213175

#213175
(33,49,117)
#354381
(53,67,129)
#49558D
(73,85,141)
#5D6799
(93,103,153)
#7179A5
(113,121,165)
#858BB1
(133,139,177)
#999DBD
(153,157,189)
#ADAFC9
(173,175,201)
#C1C1D5
(193,193,213)
#D5D3E1
(213,211,225)
#E9E5ED
(233,229,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #213175 color. Also use rgb(33,49,117) instead hex code.

Text Font Color

.myTextColor { color: #213175; }

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

This text font color is #213175.


Background Color

.myBgColor { background-color: #213175; }

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

This div background color is #213175.


Border color

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

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

This div border color is #213175.


Opacity

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

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

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

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

This text has shadow with #213175 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #213175 on black background.


Color preview on white background

This text has color #213175 on white background.



Black color preview on #213175 background

This text has black color on #213175 background.


White color preview on #213175 background

This text has white color on #213175 background.