COLOR #2B6996

HEX: #2B6996
RGB: (43,105,150)

Color info

#2B6996 contains mainly green and blue colors. Web safe color of #2B6996 is #336699 (or #369).

RGB color model

#2B6996 color RGB value is (43,105,150).

  • red value is 43;
  • green value is 105;
  • blue value is 150.
RGB:
(43,105,150)
(17%,41%,59%)

RGB channels and saturation

R 43 of 255 = 17%
G 105 of 255 = 41%
B 150 of 255 = 59%

43
105
150

R + G + B ~ 39%. #2B6996 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
43 + 105 + 150 = 298 (100%)
R 43 of 298 ~ 14.43%
G 105 of 298 ~ 35.23%
B 150 of 298 ~ 50.34%

%14.43
%35.23
%50.34

CMYK color model

#2B6996 color CMYK value is (71,30,0,41).

  • cyan value is 71.33%
  • magenta value is 30.00%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(71,30,0,41)
C71M30Y0K41 
(71%,30%,0%,41%)
(0.71/0.30/0.00/0.41)	

CMYK percentages

%71.33
%30
%0
%41.18

Codes

Color #2B6996 in popluar color models

2B6996
RGB43105150
HSL205°55.44%37.84%
HSB/HSV205°71.33%58.82%
CMYK71.33%30.00%0.00%
41.18%

Color #2B6996 in popluar number systems.

HEX2B6996
Decimal43105150
Binary101011110100110010110
Octal53151226

Shades and tints

Shades of #2B6996

#2B6996
(43,105,150)
#286089
(40,96,137)
#25577C
(37,87,124)
#224E6F
(34,78,111)
#1F4562
(31,69,98)
#1C3C55
(28,60,85)
#193348
(25,51,72)
#162A3B
(22,42,59)
#13212E
(19,33,46)
#101821
(16,24,33)
#0D0F14
(13,15,20)
#000000
(0,0,0)

Tints of #2B6996

#2B6996
(43,105,150)
#3E769F
(62,118,159)
#5183A8
(81,131,168)
#6490B1
(100,144,177)
#779DBA
(119,157,186)
#8AAAC3
(138,170,195)
#9DB7CC
(157,183,204)
#B0C4D5
(176,196,213)
#C3D1DE
(195,209,222)
#D6DEE7
(214,222,231)
#E9EBF0
(233,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2B6996 color. Also use rgb(43,105,150) instead hex code.

Text Font Color

.myTextColor { color: #2B6996; }

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

This text font color is #2B6996.


Background Color

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

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

This div background color is #2B6996.


Border color

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

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

This div border color is #2B6996.


Opacity

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

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

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

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

This text has shadow with #2B6996 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2B6996 on black background.


Color preview on white background

This text has color #2B6996 on white background.



Black color preview on #2B6996 background

This text has black color on #2B6996 background.


White color preview on #2B6996 background

This text has white color on #2B6996 background.