COLOR #213055

HEX: #213055 RGB: (33,48,85)

Color info

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

RGB color model

#213055 color RGB value is (33,48,85).

RGB: (33,48,85) (13%, 19%, 33%)

RGB channels and saturation

R 33 of 255 = 13%
G 48 of 255 = 19%
B 85 of 255 = 33%

33
48
85

R + G + B ~ 22%. #213055 is dark color.

Portions of RGB colors in percentages

R + G + B = 33 + 48 + 85 = 166 (100%)
R 33 of 166 ~ 19.88%
G 48 of 166 ~ 28.92%
B 85 of 166 ~ 51.2'%

%19.88
%28.92
%51.2

CMYK color model

#213055 color CMYK value is (61,44,0,67).

  • cyan value is 61.18%
  • magenta value is 43.53%
  • yellow value is 0.00%
  • key color value is 66.67%

CMYK: (61,44,0,67)
C61M44Y0K67 (61%, 44%, 0%, 67%)
(0.61 / 0.44 / 0.00 / 0.67)

CMYK percentages

%61.18
%43.53
%0
%66.67

Codes

Color #213055 in popluar color models

21 30 55
RGB 33 48 85
HSL 223° 44.07% 23.14%
HSB/HSV 223° 61.18% 33.33%
CMYK 61.18% 43.53% 0.00%
66.67%

Color #213055 in popluar number systems.

HEX 21 30 55
Decimal 33 48 85
Binary 100001 110000 1010101
Octal 41 60 125

Shades and tints

Shades of #213055

#213055
(33,48,85)
#1E2C4E
(30,44,78)
#1B2847
(27,40,71)
#182440
(24,36,64)
#152039
(21,32,57)
#121C32
(18,28,50)
#0F182B
(15,24,43)
#0C1424
(12,20,36)
#09101D
(9,16,29)
#060C16
(6,12,22)
#03080F
(3,8,15)
#000000
(0,0,0)

Tints of #213055

#213055
(33,48,85)
#354264
(53,66,100)
#495473
(73,84,115)
#5D6682
(93,102,130)
#717891
(113,120,145)
#858AA0
(133,138,160)
#999CAF
(153,156,175)
#ADAEBE
(173,174,190)
#C1C0CD
(193,192,205)
#D5D2DC
(213,210,220)
#E9E4EB
(233,228,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #213055 color. Also use rgb(33,48,85) instead hex code.

Text Font Color

.myTextColor { color: #213055; }

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

This text font color is #213055.

Background Color

.myBgColor { background-color: #213055; }

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

This div background color is #213055.

Border color

.myBorderColor { border: 1px solid #213055; }

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

This div border color is #213055.

Opacity

.myOpacity80 { color: #213055; opacity: 0.8; }

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

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

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

This text has shadow with #213055 color.


.textShadow {text-shadow: 3px 3px 1px #213055', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #213055; -webkit-box-shadow: 1px 1px 3px 2px #213055; box-shadow:1px 1px 3px 2px #213055;">
Div content here
</div>

This div box has shadow with color #213055.

Preview

Color preview on black background

This text has color #213055 on black background.


Color preview on white background

This text has color #213055 on white background.


Black color preview on #213055 background

This text has black color on #213055 background.


White color preview on #213055 background

This text has white color on #213055 background.


Related colors

Complementary color

Complementary color for #hex is #DECFAA.


I love getcolorcode.com

Triadic colors

1 #552130 and #305521 with #213055 are triadic colors.

2 #553021 and #302155 with #213055 are triadic colors.