COLOR #215D90

HEX: #215D90 RGB: (33,93,144)

Color info

#215D90 contains mainly green and blue colors. Web safe color of #215D90 is #336699 (or #369).

RGB color model

#215D90 color RGB value is (33,93,144).

RGB: (33,93,144) (13%, 36%, 56%)

RGB channels and saturation

R 33 of 255 = 13%
G 93 of 255 = 36%
B 144 of 255 = 56%

33
93
144

R + G + B ~ 35%. #215D90 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 33 + 93 + 144 = 270 (100%)
R 33 of 270 ~ 12.22%
G 93 of 270 ~ 34.44%
B 144 of 270 ~ 53.33'%

%12.22
%34.44
%53.33

CMYK color model

#215D90 color CMYK value is (77,35,0,44).

  • cyan value is 77.08%
  • magenta value is 35.42%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK: (77,35,0,44) C77M35Y0K44 (77%,35%,0%,44%) (0.77/0.35/0.00/0.44) 

CMYK percentages

%77.08
%35.42
%0
%43.53

Codes

Color #215D90 in popluar color models

21 5D 90
RGB 33 93 144
HSL 208° 62.71% 34.71%
HSB/HSV 208° 77.08% 56.47%
CMYK 77.08% 35.42% 0.00%
43.53%

Color #215D90 in popluar number systems.

HEX 21 5D 90
Decimal 33 93 144
Binary 100001 1011101 10010000
Octal 41 135 220

Shades and tints

Shades of #215D90

#215D90
(33,93,144)
#1E5583
(30,85,131)
#1B4D76
(27,77,118)
#184569
(24,69,105)
#153D5C
(21,61,92)
#12354F
(18,53,79)
#0F2D42
(15,45,66)
#0C2535
(12,37,53)
#091D28
(9,29,40)
#06151B
(6,21,27)
#030D0E
(3,13,14)
#000000
(0,0,0)

Tints of #215D90

#215D90
(33,93,144)
#356B9A
(53,107,154)
#4979A4
(73,121,164)
#5D87AE
(93,135,174)
#7195B8
(113,149,184)
#85A3C2
(133,163,194)
#99B1CC
(153,177,204)
#ADBFD6
(173,191,214)
#C1CDE0
(193,205,224)
#D5DBEA
(213,219,234)
#E9E9F4
(233,233,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #215D90 color. Also use rgb(33,93,144) instead hex code.

Text Font Color

.myTextColor { color: #215D90; }

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

This text font color is #215D90.

Background Color

.myBgColor { background-color: #215D90; }

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

This div background color is #215D90.

Border color

.myBorderColor { border: 1px solid #215D90; }

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

This div border color is #215D90.

Opacity

.myOpacity80 { color: #215D90; opacity: 0.8; }

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

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

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

This text has shadow with #215D90 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #215D90.

Preview

Color preview on black background

This text has color #215D90 on black background.


Color preview on white background

This text has color #215D90 on white background.


Black color preview on #215D90 background

This text has black color on #215D90 background.


White color preview on #215D90 background

This text has white color on #215D90 background.


Related colors

Complementary color

Complementary color for #hex is #DEA26F.


I love getcolorcode.com

Triadic colors

1 #90215D and #5D9021 with #215D90 are triadic colors.

2 #905D21 and #5D2190 with #215D90 are triadic colors.