COLOR #2B4380

HEX: #2B4380
RGB: (43,67,128)

Color info

#2B4380 contains mainly blue color. Web safe color of #2B4380 is #333366 (or #336).

RGB color model

#2B4380 color RGB value is (43,67,128).

  • red value is 43;
  • green value is 67;
  • blue value is 128.
RGB:
(43,67,128)
(17%,26%,50%)

RGB channels and saturation

R 43 of 255 = 17%
G 67 of 255 = 26%
B 128 of 255 = 50%

43
67
128

R + G + B ~ 31%. #2B4380 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
43 + 67 + 128 = 238 (100%)
R 43 of 238 ~ 18.07%
G 67 of 238 ~ 28.15%
B 128 of 238 ~ 53.78%

%18.07
%28.15
%53.78

CMYK color model

#2B4380 color CMYK value is (66,48,0,50).

  • cyan value is 66.41%
  • magenta value is 47.66%
  • yellow value is 0.00%
  • key color value is 49.80%
CMYK:
(66,48,0,50)
C66M48Y0K50 
(66%,48%,0%,50%)
(0.66/0.48/0.00/0.50)	

CMYK percentages

%66.41
%47.66
%0
%49.8

Codes

Color #2B4380 in popluar color models

2B4380
RGB4367128
HSL223°49.71%33.53%
HSB/HSV223°66.41%50.20%
CMYK66.41%47.66%0.00%
49.80%

Color #2B4380 in popluar number systems.

HEX2B4380
Decimal4367128
Binary101011100001110000000
Octal53103200

Shades and tints

Shades of #2B4380

#2B4380
(43,67,128)
#283D75
(40,61,117)
#25376A
(37,55,106)
#22315F
(34,49,95)
#1F2B54
(31,43,84)
#1C2549
(28,37,73)
#191F3E
(25,31,62)
#161933
(22,25,51)
#131328
(19,19,40)
#100D1D
(16,13,29)
#0D0712
(13,7,18)
#000000
(0,0,0)

Tints of #2B4380

#2B4380
(43,67,128)
#3E548B
(62,84,139)
#516596
(81,101,150)
#6476A1
(100,118,161)
#7787AC
(119,135,172)
#8A98B7
(138,152,183)
#9DA9C2
(157,169,194)
#B0BACD
(176,186,205)
#C3CBD8
(195,203,216)
#D6DCE3
(214,220,227)
#E9EDEE
(233,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2B4380; }

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

This text font color is #2B4380.


Background Color

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

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

This div background color is #2B4380.


Border color

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

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

This div border color is #2B4380.


Opacity

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

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

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

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

This text has shadow with #2B4380 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2B4380 on black background.


Color preview on white background

This text has color #2B4380 on white background.



Black color preview on #2B4380 background

This text has black color on #2B4380 background.


White color preview on #2B4380 background

This text has white color on #2B4380 background.