COLOR #2B586B

HEX: #2B586B
RGB: (43,88,107)

Color info

#2B586B contains mainly green and blue colors. Web safe color of #2B586B is #336666 (or #366).

RGB color model

#2B586B color RGB value is (43,88,107).

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

RGB channels and saturation

R 43 of 255 = 17%
G 88 of 255 = 35%
B 107 of 255 = 42%

43
88
107

R + G + B ~ 31%. #2B586B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
43 + 88 + 107 = 238 (100%)
R 43 of 238 ~ 18.07%
G 88 of 238 ~ 36.97%
B 107 of 238 ~ 44.96%

%18.07
%36.97
%44.96

CMYK color model

#2B586B color CMYK value is (60,18,0,58).

  • cyan value is 59.81%
  • magenta value is 17.76%
  • yellow value is 0.00%
  • key color value is 58.04%
CMYK:
(60,18,0,58)
C60M18Y0K58 
(60%,18%,0%,58%)
(0.60/0.18/0.00/0.58)	

CMYK percentages

%59.81
%17.76
%0
%58.04

Codes

Color #2B586B in popluar color models

2B586B
RGB4388107
HSL198°42.67%29.41%
HSB/HSV198°59.81%41.96%
CMYK59.81%17.76%0.00%
58.04%

Color #2B586B in popluar number systems.

HEX2B586B
Decimal4388107
Binary10101110110001101011
Octal53130153

Shades and tints

Shades of #2B586B

#2B586B
(43,88,107)
#285062
(40,80,98)
#254859
(37,72,89)
#224050
(34,64,80)
#1F3847
(31,56,71)
#1C303E
(28,48,62)
#192835
(25,40,53)
#16202C
(22,32,44)
#131823
(19,24,35)
#10101A
(16,16,26)
#0D0811
(13,8,17)
#000000
(0,0,0)

Tints of #2B586B

#2B586B
(43,88,107)
#3E6778
(62,103,120)
#517685
(81,118,133)
#648592
(100,133,146)
#77949F
(119,148,159)
#8AA3AC
(138,163,172)
#9DB2B9
(157,178,185)
#B0C1C6
(176,193,198)
#C3D0D3
(195,208,211)
#D6DFE0
(214,223,224)
#E9EEED
(233,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2B586B; }

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

This text font color is #2B586B.


Background Color

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

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

This div background color is #2B586B.


Border color

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

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

This div border color is #2B586B.


Opacity

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

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

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

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

This text has shadow with #2B586B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2B586B on black background.


Color preview on white background

This text has color #2B586B on white background.



Black color preview on #2B586B background

This text has black color on #2B586B background.


White color preview on #2B586B background

This text has white color on #2B586B background.