COLOR #2B506B

HEX: #2B506B RGB: (43,80,107)

Color info

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

RGB color model

#2B506B color RGB value is (43,80,107).

RGB: (43,80,107) (17%, 31%, 42%)

RGB channels and saturation

R 43 of 255 = 17%
G 80 of 255 = 31%
B 107 of 255 = 42%

43
80
107

R + G + B ~ 30%. #2B506B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 43 + 80 + 107 = 230 (100%)
R 43 of 230 ~ 18.7%
G 80 of 230 ~ 34.78%
B 107 of 230 ~ 46.52'%

%18.7
%34.78
%46.52

CMYK color model

#2B506B color CMYK value is (60,25,0,58).

  • cyan value is 59.81%
  • magenta value is 25.23%
  • yellow value is 0.00%
  • key color value is 58.04%

CMYK: (60,25,0,58)
C60M25Y0K58 (60%, 25%, 0%, 58%)
(0.60 / 0.25 / 0.00 / 0.58)

CMYK percentages

%59.81
%25.23
%0
%58.04

Codes

Color #2B506B in popluar color models

2B 50 6B
RGB 43 80 107
HSL 205° 42.67% 29.41%
HSB/HSV 205° 59.81% 41.96%
CMYK 59.81% 25.23% 0.00%
58.04%

Color #2B506B in popluar number systems.

HEX 2B 50 6B
Decimal 43 80 107
Binary 101011 1010000 1101011
Octal 53 120 153

Shades and tints

Shades of #2B506B

#2B506B
(43,80,107)
#284962
(40,73,98)
#254259
(37,66,89)
#223B50
(34,59,80)
#1F3447
(31,52,71)
#1C2D3E
(28,45,62)
#192635
(25,38,53)
#161F2C
(22,31,44)
#131823
(19,24,35)
#10111A
(16,17,26)
#0D0A11
(13,10,17)
#000000
(0,0,0)

Tints of #2B506B

#2B506B
(43,80,107)
#3E5F78
(62,95,120)
#516E85
(81,110,133)
#647D92
(100,125,146)
#778C9F
(119,140,159)
#8A9BAC
(138,155,172)
#9DAAB9
(157,170,185)
#B0B9C6
(176,185,198)
#C3C8D3
(195,200,211)
#D6D7E0
(214,215,224)
#E9E6ED
(233,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2B506B; }

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

This text font color is #2B506B.

Background Color

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

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

This div background color is #2B506B.

Border color

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

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

This div border color is #2B506B.

Opacity

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

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

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

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

This text has shadow with #2B506B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2B506B.

Preview

Color preview on black background

This text has color #2B506B on black background.


Color preview on white background

This text has color #2B506B on white background.


Black color preview on #2B506B background

This text has black color on #2B506B background.


White color preview on #2B506B background

This text has white color on #2B506B background.


Related colors

Complementary color

Complementary color for #hex is #D4AF94.


I love getcolorcode.com

Triadic colors

1 #6B2B50 and #506B2B with #2B506B are triadic colors.

2 #6B502B and #502B6B with #2B506B are triadic colors.