COLOR #2B4980

HEX: #2B4980 RGB: (43,73,128)

Color info

#2B4980 contains mainly green and blue colors. Web safe color of #2B4980 is #333366 (or #336).

RGB color model

#2B4980 color RGB value is (43,73,128).

RGB: (43,73,128) (17%, 29%, 50%)

RGB channels and saturation

R 43 of 255 = 17%
G 73 of 255 = 29%
B 128 of 255 = 50%

43
73
128

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

Portions of RGB colors in percentages

R + G + B = 43 + 73 + 128 = 244 (100%)
R 43 of 244 ~ 17.62%
G 73 of 244 ~ 29.92%
B 128 of 244 ~ 52.46'%

%17.62
%29.92
%52.46

CMYK color model

#2B4980 color CMYK value is (66,43,0,50).

  • cyan value is 66.41%
  • magenta value is 42.97%
  • yellow value is 0.00%
  • key color value is 49.80%

CMYK: (66,43,0,50)
C66M43Y0K50 (66%, 43%, 0%, 50%)
(0.66 / 0.43 / 0.00 / 0.50)

CMYK percentages

%66.41
%42.97
%0
%49.8

Codes

Color #2B4980 in popluar color models

2B 49 80
RGB 43 73 128
HSL 219° 49.71% 33.53%
HSB/HSV 219° 66.41% 50.20%
CMYK 66.41% 42.97% 0.00%
49.80%

Color #2B4980 in popluar number systems.

HEX 2B 49 80
Decimal 43 73 128
Binary 101011 1001001 10000000
Octal 53 111 200

Shades and tints

Shades of #2B4980

#2B4980
(43,73,128)
#284375
(40,67,117)
#253D6A
(37,61,106)
#22375F
(34,55,95)
#1F3154
(31,49,84)
#1C2B49
(28,43,73)
#19253E
(25,37,62)
#161F33
(22,31,51)
#131928
(19,25,40)
#10131D
(16,19,29)
#0D0D12
(13,13,18)
#000000
(0,0,0)

Tints of #2B4980

#2B4980
(43,73,128)
#3E598B
(62,89,139)
#516996
(81,105,150)
#6479A1
(100,121,161)
#7789AC
(119,137,172)
#8A99B7
(138,153,183)
#9DA9C2
(157,169,194)
#B0B9CD
(176,185,205)
#C3C9D8
(195,201,216)
#D6D9E3
(214,217,227)
#E9E9EE
(233,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2B4980 color. Also use rgb(43,73,128) instead hex code.

Text Font Color

.myTextColor { color: #2B4980; }

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

This text font color is #2B4980.

Background Color

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

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

This div background color is #2B4980.

Border color

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

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

This div border color is #2B4980.

Opacity

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

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

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

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

This text has shadow with #2B4980 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2B4980.

Preview

Color preview on black background

This text has color #2B4980 on black background.


Color preview on white background

This text has color #2B4980 on white background.


Black color preview on #2B4980 background

This text has black color on #2B4980 background.


White color preview on #2B4980 background

This text has white color on #2B4980 background.


Related colors

Complementary color

Complementary color for #hex is #D4B67F.


I love getcolorcode.com

Triadic colors

1 #802B49 and #49802B with #2B4980 are triadic colors.

2 #80492B and #492B80 with #2B4980 are triadic colors.