COLOR #739BCA

HEX: #739BCA RGB: (115,155,202)

Color info

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

RGB color model

#739BCA color RGB value is (115,155,202).

RGB: (115,155,202) (45%, 61%, 79%)

RGB channels and saturation

R 115 of 255 = 45%
G 155 of 255 = 61%
B 202 of 255 = 79%

115
155
202

R + G + B ~ 62%. #739BCA is quite light color.

Portions of RGB colors in percentages

R + G + B = 115 + 155 + 202 = 472 (100%)
R 115 of 472 ~ 24.36%
G 155 of 472 ~ 32.84%
B 202 of 472 ~ 42.8'%

%24.36
%32.84
%42.8

CMYK color model

#739BCA color CMYK value is (43,23,0,21).

  • cyan value is 43.07%
  • magenta value is 23.27%
  • yellow value is 0.00%
  • key color value is 20.78%

CMYK: (43,23,0,21)
C43M23Y0K21 (43%, 23%, 0%, 21%)
(0.43 / 0.23 / 0.00 / 0.21)

CMYK percentages

%43.07
%23.27
%0
%20.78

Codes

Color #739BCA in popluar color models

73 9B CA
RGB 115 155 202
HSL 212° 45.08% 62.16%
HSB/HSV 212° 43.07% 79.22%
CMYK 43.07% 23.27% 0.00%
20.78%

Color #739BCA in popluar number systems.

HEX 73 9B CA
Decimal 115 155 202
Binary 1110011 10011011 11001010
Octal 163 233 312

Shades and tints

Shades of #739BCA

#739BCA
(115,155,202)
#698DB8
(105,141,184)
#5F7FA6
(95,127,166)
#557194
(85,113,148)
#4B6382
(75,99,130)
#415570
(65,85,112)
#37475E
(55,71,94)
#2D394C
(45,57,76)
#232B3A
(35,43,58)
#191D28
(25,29,40)
#0F0F16
(15,15,22)
#000000
(0,0,0)

Tints of #739BCA

#739BCA
(115,155,202)
#7FA4CE
(127,164,206)
#8BADD2
(139,173,210)
#97B6D6
(151,182,214)
#A3BFDA
(163,191,218)
#AFC8DE
(175,200,222)
#BBD1E2
(187,209,226)
#C7DAE6
(199,218,230)
#D3E3EA
(211,227,234)
#DFECEE
(223,236,238)
#EBF5F2
(235,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #739BCA color. Also use rgb(115,155,202) instead hex code.

Text Font Color

.myTextColor { color: #739BCA; }

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

This text font color is #739BCA.

Background Color

.myBgColor { background-color: #739BCA; }

<div style="background-color:#739BCA">Inner text</div>

This div background color is #739BCA.

Border color

.myBorderColor { border: 1px solid #739BCA; }

<div style="border:3px solid #739BCA">Div</div>

This div border color is #739BCA.

Opacity

.myOpacity80 { color: #739BCA; opacity: 0.8; }

<p style="color:#739BCA;opacity:0.8;">80%</p>

Text with #739BCA 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 #739BCA;}

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

This text has shadow with #739BCA color.


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

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

This text has shadow with #739BCA primary color and red secondary color.


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

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

This text has shadow with #739BCA and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #739BCA.

Preview

Color preview on black background

This text has color #739BCA on black background.


Color preview on white background

This text has color #739BCA on white background.


Black color preview on #739BCA background

This text has black color on #739BCA background.


White color preview on #739BCA background

This text has white color on #739BCA background.


Related colors

Complementary color

Complementary color for #hex is #8C6435.


I love getcolorcode.com

Triadic colors

1 #CA739B and #9BCA73 with #739BCA are triadic colors.

2 #CA9B73 and #9B73CA with #739BCA are triadic colors.