COLOR #211358

HEX: #211358
RGB: (33,19,88)

Color info

#211358 contains mainly red and blue colors. Web safe color of #211358 is #330066 (or #306).

RGB color model

#211358 color RGB value is (33,19,88).

  • red value is 33;
  • green value is 19;
  • blue value is 88.
RGB:
(33,19,88)
(13%,7%,35%)

RGB channels and saturation

R 33 of 255 = 13%
G 19 of 255 = 7%
B 88 of 255 = 35%

33
19
88

R + G + B ~ 18%. #211358 is dark color.

Portions of RGB colors in percentages

R + G + B =
33 + 19 + 88 = 140 (100%)
R 33 of 140 ~ 23.57%
G 19 of 140 ~ 13.57%
B 88 of 140 ~ 62.86%

%23.57
%13.57
%62.86

CMYK color model

#211358 color CMYK value is (63,78,0,65).

  • cyan value is 62.50%
  • magenta value is 78.41%
  • yellow value is 0.00%
  • key color value is 65.49%
CMYK:
(63,78,0,65)
C63M78Y0K65 
(63%,78%,0%,65%)
(0.63/0.78/0.00/0.65)	

CMYK percentages

%62.5
%78.41
%0
%65.49

Codes

Color #211358 in popluar color models

211358
RGB331988
HSL252°64.49%20.98%
HSB/HSV252°78.41%34.51%
CMYK62.50%78.41%0.00%
65.49%

Color #211358 in popluar number systems.

HEX211358
Decimal331988
Binary100001100111011000
Octal4123130

Shades and tints

Shades of #211358

#211358
(33,19,88)
#1E1250
(30,18,80)
#1B1148
(27,17,72)
#181040
(24,16,64)
#150F38
(21,15,56)
#120E30
(18,14,48)
#0F0D28
(15,13,40)
#0C0C20
(12,12,32)
#090B18
(9,11,24)
#060A10
(6,10,16)
#030908
(3,9,8)
#000000
(0,0,0)

Tints of #211358

#211358
(33,19,88)
#352867
(53,40,103)
#493D76
(73,61,118)
#5D5285
(93,82,133)
#716794
(113,103,148)
#857CA3
(133,124,163)
#9991B2
(153,145,178)
#ADA6C1
(173,166,193)
#C1BBD0
(193,187,208)
#D5D0DF
(213,208,223)
#E9E5EE
(233,229,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #211358 color. Also use rgb(33,19,88) instead hex code.

Text Font Color

.myTextColor { color: #211358; }

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

This text font color is #211358.


Background Color

.myBgColor { background-color: #211358; }

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

This div background color is #211358.


Border color

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

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

This div border color is #211358.


Opacity

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

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

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

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

This text has shadow with #211358 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #211358 on black background.


Color preview on white background

This text has color #211358 on white background.



Black color preview on #211358 background

This text has black color on #211358 background.


White color preview on #211358 background

This text has white color on #211358 background.