COLOR #2B6B89

HEX: #2B6B89
RGB: (43,107,137)

Color info

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

RGB color model

#2B6B89 color RGB value is (43,107,137).

  • red value is 43;
  • green value is 107;
  • blue value is 137.
RGB:
(43,107,137)
(17%,42%,54%)

RGB channels and saturation

R 43 of 255 = 17%
G 107 of 255 = 42%
B 137 of 255 = 54%

43
107
137

R + G + B ~ 38%. #2B6B89 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
43 + 107 + 137 = 287 (100%)
R 43 of 287 ~ 14.98%
G 107 of 287 ~ 37.28%
B 137 of 287 ~ 47.74%

%14.98
%37.28
%47.74

CMYK color model

#2B6B89 color CMYK value is (69,22,0,46).

  • cyan value is 68.61%
  • magenta value is 21.90%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(69,22,0,46)
C69M22Y0K46 
(69%,22%,0%,46%)
(0.69/0.22/0.00/0.46)	

CMYK percentages

%68.61
%21.9
%0
%46.27

Codes

Color #2B6B89 in popluar color models

2B6B89
RGB43107137
HSL199°52.22%35.29%
HSB/HSV199°68.61%53.73%
CMYK68.61%21.90%0.00%
46.27%

Color #2B6B89 in popluar number systems.

HEX2B6B89
Decimal43107137
Binary101011110101110001001
Octal53153211

Shades and tints

Shades of #2B6B89

#2B6B89
(43,107,137)
#28627D
(40,98,125)
#255971
(37,89,113)
#225065
(34,80,101)
#1F4759
(31,71,89)
#1C3E4D
(28,62,77)
#193541
(25,53,65)
#162C35
(22,44,53)
#132329
(19,35,41)
#101A1D
(16,26,29)
#0D1111
(13,17,17)
#000000
(0,0,0)

Tints of #2B6B89

#2B6B89
(43,107,137)
#3E7893
(62,120,147)
#51859D
(81,133,157)
#6492A7
(100,146,167)
#779FB1
(119,159,177)
#8AACBB
(138,172,187)
#9DB9C5
(157,185,197)
#B0C6CF
(176,198,207)
#C3D3D9
(195,211,217)
#D6E0E3
(214,224,227)
#E9EDED
(233,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2B6B89 color. Also use rgb(43,107,137) instead hex code.

Text Font Color

.myTextColor { color: #2B6B89; }

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

This text font color is #2B6B89.


Background Color

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

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

This div background color is #2B6B89.


Border color

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

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

This div border color is #2B6B89.


Opacity

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

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

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

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

This text has shadow with #2B6B89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2B6B89 on black background.


Color preview on white background

This text has color #2B6B89 on white background.



Black color preview on #2B6B89 background

This text has black color on #2B6B89 background.


White color preview on #2B6B89 background

This text has white color on #2B6B89 background.