COLOR #215892

HEX: #215892
RGB: (33,88,146)

Color info

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

RGB color model

#215892 color RGB value is (33,88,146).

  • red value is 33;
  • green value is 88;
  • blue value is 146.
RGB:
(33,88,146)
(13%,35%,57%)

RGB channels and saturation

R 33 of 255 = 13%
G 88 of 255 = 35%
B 146 of 255 = 57%

33
88
146

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

Portions of RGB colors in percentages

R + G + B =
33 + 88 + 146 = 267 (100%)
R 33 of 267 ~ 12.36%
G 88 of 267 ~ 32.96%
B 146 of 267 ~ 54.68%

%12.36
%32.96
%54.68

CMYK color model

#215892 color CMYK value is (77,40,0,43).

  • cyan value is 77.40%
  • magenta value is 39.73%
  • yellow value is 0.00%
  • key color value is 42.75%
CMYK:
(77,40,0,43)
C77M40Y0K43 
(77%,40%,0%,43%)
(0.77/0.40/0.00/0.43)	

CMYK percentages

%77.4
%39.73
%0
%42.75

Codes

Color #215892 in popluar color models

215892
RGB3388146
HSL211°63.13%35.10%
HSB/HSV211°77.40%57.25%
CMYK77.40%39.73%0.00%
42.75%

Color #215892 in popluar number systems.

HEX215892
Decimal3388146
Binary100001101100010010010
Octal41130222

Shades and tints

Shades of #215892

#215892
(33,88,146)
#1E5085
(30,80,133)
#1B4878
(27,72,120)
#18406B
(24,64,107)
#15385E
(21,56,94)
#123051
(18,48,81)
#0F2844
(15,40,68)
#0C2037
(12,32,55)
#09182A
(9,24,42)
#06101D
(6,16,29)
#030810
(3,8,16)
#000000
(0,0,0)

Tints of #215892

#215892
(33,88,146)
#35679B
(53,103,155)
#4976A4
(73,118,164)
#5D85AD
(93,133,173)
#7194B6
(113,148,182)
#85A3BF
(133,163,191)
#99B2C8
(153,178,200)
#ADC1D1
(173,193,209)
#C1D0DA
(193,208,218)
#D5DFE3
(213,223,227)
#E9EEEC
(233,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #215892 color. Also use rgb(33,88,146) instead hex code.

Text Font Color

.myTextColor { color: #215892; }

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

This text font color is #215892.


Background Color

.myBgColor { background-color: #215892; }

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

This div background color is #215892.


Border color

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

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

This div border color is #215892.


Opacity

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

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

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

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

This text has shadow with #215892 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #215892 on black background.


Color preview on white background

This text has color #215892 on white background.



Black color preview on #215892 background

This text has black color on #215892 background.


White color preview on #215892 background

This text has white color on #215892 background.