COLOR #729BBE

HEX: #729BBE RGB: (114,155,190)

Color info

#729BBE contains mainly green and blue colors. Web safe color of #729BBE is #6699CC (or #69C).

RGB color model

#729BBE color RGB value is (114,155,190).

RGB: (114,155,190) (45%, 61%, 75%)

RGB channels and saturation

R 114 of 255 = 45%
G 155 of 255 = 61%
B 190 of 255 = 75%

114
155
190

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

Portions of RGB colors in percentages

R + G + B = 114 + 155 + 190 = 459 (100%)
R 114 of 459 ~ 24.84%
G 155 of 459 ~ 33.77%
B 190 of 459 ~ 41.39'%

%24.84
%33.77
%41.39

CMYK color model

#729BBE color CMYK value is (40,18,0,25).

  • cyan value is 40.00%
  • magenta value is 18.42%
  • yellow value is 0.00%
  • key color value is 25.49%

CMYK: (40,18,0,25)
C40M18Y0K25 (40%, 18%, 0%, 25%)
(0.40 / 0.18 / 0.00 / 0.25)

CMYK percentages

%40
%18.42
%0
%25.49

Codes

Color #729BBE in popluar color models

72 9B BE
RGB 114 155 190
HSL 208° 36.89% 59.61%
HSB/HSV 208° 40.00% 74.51%
CMYK 40.00% 18.42% 0.00%
25.49%

Color #729BBE in popluar number systems.

HEX 72 9B BE
Decimal 114 155 190
Binary 1110010 10011011 10111110
Octal 162 233 276

Shades and tints

Shades of #729BBE

#729BBE
(114,155,190)
#688DAD
(104,141,173)
#5E7F9C
(94,127,156)
#54718B
(84,113,139)
#4A637A
(74,99,122)
#405569
(64,85,105)
#364758
(54,71,88)
#2C3947
(44,57,71)
#222B36
(34,43,54)
#181D25
(24,29,37)
#0E0F14
(14,15,20)
#000000
(0,0,0)

Tints of #729BBE

#729BBE
(114,155,190)
#7EA4C3
(126,164,195)
#8AADC8
(138,173,200)
#96B6CD
(150,182,205)
#A2BFD2
(162,191,210)
#AEC8D7
(174,200,215)
#BAD1DC
(186,209,220)
#C6DAE1
(198,218,225)
#D2E3E6
(210,227,230)
#DEECEB
(222,236,235)
#EAF5F0
(234,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #729BBE; }

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

This text font color is #729BBE.

Background Color

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

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

This div background color is #729BBE.

Border color

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

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

This div border color is #729BBE.

Opacity

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

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

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

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

This text has shadow with #729BBE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #729BBE.

Preview

Color preview on black background

This text has color #729BBE on black background.


Color preview on white background

This text has color #729BBE on white background.


Black color preview on #729BBE background

This text has black color on #729BBE background.


White color preview on #729BBE background

This text has white color on #729BBE background.


Related colors

Complementary color

Complementary color for #hex is #8D6441.


I love getcolorcode.com

Triadic colors

1 #BE729B and #9BBE72 with #729BBE are triadic colors.

2 #BE9B72 and #9B72BE with #729BBE are triadic colors.