COLOR #212557

HEX: #212557
RGB: (33,37,87)

Color info

#212557 contains red, green and blue colors in about the same proportion. Web safe color of #212557 is #333366 (or #336).

RGB color model

#212557 color RGB value is (33,37,87).

  • red value is 33;
  • green value is 37;
  • blue value is 87.
RGB:
(33,37,87)
(13%,15%,34%)

RGB channels and saturation

R 33 of 255 = 13%
G 37 of 255 = 15%
B 87 of 255 = 34%

33
37
87

R + G + B ~ 21%. #212557 is dark color.

Portions of RGB colors in percentages

R + G + B =
33 + 37 + 87 = 157 (100%)
R 33 of 157 ~ 21.02%
G 37 of 157 ~ 23.57%
B 87 of 157 ~ 55.41%

%21.02
%23.57
%55.41

CMYK color model

#212557 color CMYK value is (62,57,0,66).

  • cyan value is 62.07%
  • magenta value is 57.47%
  • yellow value is 0.00%
  • key color value is 65.88%
CMYK:
(62,57,0,66)
C62M57Y0K66 
(62%,57%,0%,66%)
(0.62/0.57/0.00/0.66)	

CMYK percentages

%62.07
%57.47
%0
%65.88

Codes

Color #212557 in popluar color models

212557
RGB333787
HSL236°45.00%23.53%
HSB/HSV236°62.07%34.12%
CMYK62.07%57.47%0.00%
65.88%

Color #212557 in popluar number systems.

HEX212557
Decimal333787
Binary1000011001011010111
Octal4145127

Shades and tints

Shades of #212557

#212557
(33,37,87)
#1E2250
(30,34,80)
#1B1F49
(27,31,73)
#181C42
(24,28,66)
#15193B
(21,25,59)
#121634
(18,22,52)
#0F132D
(15,19,45)
#0C1026
(12,16,38)
#090D1F
(9,13,31)
#060A18
(6,10,24)
#030711
(3,7,17)
#000000
(0,0,0)

Tints of #212557

#212557
(33,37,87)
#353866
(53,56,102)
#494B75
(73,75,117)
#5D5E84
(93,94,132)
#717193
(113,113,147)
#8584A2
(133,132,162)
#9997B1
(153,151,177)
#ADAAC0
(173,170,192)
#C1BDCF
(193,189,207)
#D5D0DE
(213,208,222)
#E9E3ED
(233,227,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #212557 color. Also use rgb(33,37,87) instead hex code.

Text Font Color

.myTextColor { color: #212557; }

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

This text font color is #212557.


Background Color

.myBgColor { background-color: #212557; }

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

This div background color is #212557.


Border color

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

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

This div border color is #212557.


Opacity

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

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

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

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

This text has shadow with #212557 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #212557 on black background.


Color preview on white background

This text has color #212557 on white background.



Black color preview on #212557 background

This text has black color on #212557 background.


White color preview on #212557 background

This text has white color on #212557 background.