COLOR #737CD0

HEX: #737CD0
RGB: (115,124,208)

Color info

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

RGB color model

#737CD0 color RGB value is (115,124,208).

  • red value is 115;
  • green value is 124;
  • blue value is 208.
RGB:
(115,124,208)
(45%,49%,82%)

RGB channels and saturation

R 115 of 255 = 45%
G 124 of 255 = 49%
B 208 of 255 = 82%

115
124
208

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

Portions of RGB colors in percentages

R + G + B =
115 + 124 + 208 = 447 (100%)
R 115 of 447 ~ 25.73%
G 124 of 447 ~ 27.74%
B 208 of 447 ~ 46.53%

%25.73
%27.74
%46.53

CMYK color model

#737CD0 color CMYK value is (45,40,0,18).

  • cyan value is 44.71%
  • magenta value is 40.38%
  • yellow value is 0.00%
  • key color value is 18.43%
CMYK:
(45,40,0,18)
C45M40Y0K18 
(45%,40%,0%,18%)
(0.45/0.40/0.00/0.18)	

CMYK percentages

%44.71
%40.38
%0
%18.43

Codes

Color #737CD0 in popluar color models

737CD0
RGB115124208
HSL234°49.73%63.33%
HSB/HSV234°44.71%81.57%
CMYK44.71%40.38%0.00%
18.43%

Color #737CD0 in popluar number systems.

HEX737CD0
Decimal115124208
Binary1110011111110011010000
Octal163174320

Shades and tints

Shades of #737CD0

#737CD0
(115,124,208)
#6971BE
(105,113,190)
#5F66AC
(95,102,172)
#555B9A
(85,91,154)
#4B5088
(75,80,136)
#414576
(65,69,118)
#373A64
(55,58,100)
#2D2F52
(45,47,82)
#232440
(35,36,64)
#19192E
(25,25,46)
#0F0E1C
(15,14,28)
#000000
(0,0,0)

Tints of #737CD0

#737CD0
(115,124,208)
#7F87D4
(127,135,212)
#8B92D8
(139,146,216)
#979DDC
(151,157,220)
#A3A8E0
(163,168,224)
#AFB3E4
(175,179,228)
#BBBEE8
(187,190,232)
#C7C9EC
(199,201,236)
#D3D4F0
(211,212,240)
#DFDFF4
(223,223,244)
#EBEAF8
(235,234,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #737CD0 color. Also use rgb(115,124,208) instead hex code.

Text Font Color

.myTextColor { color: #737CD0; }

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

This text font color is #737CD0.


Background Color

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

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

This div background color is #737CD0.


Border color

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

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

This div border color is #737CD0.


Opacity

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

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

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

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

This text has shadow with #737CD0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #737CD0 on black background.


Color preview on white background

This text has color #737CD0 on white background.



Black color preview on #737CD0 background

This text has black color on #737CD0 background.


White color preview on #737CD0 background

This text has white color on #737CD0 background.