COLOR #2B6987

HEX: #2B6987
RGB: (43,105,135)

Color info

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

RGB color model

#2B6987 color RGB value is (43,105,135).

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

RGB channels and saturation

R 43 of 255 = 17%
G 105 of 255 = 41%
B 135 of 255 = 53%

43
105
135

R + G + B ~ 37%. #2B6987 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
43 + 105 + 135 = 283 (100%)
R 43 of 283 ~ 15.19%
G 105 of 283 ~ 37.1%
B 135 of 283 ~ 47.7%

%15.19
%37.1
%47.7

CMYK color model

#2B6987 color CMYK value is (68,22,0,47).

  • cyan value is 68.15%
  • magenta value is 22.22%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(68,22,0,47)
C68M22Y0K47 
(68%,22%,0%,47%)
(0.68/0.22/0.00/0.47)	

CMYK percentages

%68.15
%22.22
%0
%47.06

Codes

Color #2B6987 in popluar color models

2B6987
RGB43105135
HSL200°51.69%34.90%
HSB/HSV200°68.15%52.94%
CMYK68.15%22.22%0.00%
47.06%

Color #2B6987 in popluar number systems.

HEX2B6987
Decimal43105135
Binary101011110100110000111
Octal53151207

Shades and tints

Shades of #2B6987

#2B6987
(43,105,135)
#28607B
(40,96,123)
#25576F
(37,87,111)
#224E63
(34,78,99)
#1F4557
(31,69,87)
#1C3C4B
(28,60,75)
#19333F
(25,51,63)
#162A33
(22,42,51)
#132127
(19,33,39)
#10181B
(16,24,27)
#0D0F0F
(13,15,15)
#000000
(0,0,0)

Tints of #2B6987

#2B6987
(43,105,135)
#3E7691
(62,118,145)
#51839B
(81,131,155)
#6490A5
(100,144,165)
#779DAF
(119,157,175)
#8AAAB9
(138,170,185)
#9DB7C3
(157,183,195)
#B0C4CD
(176,196,205)
#C3D1D7
(195,209,215)
#D6DEE1
(214,222,225)
#E9EBEB
(233,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2B6987; }

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

This text font color is #2B6987.


Background Color

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

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

This div background color is #2B6987.


Border color

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

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

This div border color is #2B6987.


Opacity

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

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

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

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

This text has shadow with #2B6987 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2B6987 on black background.


Color preview on white background

This text has color #2B6987 on white background.



Black color preview on #2B6987 background

This text has black color on #2B6987 background.


White color preview on #2B6987 background

This text has white color on #2B6987 background.