COLOR #2B729C

HEX: #2B729C
RGB: (43,114,156)

Color info

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

RGB color model

#2B729C color RGB value is (43,114,156).

  • red value is 43;
  • green value is 114;
  • blue value is 156.
RGB:
(43,114,156)
(17%,45%,61%)

RGB channels and saturation

R 43 of 255 = 17%
G 114 of 255 = 45%
B 156 of 255 = 61%

43
114
156

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

Portions of RGB colors in percentages

R + G + B =
43 + 114 + 156 = 313 (100%)
R 43 of 313 ~ 13.74%
G 114 of 313 ~ 36.42%
B 156 of 313 ~ 49.84%

%13.74
%36.42
%49.84

CMYK color model

#2B729C color CMYK value is (72,27,0,39).

  • cyan value is 72.44%
  • magenta value is 26.92%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(72,27,0,39)
C72M27Y0K39 
(72%,27%,0%,39%)
(0.72/0.27/0.00/0.39)	

CMYK percentages

%72.44
%26.92
%0
%38.82

Codes

Color #2B729C in popluar color models

2B729C
RGB43114156
HSL202°56.78%39.02%
HSB/HSV202°72.44%61.18%
CMYK72.44%26.92%0.00%
38.82%

Color #2B729C in popluar number systems.

HEX2B729C
Decimal43114156
Binary101011111001010011100
Octal53162234

Shades and tints

Shades of #2B729C

#2B729C
(43,114,156)
#28688E
(40,104,142)
#255E80
(37,94,128)
#225472
(34,84,114)
#1F4A64
(31,74,100)
#1C4056
(28,64,86)
#193648
(25,54,72)
#162C3A
(22,44,58)
#13222C
(19,34,44)
#10181E
(16,24,30)
#0D0E10
(13,14,16)
#000000
(0,0,0)

Tints of #2B729C

#2B729C
(43,114,156)
#3E7EA5
(62,126,165)
#518AAE
(81,138,174)
#6496B7
(100,150,183)
#77A2C0
(119,162,192)
#8AAEC9
(138,174,201)
#9DBAD2
(157,186,210)
#B0C6DB
(176,198,219)
#C3D2E4
(195,210,228)
#D6DEED
(214,222,237)
#E9EAF6
(233,234,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2B729C color. Also use rgb(43,114,156) instead hex code.

Text Font Color

.myTextColor { color: #2B729C; }

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

This text font color is #2B729C.


Background Color

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

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

This div background color is #2B729C.


Border color

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

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

This div border color is #2B729C.


Opacity

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

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

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

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

This text has shadow with #2B729C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2B729C on black background.


Color preview on white background

This text has color #2B729C on white background.



Black color preview on #2B729C background

This text has black color on #2B729C background.


White color preview on #2B729C background

This text has white color on #2B729C background.