COLOR #2B3971

HEX: #2B3971
RGB: (43,57,113)

Color info

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

RGB color model

#2B3971 color RGB value is (43,57,113).

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

RGB channels and saturation

R 43 of 255 = 17%
G 57 of 255 = 22%
B 113 of 255 = 44%

43
57
113

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

Portions of RGB colors in percentages

R + G + B =
43 + 57 + 113 = 213 (100%)
R 43 of 213 ~ 20.19%
G 57 of 213 ~ 26.76%
B 113 of 213 ~ 53.05%

%20.19
%26.76
%53.05

CMYK color model

#2B3971 color CMYK value is (62,50,0,56).

  • cyan value is 61.95%
  • magenta value is 49.56%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK:
(62,50,0,56)
C62M50Y0K56 
(62%,50%,0%,56%)
(0.62/0.50/0.00/0.56)	

CMYK percentages

%61.95
%49.56
%0
%55.69

Codes

Color #2B3971 in popluar color models

2B3971
RGB4357113
HSL228°44.87%30.59%
HSB/HSV228°61.95%44.31%
CMYK61.95%49.56%0.00%
55.69%

Color #2B3971 in popluar number systems.

HEX2B3971
Decimal4357113
Binary1010111110011110001
Octal5371161

Shades and tints

Shades of #2B3971

#2B3971
(43,57,113)
#283467
(40,52,103)
#252F5D
(37,47,93)
#222A53
(34,42,83)
#1F2549
(31,37,73)
#1C203F
(28,32,63)
#191B35
(25,27,53)
#16162B
(22,22,43)
#131121
(19,17,33)
#100C17
(16,12,23)
#0D070D
(13,7,13)
#000000
(0,0,0)

Tints of #2B3971

#2B3971
(43,57,113)
#3E4B7D
(62,75,125)
#515D89
(81,93,137)
#646F95
(100,111,149)
#7781A1
(119,129,161)
#8A93AD
(138,147,173)
#9DA5B9
(157,165,185)
#B0B7C5
(176,183,197)
#C3C9D1
(195,201,209)
#D6DBDD
(214,219,221)
#E9EDE9
(233,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2B3971; }

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

This text font color is #2B3971.


Background Color

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

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

This div background color is #2B3971.


Border color

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

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

This div border color is #2B3971.


Opacity

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

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

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

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

This text has shadow with #2B3971 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2B3971 on black background.


Color preview on white background

This text has color #2B3971 on white background.



Black color preview on #2B3971 background

This text has black color on #2B3971 background.


White color preview on #2B3971 background

This text has white color on #2B3971 background.