COLOR #2B3976

HEX: #2B3976
RGB: (43,57,118)

Color info

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

RGB color model

#2B3976 color RGB value is (43,57,118).

  • red value is 43;
  • green value is 57;
  • blue value is 118.
RGB:
(43,57,118)
(17%,22%,46%)

RGB channels and saturation

R 43 of 255 = 17%
G 57 of 255 = 22%
B 118 of 255 = 46%

43
57
118

R + G + B ~ 28%. #2B3976 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
43 + 57 + 118 = 218 (100%)
R 43 of 218 ~ 19.72%
G 57 of 218 ~ 26.15%
B 118 of 218 ~ 54.13%

%19.72
%26.15
%54.13

CMYK color model

#2B3976 color CMYK value is (64,52,0,54).

  • cyan value is 63.56%
  • magenta value is 51.69%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(64,52,0,54)
C64M52Y0K54 
(64%,52%,0%,54%)
(0.64/0.52/0.00/0.54)	

CMYK percentages

%63.56
%51.69
%0
%53.73

Codes

Color #2B3976 in popluar color models

2B3976
RGB4357118
HSL229°46.58%31.57%
HSB/HSV229°63.56%46.27%
CMYK63.56%51.69%0.00%
53.73%

Color #2B3976 in popluar number systems.

HEX2B3976
Decimal4357118
Binary1010111110011110110
Octal5371166

Shades and tints

Shades of #2B3976

#2B3976
(43,57,118)
#28346C
(40,52,108)
#252F62
(37,47,98)
#222A58
(34,42,88)
#1F254E
(31,37,78)
#1C2044
(28,32,68)
#191B3A
(25,27,58)
#161630
(22,22,48)
#131126
(19,17,38)
#100C1C
(16,12,28)
#0D0712
(13,7,18)
#000000
(0,0,0)

Tints of #2B3976

#2B3976
(43,57,118)
#3E4B82
(62,75,130)
#515D8E
(81,93,142)
#646F9A
(100,111,154)
#7781A6
(119,129,166)
#8A93B2
(138,147,178)
#9DA5BE
(157,165,190)
#B0B7CA
(176,183,202)
#C3C9D6
(195,201,214)
#D6DBE2
(214,219,226)
#E9EDEE
(233,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2B3976 color. Also use rgb(43,57,118) instead hex code.

Text Font Color

.myTextColor { color: #2B3976; }

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

This text font color is #2B3976.


Background Color

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

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

This div background color is #2B3976.


Border color

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

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

This div border color is #2B3976.


Opacity

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

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

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

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

This text has shadow with #2B3976 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2B3976 on black background.


Color preview on white background

This text has color #2B3976 on white background.



Black color preview on #2B3976 background

This text has black color on #2B3976 background.


White color preview on #2B3976 background

This text has white color on #2B3976 background.