COLOR #2873A0

HEX: #2873A0
RGB: (40,115,160)

Color info

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

RGB color model

#2873A0 color RGB value is (40,115,160).

  • red value is 40;
  • green value is 115;
  • blue value is 160.
RGB:
(40,115,160)
(16%,45%,63%)

RGB channels and saturation

R 40 of 255 = 16%
G 115 of 255 = 45%
B 160 of 255 = 63%

40
115
160

R + G + B ~ 41%. #2873A0 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
40 + 115 + 160 = 315 (100%)
R 40 of 315 ~ 12.7%
G 115 of 315 ~ 36.51%
B 160 of 315 ~ 50.79%

%12.7
%36.51
%50.79

CMYK color model

#2873A0 color CMYK value is (75,28,0,37).

  • cyan value is 75.00%
  • magenta value is 28.13%
  • yellow value is 0.00%
  • key color value is 37.25%
CMYK:
(75,28,0,37)
C75M28Y0K37 
(75%,28%,0%,37%)
(0.75/0.28/0.00/0.37)	

CMYK percentages

%75
%28.13
%0
%37.25

Codes

Color #2873A0 in popluar color models

2873A0
RGB40115160
HSL203°60.00%39.22%
HSB/HSV203°75.00%62.75%
CMYK75.00%28.13%0.00%
37.25%

Color #2873A0 in popluar number systems.

HEX2873A0
Decimal40115160
Binary101000111001110100000
Octal50163240

Shades and tints

Shades of #2873A0

#2873A0
(40,115,160)
#256992
(37,105,146)
#225F84
(34,95,132)
#1F5576
(31,85,118)
#1C4B68
(28,75,104)
#19415A
(25,65,90)
#16374C
(22,55,76)
#132D3E
(19,45,62)
#102330
(16,35,48)
#0D1922
(13,25,34)
#0A0F14
(10,15,20)
#000000
(0,0,0)

Tints of #2873A0

#2873A0
(40,115,160)
#3B7FA8
(59,127,168)
#4E8BB0
(78,139,176)
#6197B8
(97,151,184)
#74A3C0
(116,163,192)
#87AFC8
(135,175,200)
#9ABBD0
(154,187,208)
#ADC7D8
(173,199,216)
#C0D3E0
(192,211,224)
#D3DFE8
(211,223,232)
#E6EBF0
(230,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2873A0 color. Also use rgb(40,115,160) instead hex code.

Text Font Color

.myTextColor { color: #2873A0; }

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

This text font color is #2873A0.


Background Color

.myBgColor { background-color: #2873A0; }

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

This div background color is #2873A0.


Border color

.myBorderColor { border: 1px solid #2873A0; }

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

This div border color is #2873A0.


Opacity

.myOpacity80 { color: #2873A0; opacity: 0.8; }

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

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

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

This text has shadow with #2873A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2873A0 on black background.


Color preview on white background

This text has color #2873A0 on white background.



Black color preview on #2873A0 background

This text has black color on #2873A0 background.


White color preview on #2873A0 background

This text has white color on #2873A0 background.