COLOR #7344CD

HEX: #7344CD
RGB: (115,68,205)

Color info

#7344CD contains mainly blue color. Web safe color of #7344CD is #6633CC (or #63C).

RGB color model

#7344CD color RGB value is (115,68,205).

  • red value is 115;
  • green value is 68;
  • blue value is 205.
RGB:
(115,68,205)
(45%,27%,80%)

RGB channels and saturation

R 115 of 255 = 45%
G 68 of 255 = 27%
B 205 of 255 = 80%

115
68
205

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

Portions of RGB colors in percentages

R + G + B =
115 + 68 + 205 = 388 (100%)
R 115 of 388 ~ 29.64%
G 68 of 388 ~ 17.53%
B 205 of 388 ~ 52.84%

%29.64
%17.53
%52.84

CMYK color model

#7344CD color CMYK value is (44,67,0,20).

  • cyan value is 43.90%
  • magenta value is 66.83%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(44,67,0,20)
C44M67Y0K20 
(44%,67%,0%,20%)
(0.44/0.67/0.00/0.20)	

CMYK percentages

%43.9
%66.83
%0
%19.61

Codes

Color #7344CD in popluar color models

7344CD
RGB11568205
HSL261°57.81%53.53%
HSB/HSV261°66.83%80.39%
CMYK43.90%66.83%0.00%
19.61%

Color #7344CD in popluar number systems.

HEX7344CD
Decimal11568205
Binary1110011100010011001101
Octal163104315

Shades and tints

Shades of #7344CD

#7344CD
(115,68,205)
#693EBB
(105,62,187)
#5F38A9
(95,56,169)
#553297
(85,50,151)
#4B2C85
(75,44,133)
#412673
(65,38,115)
#372061
(55,32,97)
#2D1A4F
(45,26,79)
#23143D
(35,20,61)
#190E2B
(25,14,43)
#0F0819
(15,8,25)
#000000
(0,0,0)

Tints of #7344CD

#7344CD
(115,68,205)
#7F55D1
(127,85,209)
#8B66D5
(139,102,213)
#9777D9
(151,119,217)
#A388DD
(163,136,221)
#AF99E1
(175,153,225)
#BBAAE5
(187,170,229)
#C7BBE9
(199,187,233)
#D3CCED
(211,204,237)
#DFDDF1
(223,221,241)
#EBEEF5
(235,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7344CD color. Also use rgb(115,68,205) instead hex code.

Text Font Color

.myTextColor { color: #7344CD; }

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

This text font color is #7344CD.


Background Color

.myBgColor { background-color: #7344CD; }

<div style="background-color:#7344CD">Inner text</div>

This div background color is #7344CD.


Border color

.myBorderColor { border: 1px solid #7344CD; }

<div style="border:3px solid #7344CD">Div</div>

This div border color is #7344CD.


Opacity

.myOpacity80 { color: #7344CD; opacity: 0.8; }

<p style="color:#7344CD;opacity:0.8;">80%</p>

Text with #7344CD 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 #7344CD;}

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

This text has shadow with #7344CD color.

.textShadow {text-shadow: 3px 3px 1px #7344CD, 3px 3px 1px red;}

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

This text has shadow with #7344CD primary color and red secondary color.


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

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

This text has shadow with #7344CD and red colors in old Internet Explorer.


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #7344CD;
-webkit-box-shadow: 1px 1px 3px 2px #7344CD;
box-shadow:1px 1px 3px 2px #7344CD;">
Div content here</div>
This div box has shadow with color #7344CD.

Preview

Color preview on black background

This text has color #7344CD on black background.


Color preview on white background

This text has color #7344CD on white background.



Black color preview on #7344CD background

This text has black color on #7344CD background.


White color preview on #7344CD background

This text has white color on #7344CD background.