COLOR #2837B5

HEX: #2837B5
RGB: (40,55,181)

Color info

#2837B5 contains mainly blue color. Web safe color of #2837B5 is #3333CC (or #33C).

RGB color model

#2837B5 color RGB value is (40,55,181).

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

RGB channels and saturation

R 40 of 255 = 16%
G 55 of 255 = 22%
B 181 of 255 = 71%

40
55
181

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

Portions of RGB colors in percentages

R + G + B =
40 + 55 + 181 = 276 (100%)
R 40 of 276 ~ 14.49%
G 55 of 276 ~ 19.93%
B 181 of 276 ~ 65.58%

%14.49
%19.93
%65.58

CMYK color model

#2837B5 color CMYK value is (78,70,0,29).

  • cyan value is 77.90%
  • magenta value is 69.61%
  • yellow value is 0.00%
  • key color value is 29.02%
CMYK:
(78,70,0,29)
C78M70Y0K29 
(78%,70%,0%,29%)
(0.78/0.70/0.00/0.29)	

CMYK percentages

%77.9
%69.61
%0
%29.02

Codes

Color #2837B5 in popluar color models

2837B5
RGB4055181
HSL234°63.80%43.33%
HSB/HSV234°77.90%70.98%
CMYK77.90%69.61%0.00%
29.02%

Color #2837B5 in popluar number systems.

HEX2837B5
Decimal4055181
Binary10100011011110110101
Octal5067265

Shades and tints

Shades of #2837B5

#2837B5
(40,55,181)
#2532A5
(37,50,165)
#222D95
(34,45,149)
#1F2885
(31,40,133)
#1C2375
(28,35,117)
#191E65
(25,30,101)
#161955
(22,25,85)
#131445
(19,20,69)
#100F35
(16,15,53)
#0D0A25
(13,10,37)
#0A0515
(10,5,21)
#000000
(0,0,0)

Tints of #2837B5

#2837B5
(40,55,181)
#3B49BB
(59,73,187)
#4E5BC1
(78,91,193)
#616DC7
(97,109,199)
#747FCD
(116,127,205)
#8791D3
(135,145,211)
#9AA3D9
(154,163,217)
#ADB5DF
(173,181,223)
#C0C7E5
(192,199,229)
#D3D9EB
(211,217,235)
#E6EBF1
(230,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2837B5; }

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

This text font color is #2837B5.


Background Color

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

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

This div background color is #2837B5.


Border color

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

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

This div border color is #2837B5.


Opacity

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

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

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

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

This text has shadow with #2837B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2837B5 on black background.


Color preview on white background

This text has color #2837B5 on white background.



Black color preview on #2837B5 background

This text has black color on #2837B5 background.


White color preview on #2837B5 background

This text has white color on #2837B5 background.