COLOR #2B5B87

HEX: #2B5B87
RGB: (43,91,135)

Color info

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

RGB color model

#2B5B87 color RGB value is (43,91,135).

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

RGB channels and saturation

R 43 of 255 = 17%
G 91 of 255 = 36%
B 135 of 255 = 53%

43
91
135

R + G + B ~ 35%. #2B5B87 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
43 + 91 + 135 = 269 (100%)
R 43 of 269 ~ 15.99%
G 91 of 269 ~ 33.83%
B 135 of 269 ~ 50.19%

%15.99
%33.83
%50.19

CMYK color model

#2B5B87 color CMYK value is (68,33,0,47).

  • cyan value is 68.15%
  • magenta value is 32.59%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(68,33,0,47)
C68M33Y0K47 
(68%,33%,0%,47%)
(0.68/0.33/0.00/0.47)	

CMYK percentages

%68.15
%32.59
%0
%47.06

Codes

Color #2B5B87 in popluar color models

2B5B87
RGB4391135
HSL209°51.69%34.90%
HSB/HSV209°68.15%52.94%
CMYK68.15%32.59%0.00%
47.06%

Color #2B5B87 in popluar number systems.

HEX2B5B87
Decimal4391135
Binary101011101101110000111
Octal53133207

Shades and tints

Shades of #2B5B87

#2B5B87
(43,91,135)
#28537B
(40,83,123)
#254B6F
(37,75,111)
#224363
(34,67,99)
#1F3B57
(31,59,87)
#1C334B
(28,51,75)
#192B3F
(25,43,63)
#162333
(22,35,51)
#131B27
(19,27,39)
#10131B
(16,19,27)
#0D0B0F
(13,11,15)
#000000
(0,0,0)

Tints of #2B5B87

#2B5B87
(43,91,135)
#3E6991
(62,105,145)
#51779B
(81,119,155)
#6485A5
(100,133,165)
#7793AF
(119,147,175)
#8AA1B9
(138,161,185)
#9DAFC3
(157,175,195)
#B0BDCD
(176,189,205)
#C3CBD7
(195,203,215)
#D6D9E1
(214,217,225)
#E9E7EB
(233,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2B5B87; }

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

This text font color is #2B5B87.


Background Color

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

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

This div background color is #2B5B87.


Border color

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

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

This div border color is #2B5B87.


Opacity

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

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

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

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

This text has shadow with #2B5B87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2B5B87 on black background.


Color preview on white background

This text has color #2B5B87 on white background.



Black color preview on #2B5B87 background

This text has black color on #2B5B87 background.


White color preview on #2B5B87 background

This text has white color on #2B5B87 background.