COLOR #2B4881

HEX: #2B4881
RGB: (43,72,129)

Color info

#2B4881 contains mainly green and blue colors. Web safe color of #2B4881 is #333399 (or #339).

RGB color model

#2B4881 color RGB value is (43,72,129).

  • red value is 43;
  • green value is 72;
  • blue value is 129.
RGB:
(43,72,129)
(17%,28%,51%)

RGB channels and saturation

R 43 of 255 = 17%
G 72 of 255 = 28%
B 129 of 255 = 51%

43
72
129

R + G + B ~ 32%. #2B4881 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
43 + 72 + 129 = 244 (100%)
R 43 of 244 ~ 17.62%
G 72 of 244 ~ 29.51%
B 129 of 244 ~ 52.87%

%17.62
%29.51
%52.87

CMYK color model

#2B4881 color CMYK value is (67,44,0,49).

  • cyan value is 66.67%
  • magenta value is 44.19%
  • yellow value is 0.00%
  • key color value is 49.41%
CMYK:
(67,44,0,49)
C67M44Y0K49 
(67%,44%,0%,49%)
(0.67/0.44/0.00/0.49)	

CMYK percentages

%66.67
%44.19
%0
%49.41

Codes

Color #2B4881 in popluar color models

2B4881
RGB4372129
HSL220°50.00%33.73%
HSB/HSV220°66.67%50.59%
CMYK66.67%44.19%0.00%
49.41%

Color #2B4881 in popluar number systems.

HEX2B4881
Decimal4372129
Binary101011100100010000001
Octal53110201

Shades and tints

Shades of #2B4881

#2B4881
(43,72,129)
#284276
(40,66,118)
#253C6B
(37,60,107)
#223660
(34,54,96)
#1F3055
(31,48,85)
#1C2A4A
(28,42,74)
#19243F
(25,36,63)
#161E34
(22,30,52)
#131829
(19,24,41)
#10121E
(16,18,30)
#0D0C13
(13,12,19)
#000000
(0,0,0)

Tints of #2B4881

#2B4881
(43,72,129)
#3E588C
(62,88,140)
#516897
(81,104,151)
#6478A2
(100,120,162)
#7788AD
(119,136,173)
#8A98B8
(138,152,184)
#9DA8C3
(157,168,195)
#B0B8CE
(176,184,206)
#C3C8D9
(195,200,217)
#D6D8E4
(214,216,228)
#E9E8EF
(233,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2B4881 color. Also use rgb(43,72,129) instead hex code.

Text Font Color

.myTextColor { color: #2B4881; }

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

This text font color is #2B4881.


Background Color

.myBgColor { background-color: #2B4881; }

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

This div background color is #2B4881.


Border color

.myBorderColor { border: 1px solid #2B4881; }

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

This div border color is #2B4881.


Opacity

.myOpacity80 { color: #2B4881; opacity: 0.8; }

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

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

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

This text has shadow with #2B4881 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2B4881 on black background.


Color preview on white background

This text has color #2B4881 on white background.



Black color preview on #2B4881 background

This text has black color on #2B4881 background.


White color preview on #2B4881 background

This text has white color on #2B4881 background.