COLOR #213A58

HEX: #213A58
RGB: (33,58,88)

Color info

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

RGB color model

#213A58 color RGB value is (33,58,88).

  • red value is 33;
  • green value is 58;
  • blue value is 88.
RGB:
(33,58,88)
(13%,23%,35%)

RGB channels and saturation

R 33 of 255 = 13%
G 58 of 255 = 23%
B 88 of 255 = 35%

33
58
88

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

Portions of RGB colors in percentages

R + G + B =
33 + 58 + 88 = 179 (100%)
R 33 of 179 ~ 18.44%
G 58 of 179 ~ 32.4%
B 88 of 179 ~ 49.16%

%18.44
%32.4
%49.16

CMYK color model

#213A58 color CMYK value is (63,34,0,65).

  • cyan value is 62.50%
  • magenta value is 34.09%
  • yellow value is 0.00%
  • key color value is 65.49%
CMYK:
(63,34,0,65)
C63M34Y0K65 
(63%,34%,0%,65%)
(0.63/0.34/0.00/0.65)	

CMYK percentages

%62.5
%34.09
%0
%65.49

Codes

Color #213A58 in popluar color models

213A58
RGB335888
HSL213°45.45%23.73%
HSB/HSV213°62.50%34.51%
CMYK62.50%34.09%0.00%
65.49%

Color #213A58 in popluar number systems.

HEX213A58
Decimal335888
Binary1000011110101011000
Octal4172130

Shades and tints

Shades of #213A58

#213A58
(33,58,88)
#1E3550
(30,53,80)
#1B3048
(27,48,72)
#182B40
(24,43,64)
#152638
(21,38,56)
#122130
(18,33,48)
#0F1C28
(15,28,40)
#0C1720
(12,23,32)
#091218
(9,18,24)
#060D10
(6,13,16)
#030808
(3,8,8)
#000000
(0,0,0)

Tints of #213A58

#213A58
(33,58,88)
#354B67
(53,75,103)
#495C76
(73,92,118)
#5D6D85
(93,109,133)
#717E94
(113,126,148)
#858FA3
(133,143,163)
#99A0B2
(153,160,178)
#ADB1C1
(173,177,193)
#C1C2D0
(193,194,208)
#D5D3DF
(213,211,223)
#E9E4EE
(233,228,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #213A58 color. Also use rgb(33,58,88) instead hex code.

Text Font Color

.myTextColor { color: #213A58; }

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

This text font color is #213A58.


Background Color

.myBgColor { background-color: #213A58; }

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

This div background color is #213A58.


Border color

.myBorderColor { border: 1px solid #213A58; }

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

This div border color is #213A58.


Opacity

.myOpacity80 { color: #213A58; opacity: 0.8; }

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

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

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

This text has shadow with #213A58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #213A58 on black background.


Color preview on white background

This text has color #213A58 on white background.



Black color preview on #213A58 background

This text has black color on #213A58 background.


White color preview on #213A58 background

This text has white color on #213A58 background.