COLOR #729BB0

HEX: #729BB0 RGB: (114,155,176)

Color info

#729BB0 contains mainly green and blue colors. Web safe color of #729BB0 is #669999 (or #699).

RGB color model

#729BB0 color RGB value is (114,155,176).

RGB: (114,155,176) (45%, 61%, 69%)

RGB channels and saturation

R 114 of 255 = 45%
G 155 of 255 = 61%
B 176 of 255 = 69%

114
155
176

R + G + B ~ 58%. #729BB0 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 114 + 155 + 176 = 445 (100%)
R 114 of 445 ~ 25.62%
G 155 of 445 ~ 34.83%
B 176 of 445 ~ 39.55'%

%25.62
%34.83
%39.55

CMYK color model

#729BB0 color CMYK value is (35,12,0,31).

  • cyan value is 35.23%
  • magenta value is 11.93%
  • yellow value is 0.00%
  • key color value is 30.98%
CMYK: (35,12,0,31) C35M12Y0K31 (35%,12%,0%,31%) (0.35/0.12/0.00/0.31) 

CMYK percentages

%35.23
%11.93
%0
%30.98

Codes

Color #729BB0 in popluar color models

72 9B B0
RGB 114 155 176
HSL 200° 28.18% 56.86%
HSB/HSV 200° 35.23% 69.02%
CMYK 35.23% 11.93% 0.00%
30.98%

Color #729BB0 in popluar number systems.

HEX 72 9B B0
Decimal 114 155 176
Binary 1110010 10011011 10110000
Octal 162 233 260

Shades and tints

Shades of #729BB0

#729BB0
(114,155,176)
#688DA0
(104,141,160)
#5E7F90
(94,127,144)
#547180
(84,113,128)
#4A6370
(74,99,112)
#405560
(64,85,96)
#364750
(54,71,80)
#2C3940
(44,57,64)
#222B30
(34,43,48)
#181D20
(24,29,32)
#0E0F10
(14,15,16)
#000000
(0,0,0)

Tints of #729BB0

#729BB0
(114,155,176)
#7EA4B7
(126,164,183)
#8AADBE
(138,173,190)
#96B6C5
(150,182,197)
#A2BFCC
(162,191,204)
#AEC8D3
(174,200,211)
#BAD1DA
(186,209,218)
#C6DAE1
(198,218,225)
#D2E3E8
(210,227,232)
#DEECEF
(222,236,239)
#EAF5F6
(234,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #729BB0 color. Also use rgb(114,155,176) instead hex code.

Text Font Color

.myTextColor { color: #729BB0; }

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

This text font color is #729BB0.

Background Color

.myBgColor { background-color: #729BB0; }

<div style="background-color:#729BB0">Inner text</div>

This div background color is #729BB0.

Border color

.myBorderColor { border: 1px solid #729BB0; }

<div style="border:3px solid #729BB0">Div</div>

This div border color is #729BB0.

Opacity

.myOpacity80 { color: #729BB0; opacity: 0.8; }

<p style="color:#729BB0;opacity:0.8;">80%</p>

Text with #729BB0 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 #729BB0;}

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

This text has shadow with #729BB0 color.


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

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

This text has shadow with #729BB0 primary color and red secondary color.


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

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

This text has shadow with #729BB0 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #729BB0.

Preview

Color preview on black background

This text has color #729BB0 on black background.


Color preview on white background

This text has color #729BB0 on white background.


Black color preview on #729BB0 background

This text has black color on #729BB0 background.


White color preview on #729BB0 background

This text has white color on #729BB0 background.


Related colors

Complementary color

Complementary color for #hex is #8D644F.


I love getcolorcode.com

Triadic colors

1 #B0729B and #9BB072 with #729BB0 are triadic colors.

2 #B09B72 and #9B72B0 with #729BB0 are triadic colors.