COLOR #2B7199

HEX: #2B7199 RGB: (43,113,153)

Color info

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

RGB color model

#2B7199 color RGB value is (43,113,153).

RGB: (43,113,153) (17%, 44%, 60%)

RGB channels and saturation

R 43 of 255 = 17%
G 113 of 255 = 44%
B 153 of 255 = 60%

43
113
153

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

Portions of RGB colors in percentages

R + G + B = 43 + 113 + 153 = 309 (100%)
R 43 of 309 ~ 13.92%
G 113 of 309 ~ 36.57%
B 153 of 309 ~ 49.51'%

%13.92
%36.57
%49.51

CMYK color model

#2B7199 color CMYK value is (72,26,0,40).

  • cyan value is 71.90%
  • magenta value is 26.14%
  • yellow value is 0.00%
  • key color value is 40.00%

CMYK: (72,26,0,40)
C72M26Y0K40 (72%, 26%, 0%, 40%)
(0.72 / 0.26 / 0.00 / 0.40)

CMYK percentages

%71.9
%26.14
%0
%40

Codes

Color #2B7199 in popluar color models

2B 71 99
RGB 43 113 153
HSL 202° 56.12% 38.43%
HSB/HSV 202° 71.90% 60.00%
CMYK 71.90% 26.14% 0.00%
40.00%

Color #2B7199 in popluar number systems.

HEX 2B 71 99
Decimal 43 113 153
Binary 101011 1110001 10011001
Octal 53 161 231

Shades and tints

Shades of #2B7199

#2B7199
(43,113,153)
#28678C
(40,103,140)
#255D7F
(37,93,127)
#225372
(34,83,114)
#1F4965
(31,73,101)
#1C3F58
(28,63,88)
#19354B
(25,53,75)
#162B3E
(22,43,62)
#132131
(19,33,49)
#101724
(16,23,36)
#0D0D17
(13,13,23)
#000000
(0,0,0)

Tints of #2B7199

#2B7199
(43,113,153)
#3E7DA2
(62,125,162)
#5189AB
(81,137,171)
#6495B4
(100,149,180)
#77A1BD
(119,161,189)
#8AADC6
(138,173,198)
#9DB9CF
(157,185,207)
#B0C5D8
(176,197,216)
#C3D1E1
(195,209,225)
#D6DDEA
(214,221,234)
#E9E9F3
(233,233,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2B7199; }

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

This text font color is #2B7199.

Background Color

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

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

This div background color is #2B7199.

Border color

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

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

This div border color is #2B7199.

Opacity

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

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

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

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

This text has shadow with #2B7199 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2B7199.

Preview

Color preview on black background

This text has color #2B7199 on black background.


Color preview on white background

This text has color #2B7199 on white background.


Black color preview on #2B7199 background

This text has black color on #2B7199 background.


White color preview on #2B7199 background

This text has white color on #2B7199 background.


Related colors

Complementary color

Complementary color for #hex is #D48E66.


I love getcolorcode.com

Triadic colors

1 #992B71 and #71992B with #2B7199 are triadic colors.

2 #99712B and #712B99 with #2B7199 are triadic colors.