COLOR #738AD4

HEX: #738AD4
RGB: (115,138,212)

Color info

#738AD4 contains mainly blue color. Web safe color of #738AD4 is #6699CC (or #69C).

RGB color model

#738AD4 color RGB value is (115,138,212).

  • red value is 115;
  • green value is 138;
  • blue value is 212.
RGB:
(115,138,212)
(45%,54%,83%)

RGB channels and saturation

R 115 of 255 = 45%
G 138 of 255 = 54%
B 212 of 255 = 83%

115
138
212

R + G + B ~ 61%. #738AD4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
115 + 138 + 212 = 465 (100%)
R 115 of 465 ~ 24.73%
G 138 of 465 ~ 29.68%
B 212 of 465 ~ 45.59%

%24.73
%29.68
%45.59

CMYK color model

#738AD4 color CMYK value is (46,35,0,17).

  • cyan value is 45.75%
  • magenta value is 34.91%
  • yellow value is 0.00%
  • key color value is 16.86%
CMYK:
(46,35,0,17)
C46M35Y0K17 
(46%,35%,0%,17%)
(0.46/0.35/0.00/0.17)	

CMYK percentages

%45.75
%34.91
%0
%16.86

Codes

Color #738AD4 in popluar color models

738AD4
RGB115138212
HSL226°53.01%64.12%
HSB/HSV226°45.75%83.14%
CMYK45.75%34.91%0.00%
16.86%

Color #738AD4 in popluar number systems.

HEX738AD4
Decimal115138212
Binary11100111000101011010100
Octal163212324

Shades and tints

Shades of #738AD4

#738AD4
(115,138,212)
#697EC1
(105,126,193)
#5F72AE
(95,114,174)
#55669B
(85,102,155)
#4B5A88
(75,90,136)
#414E75
(65,78,117)
#374262
(55,66,98)
#2D364F
(45,54,79)
#232A3C
(35,42,60)
#191E29
(25,30,41)
#0F1216
(15,18,22)
#000000
(0,0,0)

Tints of #738AD4

#738AD4
(115,138,212)
#7F94D7
(127,148,215)
#8B9EDA
(139,158,218)
#97A8DD
(151,168,221)
#A3B2E0
(163,178,224)
#AFBCE3
(175,188,227)
#BBC6E6
(187,198,230)
#C7D0E9
(199,208,233)
#D3DAEC
(211,218,236)
#DFE4EF
(223,228,239)
#EBEEF2
(235,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #738AD4 color. Also use rgb(115,138,212) instead hex code.

Text Font Color

.myTextColor { color: #738AD4; }

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

This text font color is #738AD4.


Background Color

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

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

This div background color is #738AD4.


Border color

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

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

This div border color is #738AD4.


Opacity

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

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

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

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

This text has shadow with #738AD4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #738AD4 on black background.


Color preview on white background

This text has color #738AD4 on white background.



Black color preview on #738AD4 background

This text has black color on #738AD4 background.


White color preview on #738AD4 background

This text has white color on #738AD4 background.