COLOR #737FB1

HEX: #737FB1
RGB: (115,127,177)

Color info

#737FB1 contains mainly green and blue colors. Web safe color of #737FB1 is #666699 (or #669).

RGB color model

#737FB1 color RGB value is (115,127,177).

  • red value is 115;
  • green value is 127;
  • blue value is 177.
RGB:
(115,127,177)
(45%,50%,69%)

RGB channels and saturation

R 115 of 255 = 45%
G 127 of 255 = 50%
B 177 of 255 = 69%

115
127
177

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

Portions of RGB colors in percentages

R + G + B =
115 + 127 + 177 = 419 (100%)
R 115 of 419 ~ 27.45%
G 127 of 419 ~ 30.31%
B 177 of 419 ~ 42.24%

%27.45
%30.31
%42.24

CMYK color model

#737FB1 color CMYK value is (35,28,0,31).

  • cyan value is 35.03%
  • magenta value is 28.25%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(35,28,0,31)
C35M28Y0K31 
(35%,28%,0%,31%)
(0.35/0.28/0.00/0.31)	

CMYK percentages

%35.03
%28.25
%0
%30.59

Codes

Color #737FB1 in popluar color models

737FB1
RGB115127177
HSL228°28.44%57.25%
HSB/HSV228°35.03%69.41%
CMYK35.03%28.25%0.00%
30.59%

Color #737FB1 in popluar number systems.

HEX737FB1
Decimal115127177
Binary1110011111111110110001
Octal163177261

Shades and tints

Shades of #737FB1

#737FB1
(115,127,177)
#6974A1
(105,116,161)
#5F6991
(95,105,145)
#555E81
(85,94,129)
#4B5371
(75,83,113)
#414861
(65,72,97)
#373D51
(55,61,81)
#2D3241
(45,50,65)
#232731
(35,39,49)
#191C21
(25,28,33)
#0F1111
(15,17,17)
#000000
(0,0,0)

Tints of #737FB1

#737FB1
(115,127,177)
#7F8AB8
(127,138,184)
#8B95BF
(139,149,191)
#97A0C6
(151,160,198)
#A3ABCD
(163,171,205)
#AFB6D4
(175,182,212)
#BBC1DB
(187,193,219)
#C7CCE2
(199,204,226)
#D3D7E9
(211,215,233)
#DFE2F0
(223,226,240)
#EBEDF7
(235,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #737FB1 color. Also use rgb(115,127,177) instead hex code.

Text Font Color

.myTextColor { color: #737FB1; }

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

This text font color is #737FB1.


Background Color

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

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

This div background color is #737FB1.


Border color

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

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

This div border color is #737FB1.


Opacity

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

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

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

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

This text has shadow with #737FB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #737FB1 on black background.


Color preview on white background

This text has color #737FB1 on white background.



Black color preview on #737FB1 background

This text has black color on #737FB1 background.


White color preview on #737FB1 background

This text has white color on #737FB1 background.