COLOR #2837B1

HEX: #2837B1
RGB: (40,55,177)

Color info

#2837B1 contains mainly blue color. Web safe color of #2837B1 is #333399 (or #339).

RGB color model

#2837B1 color RGB value is (40,55,177).

  • red value is 40;
  • green value is 55;
  • blue value is 177.
RGB:
(40,55,177)
(16%,22%,69%)

RGB channels and saturation

R 40 of 255 = 16%
G 55 of 255 = 22%
B 177 of 255 = 69%

40
55
177

R + G + B ~ 36%. #2837B1 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
40 + 55 + 177 = 272 (100%)
R 40 of 272 ~ 14.71%
G 55 of 272 ~ 20.22%
B 177 of 272 ~ 65.07%

%14.71
%20.22
%65.07

CMYK color model

#2837B1 color CMYK value is (77,69,0,31).

  • cyan value is 77.40%
  • magenta value is 68.93%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(77,69,0,31)
C77M69Y0K31 
(77%,69%,0%,31%)
(0.77/0.69/0.00/0.31)	

CMYK percentages

%77.4
%68.93
%0
%30.59

Codes

Color #2837B1 in popluar color models

2837B1
RGB4055177
HSL233°63.13%42.55%
HSB/HSV233°77.40%69.41%
CMYK77.40%68.93%0.00%
30.59%

Color #2837B1 in popluar number systems.

HEX2837B1
Decimal4055177
Binary10100011011110110001
Octal5067261

Shades and tints

Shades of #2837B1

#2837B1
(40,55,177)
#2532A1
(37,50,161)
#222D91
(34,45,145)
#1F2881
(31,40,129)
#1C2371
(28,35,113)
#191E61
(25,30,97)
#161951
(22,25,81)
#131441
(19,20,65)
#100F31
(16,15,49)
#0D0A21
(13,10,33)
#0A0511
(10,5,17)
#000000
(0,0,0)

Tints of #2837B1

#2837B1
(40,55,177)
#3B49B8
(59,73,184)
#4E5BBF
(78,91,191)
#616DC6
(97,109,198)
#747FCD
(116,127,205)
#8791D4
(135,145,212)
#9AA3DB
(154,163,219)
#ADB5E2
(173,181,226)
#C0C7E9
(192,199,233)
#D3D9F0
(211,217,240)
#E6EBF7
(230,235,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2837B1 color. Also use rgb(40,55,177) instead hex code.

Text Font Color

.myTextColor { color: #2837B1; }

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

This text font color is #2837B1.


Background Color

.myBgColor { background-color: #2837B1; }

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

This div background color is #2837B1.


Border color

.myBorderColor { border: 1px solid #2837B1; }

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

This div border color is #2837B1.


Opacity

.myOpacity80 { color: #2837B1; opacity: 0.8; }

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

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

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

This text has shadow with #2837B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2837B1 on black background.


Color preview on white background

This text has color #2837B1 on white background.



Black color preview on #2837B1 background

This text has black color on #2837B1 background.


White color preview on #2837B1 background

This text has white color on #2837B1 background.