COLOR #21437C

HEX: #21437C
RGB: (33,67,124)

Color info

#21437C contains mainly green and blue colors. Web safe color of #21437C is #333366 (or #336).

RGB color model

#21437C color RGB value is (33,67,124).

  • red value is 33;
  • green value is 67;
  • blue value is 124.
RGB:
(33,67,124)
(13%,26%,49%)

RGB channels and saturation

R 33 of 255 = 13%
G 67 of 255 = 26%
B 124 of 255 = 49%

33
67
124

R + G + B ~ 29%. #21437C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
33 + 67 + 124 = 224 (100%)
R 33 of 224 ~ 14.73%
G 67 of 224 ~ 29.91%
B 124 of 224 ~ 55.36%

%14.73
%29.91
%55.36

CMYK color model

#21437C color CMYK value is (73,46,0,51).

  • cyan value is 73.39%
  • magenta value is 45.97%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(73,46,0,51)
C73M46Y0K51 
(73%,46%,0%,51%)
(0.73/0.46/0.00/0.51)	

CMYK percentages

%73.39
%45.97
%0
%51.37

Codes

Color #21437C in popluar color models

21437C
RGB3367124
HSL218°57.96%30.78%
HSB/HSV218°73.39%48.63%
CMYK73.39%45.97%0.00%
51.37%

Color #21437C in popluar number systems.

HEX21437C
Decimal3367124
Binary10000110000111111100
Octal41103174

Shades and tints

Shades of #21437C

#21437C
(33,67,124)
#1E3D71
(30,61,113)
#1B3766
(27,55,102)
#18315B
(24,49,91)
#152B50
(21,43,80)
#122545
(18,37,69)
#0F1F3A
(15,31,58)
#0C192F
(12,25,47)
#091324
(9,19,36)
#060D19
(6,13,25)
#03070E
(3,7,14)
#000000
(0,0,0)

Tints of #21437C

#21437C
(33,67,124)
#355487
(53,84,135)
#496592
(73,101,146)
#5D769D
(93,118,157)
#7187A8
(113,135,168)
#8598B3
(133,152,179)
#99A9BE
(153,169,190)
#ADBAC9
(173,186,201)
#C1CBD4
(193,203,212)
#D5DCDF
(213,220,223)
#E9EDEA
(233,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #21437C color. Also use rgb(33,67,124) instead hex code.

Text Font Color

.myTextColor { color: #21437C; }

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

This text font color is #21437C.


Background Color

.myBgColor { background-color: #21437C; }

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

This div background color is #21437C.


Border color

.myBorderColor { border: 1px solid #21437C; }

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

This div border color is #21437C.


Opacity

.myOpacity80 { color: #21437C; opacity: 0.8; }

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

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

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

This text has shadow with #21437C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #21437C on black background.


Color preview on white background

This text has color #21437C on white background.



Black color preview on #21437C background

This text has black color on #21437C background.


White color preview on #21437C background

This text has white color on #21437C background.