COLOR #738FAA

HEX: #738FAA RGB: (115,143,170)

Color info

#738FAA contains red, green and blue colors in about the same proportion. Web safe color of #738FAA is #669999 (or #699).

RGB color model

#738FAA color RGB value is (115,143,170).

RGB: (115,143,170) (45%, 56%, 67%)

RGB channels and saturation

R 115 of 255 = 45%
G 143 of 255 = 56%
B 170 of 255 = 67%

115
143
170

R + G + B ~ 56%. #738FAA is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 115 + 143 + 170 = 428 (100%)
R 115 of 428 ~ 26.87%
G 143 of 428 ~ 33.41%
B 170 of 428 ~ 39.72'%

%26.87
%33.41
%39.72

CMYK color model

#738FAA color CMYK value is (32,16,0,33).

  • cyan value is 32.35%
  • magenta value is 15.88%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK: (32,16,0,33) C32M16Y0K33 (32%,16%,0%,33%) (0.32/0.16/0.00/0.33) 

CMYK percentages

%32.35
%15.88
%0
%33.33

Codes

Color #738FAA in popluar color models

73 8F AA
RGB 115 143 170
HSL 209° 24.44% 55.88%
HSB/HSV 209° 32.35% 66.67%
CMYK 32.35% 15.88% 0.00%
33.33%

Color #738FAA in popluar number systems.

HEX 73 8F AA
Decimal 115 143 170
Binary 1110011 10001111 10101010
Octal 163 217 252

Shades and tints

Shades of #738FAA

#738FAA
(115,143,170)
#69829B
(105,130,155)
#5F758C
(95,117,140)
#55687D
(85,104,125)
#4B5B6E
(75,91,110)
#414E5F
(65,78,95)
#374150
(55,65,80)
#2D3441
(45,52,65)
#232732
(35,39,50)
#191A23
(25,26,35)
#0F0D14
(15,13,20)
#000000
(0,0,0)

Tints of #738FAA

#738FAA
(115,143,170)
#7F99B1
(127,153,177)
#8BA3B8
(139,163,184)
#97ADBF
(151,173,191)
#A3B7C6
(163,183,198)
#AFC1CD
(175,193,205)
#BBCBD4
(187,203,212)
#C7D5DB
(199,213,219)
#D3DFE2
(211,223,226)
#DFE9E9
(223,233,233)
#EBF3F0
(235,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #738FAA color. Also use rgb(115,143,170) instead hex code.

Text Font Color

.myTextColor { color: #738FAA; }

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

This text font color is #738FAA.

Background Color

.myBgColor { background-color: #738FAA; }

<div style="background-color:#738FAA">Inner text</div>

This div background color is #738FAA.

Border color

.myBorderColor { border: 1px solid #738FAA; }

<div style="border:3px solid #738FAA">Div</div>

This div border color is #738FAA.

Opacity

.myOpacity80 { color: #738FAA; opacity: 0.8; }

<p style="color:#738FAA;opacity:0.8;">80%</p>

Text with #738FAA 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 #738FAA;}

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

This text has shadow with #738FAA color.


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

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

This text has shadow with #738FAA primary color and red secondary color.


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

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

This text has shadow with #738FAA and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #738FAA.

Preview

Color preview on black background

This text has color #738FAA on black background.


Color preview on white background

This text has color #738FAA on white background.


Black color preview on #738FAA background

This text has black color on #738FAA background.


White color preview on #738FAA background

This text has white color on #738FAA background.


Related colors

Complementary color

Complementary color for #hex is #8C7055.


I love getcolorcode.com

Triadic colors

1 #AA738F and #8FAA73 with #738FAA are triadic colors.

2 #AA8F73 and #8F73AA with #738FAA are triadic colors.