COLOR #21375B

HEX: #21375B
RGB: (33,55,91)

Color info

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

RGB color model

#21375B color RGB value is (33,55,91).

  • red value is 33;
  • green value is 55;
  • blue value is 91.
RGB:
(33,55,91)
(13%,22%,36%)

RGB channels and saturation

R 33 of 255 = 13%
G 55 of 255 = 22%
B 91 of 255 = 36%

33
55
91

R + G + B ~ 24%. #21375B is dark color.

Portions of RGB colors in percentages

R + G + B =
33 + 55 + 91 = 179 (100%)
R 33 of 179 ~ 18.44%
G 55 of 179 ~ 30.73%
B 91 of 179 ~ 50.84%

%18.44
%30.73
%50.84

CMYK color model

#21375B color CMYK value is (64,40,0,64).

  • cyan value is 63.74%
  • magenta value is 39.56%
  • yellow value is 0.00%
  • key color value is 64.31%
CMYK:
(64,40,0,64)
C64M40Y0K64 
(64%,40%,0%,64%)
(0.64/0.40/0.00/0.64)	

CMYK percentages

%63.74
%39.56
%0
%64.31

Codes

Color #21375B in popluar color models

21375B
RGB335591
HSL217°46.77%24.31%
HSB/HSV217°63.74%35.69%
CMYK63.74%39.56%0.00%
64.31%

Color #21375B in popluar number systems.

HEX21375B
Decimal335591
Binary1000011101111011011
Octal4167133

Shades and tints

Shades of #21375B

#21375B
(33,55,91)
#1E3253
(30,50,83)
#1B2D4B
(27,45,75)
#182843
(24,40,67)
#15233B
(21,35,59)
#121E33
(18,30,51)
#0F192B
(15,25,43)
#0C1423
(12,20,35)
#090F1B
(9,15,27)
#060A13
(6,10,19)
#03050B
(3,5,11)
#000000
(0,0,0)

Tints of #21375B

#21375B
(33,55,91)
#354969
(53,73,105)
#495B77
(73,91,119)
#5D6D85
(93,109,133)
#717F93
(113,127,147)
#8591A1
(133,145,161)
#99A3AF
(153,163,175)
#ADB5BD
(173,181,189)
#C1C7CB
(193,199,203)
#D5D9D9
(213,217,217)
#E9EBE7
(233,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #21375B color. Also use rgb(33,55,91) instead hex code.

Text Font Color

.myTextColor { color: #21375B; }

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

This text font color is #21375B.


Background Color

.myBgColor { background-color: #21375B; }

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

This div background color is #21375B.


Border color

.myBorderColor { border: 1px solid #21375B; }

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

This div border color is #21375B.


Opacity

.myOpacity80 { color: #21375B; opacity: 0.8; }

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

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

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

This text has shadow with #21375B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #21375B on black background.


Color preview on white background

This text has color #21375B on white background.



Black color preview on #21375B background

This text has black color on #21375B background.


White color preview on #21375B background

This text has white color on #21375B background.