COLOR #737EC0

HEX: #737EC0
RGB: (115,126,192)

Color info

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

RGB color model

#737EC0 color RGB value is (115,126,192).

  • red value is 115;
  • green value is 126;
  • blue value is 192.
RGB:
(115,126,192)
(45%,49%,75%)

RGB channels and saturation

R 115 of 255 = 45%
G 126 of 255 = 49%
B 192 of 255 = 75%

115
126
192

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

Portions of RGB colors in percentages

R + G + B =
115 + 126 + 192 = 433 (100%)
R 115 of 433 ~ 26.56%
G 126 of 433 ~ 29.1%
B 192 of 433 ~ 44.34%

%26.56
%29.1
%44.34

CMYK color model

#737EC0 color CMYK value is (40,34,0,25).

  • cyan value is 40.10%
  • magenta value is 34.38%
  • yellow value is 0.00%
  • key color value is 24.71%
CMYK:
(40,34,0,25)
C40M34Y0K25 
(40%,34%,0%,25%)
(0.40/0.34/0.00/0.25)	

CMYK percentages

%40.1
%34.38
%0
%24.71

Codes

Color #737EC0 in popluar color models

737EC0
RGB115126192
HSL231°37.93%60.20%
HSB/HSV231°40.10%75.29%
CMYK40.10%34.38%0.00%
24.71%

Color #737EC0 in popluar number systems.

HEX737EC0
Decimal115126192
Binary1110011111111011000000
Octal163176300

Shades and tints

Shades of #737EC0

#737EC0
(115,126,192)
#6973AF
(105,115,175)
#5F689E
(95,104,158)
#555D8D
(85,93,141)
#4B527C
(75,82,124)
#41476B
(65,71,107)
#373C5A
(55,60,90)
#2D3149
(45,49,73)
#232638
(35,38,56)
#191B27
(25,27,39)
#0F1016
(15,16,22)
#000000
(0,0,0)

Tints of #737EC0

#737EC0
(115,126,192)
#7F89C5
(127,137,197)
#8B94CA
(139,148,202)
#979FCF
(151,159,207)
#A3AAD4
(163,170,212)
#AFB5D9
(175,181,217)
#BBC0DE
(187,192,222)
#C7CBE3
(199,203,227)
#D3D6E8
(211,214,232)
#DFE1ED
(223,225,237)
#EBECF2
(235,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #737EC0 color. Also use rgb(115,126,192) instead hex code.

Text Font Color

.myTextColor { color: #737EC0; }

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

This text font color is #737EC0.


Background Color

.myBgColor { background-color: #737EC0; }

<div style="background-color:#737EC0">Inner text</div>

This div background color is #737EC0.


Border color

.myBorderColor { border: 1px solid #737EC0; }

<div style="border:3px solid #737EC0">Div</div>

This div border color is #737EC0.


Opacity

.myOpacity80 { color: #737EC0; opacity: 0.8; }

<p style="color:#737EC0;opacity:0.8;">80%</p>

Text with #737EC0 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 #737EC0;}

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

This text has shadow with #737EC0 color.

.textShadow {text-shadow: 3px 3px 1px #737EC0, 3px 3px 1px red;}

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

This text has shadow with #737EC0 primary color and red secondary color.


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

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

This text has shadow with #737EC0 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #737EC0 on black background.


Color preview on white background

This text has color #737EC0 on white background.



Black color preview on #737EC0 background

This text has black color on #737EC0 background.


White color preview on #737EC0 background

This text has white color on #737EC0 background.