COLOR #215273

HEX: #215273
RGB: (33,82,115)

Color info

#215273 contains mainly green and blue colors. Web safe color of #215273 is #336666 (or #366).

RGB color model

#215273 color RGB value is (33,82,115).

  • red value is 33;
  • green value is 82;
  • blue value is 115.
RGB:
(33,82,115)
(13%,32%,45%)

RGB channels and saturation

R 33 of 255 = 13%
G 82 of 255 = 32%
B 115 of 255 = 45%

33
82
115

R + G + B ~ 30%. #215273 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
33 + 82 + 115 = 230 (100%)
R 33 of 230 ~ 14.35%
G 82 of 230 ~ 35.65%
B 115 of 230 ~ 50%

%14.35
%35.65
%50

CMYK color model

#215273 color CMYK value is (71,29,0,55).

  • cyan value is 71.30%
  • magenta value is 28.70%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK:
(71,29,0,55)
C71M29Y0K55 
(71%,29%,0%,55%)
(0.71/0.29/0.00/0.55)	

CMYK percentages

%71.3
%28.7
%0
%54.9

Codes

Color #215273 in popluar color models

215273
RGB3382115
HSL204°55.41%29.02%
HSB/HSV204°71.30%45.10%
CMYK71.30%28.70%0.00%
54.90%

Color #215273 in popluar number systems.

HEX215273
Decimal3382115
Binary10000110100101110011
Octal41122163

Shades and tints

Shades of #215273

#215273
(33,82,115)
#1E4B69
(30,75,105)
#1B445F
(27,68,95)
#183D55
(24,61,85)
#15364B
(21,54,75)
#122F41
(18,47,65)
#0F2837
(15,40,55)
#0C212D
(12,33,45)
#091A23
(9,26,35)
#061319
(6,19,25)
#030C0F
(3,12,15)
#000000
(0,0,0)

Tints of #215273

#215273
(33,82,115)
#35617F
(53,97,127)
#49708B
(73,112,139)
#5D7F97
(93,127,151)
#718EA3
(113,142,163)
#859DAF
(133,157,175)
#99ACBB
(153,172,187)
#ADBBC7
(173,187,199)
#C1CAD3
(193,202,211)
#D5D9DF
(213,217,223)
#E9E8EB
(233,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #215273 color. Also use rgb(33,82,115) instead hex code.

Text Font Color

.myTextColor { color: #215273; }

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

This text font color is #215273.


Background Color

.myBgColor { background-color: #215273; }

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

This div background color is #215273.


Border color

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

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

This div border color is #215273.


Opacity

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

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

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

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

This text has shadow with #215273 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #215273 on black background.


Color preview on white background

This text has color #215273 on white background.



Black color preview on #215273 background

This text has black color on #215273 background.


White color preview on #215273 background

This text has white color on #215273 background.