COLOR #736DCB

HEX: #736DCB RGB: (115,109,203)

Color info

#736DCB contains mainly blue color. Web safe color of #736DCB is #6666CC (or #66C).

RGB color model

#736DCB color RGB value is (115,109,203).

RGB: (115,109,203) (45%, 43%, 80%)

RGB channels and saturation

R 115 of 255 = 45%
G 109 of 255 = 43%
B 203 of 255 = 80%

115
109
203

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

Portions of RGB colors in percentages

R + G + B = 115 + 109 + 203 = 427 (100%)
R 115 of 427 ~ 26.93%
G 109 of 427 ~ 25.53%
B 203 of 427 ~ 47.54'%

%26.93
%25.53
%47.54

CMYK color model

#736DCB color CMYK value is (43,46,0,20).

  • cyan value is 43.35%
  • magenta value is 46.31%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK: (43,46,0,20) C43M46Y0K20 (43%,46%,0%,20%) (0.43/0.46/0.00/0.20) 

CMYK percentages

%43.35
%46.31
%0
%20.39

Codes

Color #736DCB in popluar color models

73 6D CB
RGB 115 109 203
HSL 244° 47.47% 61.18%
HSB/HSV 244° 46.31% 79.61%
CMYK 43.35% 46.31% 0.00%
20.39%

Color #736DCB in popluar number systems.

HEX 73 6D CB
Decimal 115 109 203
Binary 1110011 1101101 11001011
Octal 163 155 313

Shades and tints

Shades of #736DCB

#736DCB
(115,109,203)
#6964B9
(105,100,185)
#5F5BA7
(95,91,167)
#555295
(85,82,149)
#4B4983
(75,73,131)
#414071
(65,64,113)
#37375F
(55,55,95)
#2D2E4D
(45,46,77)
#23253B
(35,37,59)
#191C29
(25,28,41)
#0F1317
(15,19,23)
#000000
(0,0,0)

Tints of #736DCB

#736DCB
(115,109,203)
#7F7ACF
(127,122,207)
#8B87D3
(139,135,211)
#9794D7
(151,148,215)
#A3A1DB
(163,161,219)
#AFAEDF
(175,174,223)
#BBBBE3
(187,187,227)
#C7C8E7
(199,200,231)
#D3D5EB
(211,213,235)
#DFE2EF
(223,226,239)
#EBEFF3
(235,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #736DCB color. Also use rgb(115,109,203) instead hex code.

Text Font Color

.myTextColor { color: #736DCB; }

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

This text font color is #736DCB.

Background Color

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

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

This div background color is #736DCB.

Border color

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

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

This div border color is #736DCB.

Opacity

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

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

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

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

This text has shadow with #736DCB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #736DCB.

Preview

Color preview on black background

This text has color #736DCB on black background.


Color preview on white background

This text has color #736DCB on white background.


Black color preview on #736DCB background

This text has black color on #736DCB background.


White color preview on #736DCB background

This text has white color on #736DCB background.


Related colors

Complementary color

Complementary color for #hex is #8C9234.


I love getcolorcode.com

Triadic colors

1 #CB736D and #6DCB73 with #736DCB are triadic colors.

2 #CB6D73 and #6D73CB with #736DCB are triadic colors.