COLOR #215D8E

HEX: #215D8E
RGB: (33,93,142)

Color info

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

RGB color model

#215D8E color RGB value is (33,93,142).

  • red value is 33;
  • green value is 93;
  • blue value is 142.
RGB:
(33,93,142)
(13%,36%,56%)

RGB channels and saturation

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

33
93
142

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

Portions of RGB colors in percentages

R + G + B =
33 + 93 + 142 = 268 (100%)
R 33 of 268 ~ 12.31%
G 93 of 268 ~ 34.7%
B 142 of 268 ~ 52.99%

%12.31
%34.7
%52.99

CMYK color model

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

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

CMYK percentages

%76.76
%34.51
%0
%44.31

Codes

Color #215D8E in popluar color models

215D8E
RGB3393142
HSL207°62.29%34.31%
HSB/HSV207°76.76%55.69%
CMYK76.76%34.51%0.00%
44.31%

Color #215D8E in popluar number systems.

HEX215D8E
Decimal3393142
Binary100001101110110001110
Octal41135216

Shades and tints

Shades of #215D8E

#215D8E
(33,93,142)
#1E5582
(30,85,130)
#1B4D76
(27,77,118)
#18456A
(24,69,106)
#153D5E
(21,61,94)
#123552
(18,53,82)
#0F2D46
(15,45,70)
#0C253A
(12,37,58)
#091D2E
(9,29,46)
#061522
(6,21,34)
#030D16
(3,13,22)
#000000
(0,0,0)

Tints of #215D8E

#215D8E
(33,93,142)
#356B98
(53,107,152)
#4979A2
(73,121,162)
#5D87AC
(93,135,172)
#7195B6
(113,149,182)
#85A3C0
(133,163,192)
#99B1CA
(153,177,202)
#ADBFD4
(173,191,212)
#C1CDDE
(193,205,222)
#D5DBE8
(213,219,232)
#E9E9F2
(233,233,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #215D8E; }

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

This text font color is #215D8E.


Background Color

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

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

This div background color is #215D8E.


Border color

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

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

This div border color is #215D8E.


Opacity

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

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

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

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

This text has shadow with #215D8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #215D8E on black background.


Color preview on white background

This text has color #215D8E on white background.



Black color preview on #215D8E background

This text has black color on #215D8E background.


White color preview on #215D8E background

This text has white color on #215D8E background.