COLOR #736EA5

HEX: #736EA5 RGB: (115,110,165)

Color info

#736EA5 contains red, green and blue colors in about the same proportion. Web safe color of #736EA5 is #666699 (or #669).

RGB color model

#736EA5 color RGB value is (115,110,165).

RGB: (115,110,165) (45%, 43%, 65%)

RGB channels and saturation

R 115 of 255 = 45%
G 110 of 255 = 43%
B 165 of 255 = 65%

115
110
165

R + G + B ~ 51%. #736EA5 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 115 + 110 + 165 = 390 (100%)
R 115 of 390 ~ 29.49%
G 110 of 390 ~ 28.21%
B 165 of 390 ~ 42.31'%

%29.49
%28.21
%42.31

CMYK color model

#736EA5 color CMYK value is (30,33,0,35).

  • cyan value is 30.30%
  • magenta value is 33.33%
  • yellow value is 0.00%
  • key color value is 35.29%

CMYK: (30,33,0,35)
C30M33Y0K35 (30%, 33%, 0%, 35%)
(0.30 / 0.33 / 0.00 / 0.35)

CMYK percentages

%30.3
%33.33
%0
%35.29

Codes

Color #736EA5 in popluar color models

73 6E A5
RGB 115 110 165
HSL 245° 23.40% 53.92%
HSB/HSV 245° 33.33% 64.71%
CMYK 30.30% 33.33% 0.00%
35.29%

Color #736EA5 in popluar number systems.

HEX 73 6E A5
Decimal 115 110 165
Binary 1110011 1101110 10100101
Octal 163 156 245

Shades and tints

Shades of #736EA5

#736EA5
(115,110,165)
#696496
(105,100,150)
#5F5A87
(95,90,135)
#555078
(85,80,120)
#4B4669
(75,70,105)
#413C5A
(65,60,90)
#37324B
(55,50,75)
#2D283C
(45,40,60)
#231E2D
(35,30,45)
#19141E
(25,20,30)
#0F0A0F
(15,10,15)
#000000
(0,0,0)

Tints of #736EA5

#736EA5
(115,110,165)
#7F7BAD
(127,123,173)
#8B88B5
(139,136,181)
#9795BD
(151,149,189)
#A3A2C5
(163,162,197)
#AFAFCD
(175,175,205)
#BBBCD5
(187,188,213)
#C7C9DD
(199,201,221)
#D3D6E5
(211,214,229)
#DFE3ED
(223,227,237)
#EBF0F5
(235,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #736EA5 color. Also use rgb(115,110,165) instead hex code.

Text Font Color

.myTextColor { color: #736EA5; }

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

This text font color is #736EA5.

Background Color

.myBgColor { background-color: #736EA5; }

<div style="background-color:#736EA5">Inner text</div>

This div background color is #736EA5.

Border color

.myBorderColor { border: 1px solid #736EA5; }

<div style="border:3px solid #736EA5">Div</div>

This div border color is #736EA5.

Opacity

.myOpacity80 { color: #736EA5; opacity: 0.8; }

<p style="color:#736EA5;opacity:0.8;">80%</p>

Text with #736EA5 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 #736EA5;}

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

This text has shadow with #736EA5 color.


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

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

This text has shadow with #736EA5 primary color and red secondary color.


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

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

This text has shadow with #736EA5 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #736EA5.

Preview

Color preview on black background

This text has color #736EA5 on black background.


Color preview on white background

This text has color #736EA5 on white background.


Black color preview on #736EA5 background

This text has black color on #736EA5 background.


White color preview on #736EA5 background

This text has white color on #736EA5 background.


Related colors

Complementary color

Complementary color for #hex is #8C915A.


I love getcolorcode.com

Triadic colors

1 #A5736E and #6EA573 with #736EA5 are triadic colors.

2 #A56E73 and #6E73A5 with #736EA5 are triadic colors.