COLOR #2B6D99

HEX: #2B6D99
RGB: (43,109,153)

Color info

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

RGB color model

#2B6D99 color RGB value is (43,109,153).

  • red value is 43;
  • green value is 109;
  • blue value is 153.
RGB:
(43,109,153)
(17%,43%,60%)

RGB channels and saturation

R 43 of 255 = 17%
G 109 of 255 = 43%
B 153 of 255 = 60%

43
109
153

R + G + B ~ 40%. #2B6D99 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
43 + 109 + 153 = 305 (100%)
R 43 of 305 ~ 14.1%
G 109 of 305 ~ 35.74%
B 153 of 305 ~ 50.16%

%14.1
%35.74
%50.16

CMYK color model

#2B6D99 color CMYK value is (72,29,0,40).

  • cyan value is 71.90%
  • magenta value is 28.76%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(72,29,0,40)
C72M29Y0K40 
(72%,29%,0%,40%)
(0.72/0.29/0.00/0.40)	

CMYK percentages

%71.9
%28.76
%0
%40

Codes

Color #2B6D99 in popluar color models

2B6D99
RGB43109153
HSL204°56.12%38.43%
HSB/HSV204°71.90%60.00%
CMYK71.90%28.76%0.00%
40.00%

Color #2B6D99 in popluar number systems.

HEX2B6D99
Decimal43109153
Binary101011110110110011001
Octal53155231

Shades and tints

Shades of #2B6D99

#2B6D99
(43,109,153)
#28648C
(40,100,140)
#255B7F
(37,91,127)
#225272
(34,82,114)
#1F4965
(31,73,101)
#1C4058
(28,64,88)
#19374B
(25,55,75)
#162E3E
(22,46,62)
#132531
(19,37,49)
#101C24
(16,28,36)
#0D1317
(13,19,23)
#000000
(0,0,0)

Tints of #2B6D99

#2B6D99
(43,109,153)
#3E7AA2
(62,122,162)
#5187AB
(81,135,171)
#6494B4
(100,148,180)
#77A1BD
(119,161,189)
#8AAEC6
(138,174,198)
#9DBBCF
(157,187,207)
#B0C8D8
(176,200,216)
#C3D5E1
(195,213,225)
#D6E2EA
(214,226,234)
#E9EFF3
(233,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2B6D99 color. Also use rgb(43,109,153) instead hex code.

Text Font Color

.myTextColor { color: #2B6D99; }

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

This text font color is #2B6D99.


Background Color

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

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

This div background color is #2B6D99.


Border color

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

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

This div border color is #2B6D99.


Opacity

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

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

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

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

This text has shadow with #2B6D99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2B6D99 on black background.


Color preview on white background

This text has color #2B6D99 on white background.



Black color preview on #2B6D99 background

This text has black color on #2B6D99 background.


White color preview on #2B6D99 background

This text has white color on #2B6D99 background.