COLOR #738FA2

HEX: #738FA2 RGB: (115,143,162)

Color info

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

RGB color model

#738FA2 color RGB value is (115,143,162).

RGB: (115,143,162) (45%, 56%, 64%)

RGB channels and saturation

R 115 of 255 = 45%
G 143 of 255 = 56%
B 162 of 255 = 64%

115
143
162

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

Portions of RGB colors in percentages

R + G + B = 115 + 143 + 162 = 420 (100%)
R 115 of 420 ~ 27.38%
G 143 of 420 ~ 34.05%
B 162 of 420 ~ 38.57'%

%27.38
%34.05
%38.57

CMYK color model

#738FA2 color CMYK value is (29,12,0,36).

  • cyan value is 29.01%
  • magenta value is 11.73%
  • yellow value is 0.00%
  • key color value is 36.47%
CMYK: (29,12,0,36) C29M12Y0K36 (29%,12%,0%,36%) (0.29/0.12/0.00/0.36) 

CMYK percentages

%29.01
%11.73
%0
%36.47

Codes

Color #738FA2 in popluar color models

73 8F A2
RGB 115 143 162
HSL 204° 20.17% 54.31%
HSB/HSV 204° 29.01% 63.53%
CMYK 29.01% 11.73% 0.00%
36.47%

Color #738FA2 in popluar number systems.

HEX 73 8F A2
Decimal 115 143 162
Binary 1110011 10001111 10100010
Octal 163 217 242

Shades and tints

Shades of #738FA2

#738FA2
(115,143,162)
#698294
(105,130,148)
#5F7586
(95,117,134)
#556878
(85,104,120)
#4B5B6A
(75,91,106)
#414E5C
(65,78,92)
#37414E
(55,65,78)
#2D3440
(45,52,64)
#232732
(35,39,50)
#191A24
(25,26,36)
#0F0D16
(15,13,22)
#000000
(0,0,0)

Tints of #738FA2

#738FA2
(115,143,162)
#7F99AA
(127,153,170)
#8BA3B2
(139,163,178)
#97ADBA
(151,173,186)
#A3B7C2
(163,183,194)
#AFC1CA
(175,193,202)
#BBCBD2
(187,203,210)
#C7D5DA
(199,213,218)
#D3DFE2
(211,223,226)
#DFE9EA
(223,233,234)
#EBF3F2
(235,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #738FA2; }

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

This text font color is #738FA2.

Background Color

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

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

This div background color is #738FA2.

Border color

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

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

This div border color is #738FA2.

Opacity

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

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

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

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

This text has shadow with #738FA2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #738FA2.

Preview

Color preview on black background

This text has color #738FA2 on black background.


Color preview on white background

This text has color #738FA2 on white background.


Black color preview on #738FA2 background

This text has black color on #738FA2 background.


White color preview on #738FA2 background

This text has white color on #738FA2 background.


Related colors

Complementary color

Complementary color for #hex is #8C705D.


I love getcolorcode.com

Triadic colors

1 #A2738F and #8FA273 with #738FA2 are triadic colors.

2 #A28F73 and #8F73A2 with #738FA2 are triadic colors.