COLOR #21367F

HEX: #21367F
RGB: (33,54,127)

Color info

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

RGB color model

#21367F color RGB value is (33,54,127).

  • red value is 33;
  • green value is 54;
  • blue value is 127.
RGB:
(33,54,127)
(13%,21%,50%)

RGB channels and saturation

R 33 of 255 = 13%
G 54 of 255 = 21%
B 127 of 255 = 50%

33
54
127

R + G + B ~ 28%. #21367F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
33 + 54 + 127 = 214 (100%)
R 33 of 214 ~ 15.42%
G 54 of 214 ~ 25.23%
B 127 of 214 ~ 59.35%

%15.42
%25.23
%59.35

CMYK color model

#21367F color CMYK value is (74,57,0,50).

  • cyan value is 74.02%
  • magenta value is 57.48%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(74,57,0,50)
C74M57Y0K50 
(74%,57%,0%,50%)
(0.74/0.57/0.00/0.50)	

CMYK percentages

%74.02
%57.48
%0
%50.2

Codes

Color #21367F in popluar color models

21367F
RGB3354127
HSL227°58.75%31.37%
HSB/HSV227°74.02%49.80%
CMYK74.02%57.48%0.00%
50.20%

Color #21367F in popluar number systems.

HEX21367F
Decimal3354127
Binary1000011101101111111
Octal4166177

Shades and tints

Shades of #21367F

#21367F
(33,54,127)
#1E3274
(30,50,116)
#1B2E69
(27,46,105)
#182A5E
(24,42,94)
#152653
(21,38,83)
#122248
(18,34,72)
#0F1E3D
(15,30,61)
#0C1A32
(12,26,50)
#091627
(9,22,39)
#06121C
(6,18,28)
#030E11
(3,14,17)
#000000
(0,0,0)

Tints of #21367F

#21367F
(33,54,127)
#35488A
(53,72,138)
#495A95
(73,90,149)
#5D6CA0
(93,108,160)
#717EAB
(113,126,171)
#8590B6
(133,144,182)
#99A2C1
(153,162,193)
#ADB4CC
(173,180,204)
#C1C6D7
(193,198,215)
#D5D8E2
(213,216,226)
#E9EAED
(233,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #21367F color. Also use rgb(33,54,127) instead hex code.

Text Font Color

.myTextColor { color: #21367F; }

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

This text font color is #21367F.


Background Color

.myBgColor { background-color: #21367F; }

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

This div background color is #21367F.


Border color

.myBorderColor { border: 1px solid #21367F; }

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

This div border color is #21367F.


Opacity

.myOpacity80 { color: #21367F; opacity: 0.8; }

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

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

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

This text has shadow with #21367F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #21367F on black background.


Color preview on white background

This text has color #21367F on white background.



Black color preview on #21367F background

This text has black color on #21367F background.


White color preview on #21367F background

This text has white color on #21367F background.