COLOR #214A5C

HEX: #214A5C
RGB: (33,74,92)

Color info

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

RGB color model

#214A5C color RGB value is (33,74,92).

  • red value is 33;
  • green value is 74;
  • blue value is 92.
RGB:
(33,74,92)
(13%,29%,36%)

RGB channels and saturation

R 33 of 255 = 13%
G 74 of 255 = 29%
B 92 of 255 = 36%

33
74
92

R + G + B ~ 26%. #214A5C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
33 + 74 + 92 = 199 (100%)
R 33 of 199 ~ 16.58%
G 74 of 199 ~ 37.19%
B 92 of 199 ~ 46.23%

%16.58
%37.19
%46.23

CMYK color model

#214A5C color CMYK value is (64,20,0,64).

  • cyan value is 64.13%
  • magenta value is 19.57%
  • yellow value is 0.00%
  • key color value is 63.92%
CMYK:
(64,20,0,64)
C64M20Y0K64 
(64%,20%,0%,64%)
(0.64/0.20/0.00/0.64)	

CMYK percentages

%64.13
%19.57
%0
%63.92

Codes

Color #214A5C in popluar color models

214A5C
RGB337492
HSL198°47.20%24.51%
HSB/HSV198°64.13%36.08%
CMYK64.13%19.57%0.00%
63.92%

Color #214A5C in popluar number systems.

HEX214A5C
Decimal337492
Binary10000110010101011100
Octal41112134

Shades and tints

Shades of #214A5C

#214A5C
(33,74,92)
#1E4454
(30,68,84)
#1B3E4C
(27,62,76)
#183844
(24,56,68)
#15323C
(21,50,60)
#122C34
(18,44,52)
#0F262C
(15,38,44)
#0C2024
(12,32,36)
#091A1C
(9,26,28)
#061414
(6,20,20)
#030E0C
(3,14,12)
#000000
(0,0,0)

Tints of #214A5C

#214A5C
(33,74,92)
#355A6A
(53,90,106)
#496A78
(73,106,120)
#5D7A86
(93,122,134)
#718A94
(113,138,148)
#859AA2
(133,154,162)
#99AAB0
(153,170,176)
#ADBABE
(173,186,190)
#C1CACC
(193,202,204)
#D5DADA
(213,218,218)
#E9EAE8
(233,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #214A5C color. Also use rgb(33,74,92) instead hex code.

Text Font Color

.myTextColor { color: #214A5C; }

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

This text font color is #214A5C.


Background Color

.myBgColor { background-color: #214A5C; }

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

This div background color is #214A5C.


Border color

.myBorderColor { border: 1px solid #214A5C; }

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

This div border color is #214A5C.


Opacity

.myOpacity80 { color: #214A5C; opacity: 0.8; }

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

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

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

This text has shadow with #214A5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #214A5C on black background.


Color preview on white background

This text has color #214A5C on white background.



Black color preview on #214A5C background

This text has black color on #214A5C background.


White color preview on #214A5C background

This text has white color on #214A5C background.