COLOR #738DC2

HEX: #738DC2
RGB: (115,141,194)

Color info

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

RGB color model

#738DC2 color RGB value is (115,141,194).

  • red value is 115;
  • green value is 141;
  • blue value is 194.
RGB:
(115,141,194)
(45%,55%,76%)

RGB channels and saturation

R 115 of 255 = 45%
G 141 of 255 = 55%
B 194 of 255 = 76%

115
141
194

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

Portions of RGB colors in percentages

R + G + B =
115 + 141 + 194 = 450 (100%)
R 115 of 450 ~ 25.56%
G 141 of 450 ~ 31.33%
B 194 of 450 ~ 43.11%

%25.56
%31.33
%43.11

CMYK color model

#738DC2 color CMYK value is (41,27,0,24).

  • cyan value is 40.72%
  • magenta value is 27.32%
  • yellow value is 0.00%
  • key color value is 23.92%
CMYK:
(41,27,0,24)
C41M27Y0K24 
(41%,27%,0%,24%)
(0.41/0.27/0.00/0.24)	

CMYK percentages

%40.72
%27.32
%0
%23.92

Codes

Color #738DC2 in popluar color models

738DC2
RGB115141194
HSL220°39.30%60.59%
HSB/HSV220°40.72%76.08%
CMYK40.72%27.32%0.00%
23.92%

Color #738DC2 in popluar number systems.

HEX738DC2
Decimal115141194
Binary11100111000110111000010
Octal163215302

Shades and tints

Shades of #738DC2

#738DC2
(115,141,194)
#6981B1
(105,129,177)
#5F75A0
(95,117,160)
#55698F
(85,105,143)
#4B5D7E
(75,93,126)
#41516D
(65,81,109)
#37455C
(55,69,92)
#2D394B
(45,57,75)
#232D3A
(35,45,58)
#192129
(25,33,41)
#0F1518
(15,21,24)
#000000
(0,0,0)

Tints of #738DC2

#738DC2
(115,141,194)
#7F97C7
(127,151,199)
#8BA1CC
(139,161,204)
#97ABD1
(151,171,209)
#A3B5D6
(163,181,214)
#AFBFDB
(175,191,219)
#BBC9E0
(187,201,224)
#C7D3E5
(199,211,229)
#D3DDEA
(211,221,234)
#DFE7EF
(223,231,239)
#EBF1F4
(235,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #738DC2 color. Also use rgb(115,141,194) instead hex code.

Text Font Color

.myTextColor { color: #738DC2; }

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

This text font color is #738DC2.


Background Color

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

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

This div background color is #738DC2.


Border color

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

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

This div border color is #738DC2.


Opacity

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

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

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

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

This text has shadow with #738DC2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #738DC2 on black background.


Color preview on white background

This text has color #738DC2 on white background.



Black color preview on #738DC2 background

This text has black color on #738DC2 background.


White color preview on #738DC2 background

This text has white color on #738DC2 background.