COLOR #215AA0

HEX: #215AA0
RGB: (33,90,160)

Color info

#215AA0 contains mainly blue color. Web safe color of #215AA0 is #336699 (or #369).

RGB color model

#215AA0 color RGB value is (33,90,160).

  • red value is 33;
  • green value is 90;
  • blue value is 160.
RGB:
(33,90,160)
(13%,35%,63%)

RGB channels and saturation

R 33 of 255 = 13%
G 90 of 255 = 35%
B 160 of 255 = 63%

33
90
160

R + G + B ~ 37%. #215AA0 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
33 + 90 + 160 = 283 (100%)
R 33 of 283 ~ 11.66%
G 90 of 283 ~ 31.8%
B 160 of 283 ~ 56.54%

%11.66
%31.8
%56.54

CMYK color model

#215AA0 color CMYK value is (79,44,0,37).

  • cyan value is 79.38%
  • magenta value is 43.75%
  • yellow value is 0.00%
  • key color value is 37.25%
CMYK:
(79,44,0,37)
C79M44Y0K37 
(79%,44%,0%,37%)
(0.79/0.44/0.00/0.37)	

CMYK percentages

%79.38
%43.75
%0
%37.25

Codes

Color #215AA0 in popluar color models

215AA0
RGB3390160
HSL213°65.80%37.84%
HSB/HSV213°79.38%62.75%
CMYK79.38%43.75%0.00%
37.25%

Color #215AA0 in popluar number systems.

HEX215AA0
Decimal3390160
Binary100001101101010100000
Octal41132240

Shades and tints

Shades of #215AA0

#215AA0
(33,90,160)
#1E5292
(30,82,146)
#1B4A84
(27,74,132)
#184276
(24,66,118)
#153A68
(21,58,104)
#12325A
(18,50,90)
#0F2A4C
(15,42,76)
#0C223E
(12,34,62)
#091A30
(9,26,48)
#061222
(6,18,34)
#030A14
(3,10,20)
#000000
(0,0,0)

Tints of #215AA0

#215AA0
(33,90,160)
#3569A8
(53,105,168)
#4978B0
(73,120,176)
#5D87B8
(93,135,184)
#7196C0
(113,150,192)
#85A5C8
(133,165,200)
#99B4D0
(153,180,208)
#ADC3D8
(173,195,216)
#C1D2E0
(193,210,224)
#D5E1E8
(213,225,232)
#E9F0F0
(233,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #215AA0 color. Also use rgb(33,90,160) instead hex code.

Text Font Color

.myTextColor { color: #215AA0; }

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

This text font color is #215AA0.


Background Color

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

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

This div background color is #215AA0.


Border color

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

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

This div border color is #215AA0.


Opacity

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

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

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

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

This text has shadow with #215AA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #215AA0 on black background.


Color preview on white background

This text has color #215AA0 on white background.



Black color preview on #215AA0 background

This text has black color on #215AA0 background.


White color preview on #215AA0 background

This text has white color on #215AA0 background.