COLOR #7388C2

HEX: #7388C2 RGB: (115,136,194)

Color info

#7388C2 contains mainly green and blue colors. Web safe color of #7388C2 is #6699CC (or #69C).

RGB color model

#7388C2 color RGB value is (115,136,194).

RGB: (115,136,194) (45%, 53%, 76%)

RGB channels and saturation

R 115 of 255 = 45%
G 136 of 255 = 53%
B 194 of 255 = 76%

115
136
194

R + G + B ~ 58%. #7388C2 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 115 + 136 + 194 = 445 (100%)
R 115 of 445 ~ 25.84%
G 136 of 445 ~ 30.56%
B 194 of 445 ~ 43.6'%

%25.84
%30.56
%43.6

CMYK color model

#7388C2 color CMYK value is (41,30,0,24).

  • cyan value is 40.72%
  • magenta value is 29.90%
  • yellow value is 0.00%
  • key color value is 23.92%

CMYK: (41,30,0,24)
C41M30Y0K24 (41%, 30%, 0%, 24%)
(0.41 / 0.30 / 0.00 / 0.24)

CMYK percentages

%40.72
%29.9
%0
%23.92

Codes

Color #7388C2 in popluar color models

73 88 C2
RGB 115 136 194
HSL 224° 39.30% 60.59%
HSB/HSV 224° 40.72% 76.08%
CMYK 40.72% 29.90% 0.00%
23.92%

Color #7388C2 in popluar number systems.

HEX 73 88 C2
Decimal 115 136 194
Binary 1110011 10001000 11000010
Octal 163 210 302

Shades and tints

Shades of #7388C2

#7388C2
(115,136,194)
#697CB1
(105,124,177)
#5F70A0
(95,112,160)
#55648F
(85,100,143)
#4B587E
(75,88,126)
#414C6D
(65,76,109)
#37405C
(55,64,92)
#2D344B
(45,52,75)
#23283A
(35,40,58)
#191C29
(25,28,41)
#0F1018
(15,16,24)
#000000
(0,0,0)

Tints of #7388C2

#7388C2
(115,136,194)
#7F92C7
(127,146,199)
#8B9CCC
(139,156,204)
#97A6D1
(151,166,209)
#A3B0D6
(163,176,214)
#AFBADB
(175,186,219)
#BBC4E0
(187,196,224)
#C7CEE5
(199,206,229)
#D3D8EA
(211,216,234)
#DFE2EF
(223,226,239)
#EBECF4
(235,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7388C2 color. Also use rgb(115,136,194) instead hex code.

Text Font Color

.myTextColor { color: #7388C2; }

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

This text font color is #7388C2.

Background Color

.myBgColor { background-color: #7388C2; }

<div style="background-color:#7388C2">Inner text</div>

This div background color is #7388C2.

Border color

.myBorderColor { border: 1px solid #7388C2; }

<div style="border:3px solid #7388C2">Div</div>

This div border color is #7388C2.

Opacity

.myOpacity80 { color: #7388C2; opacity: 0.8; }

<p style="color:#7388C2;opacity:0.8;">80%</p>

Text with #7388C2 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 #7388C2;}

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

This text has shadow with #7388C2 color.


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

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

This text has shadow with #7388C2 primary color and red secondary color.


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

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

This text has shadow with #7388C2 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #7388C2.

Preview

Color preview on black background

This text has color #7388C2 on black background.


Color preview on white background

This text has color #7388C2 on white background.


Black color preview on #7388C2 background

This text has black color on #7388C2 background.


White color preview on #7388C2 background

This text has white color on #7388C2 background.


Related colors

Complementary color

Complementary color for #hex is #8C773D.


I love getcolorcode.com

Triadic colors

1 #C27388 and #88C273 with #7388C2 are triadic colors.

2 #C28873 and #8873C2 with #7388C2 are triadic colors.