COLOR #737AB1

HEX: #737AB1
RGB: (115,122,177)

Color info

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

RGB color model

#737AB1 color RGB value is (115,122,177).

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

RGB channels and saturation

R 115 of 255 = 45%
G 122 of 255 = 48%
B 177 of 255 = 69%

115
122
177

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

Portions of RGB colors in percentages

R + G + B =
115 + 122 + 177 = 414 (100%)
R 115 of 414 ~ 27.78%
G 122 of 414 ~ 29.47%
B 177 of 414 ~ 42.75%

%27.78
%29.47
%42.75

CMYK color model

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

  • cyan value is 35.03%
  • magenta value is 31.07%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(35,31,0,31)
C35M31Y0K31 
(35%,31%,0%,31%)
(0.35/0.31/0.00/0.31)	

CMYK percentages

%35.03
%31.07
%0
%30.59

Codes

Color #737AB1 in popluar color models

737AB1
RGB115122177
HSL233°28.44%57.25%
HSB/HSV233°35.03%69.41%
CMYK35.03%31.07%0.00%
30.59%

Color #737AB1 in popluar number systems.

HEX737AB1
Decimal115122177
Binary1110011111101010110001
Octal163172261

Shades and tints

Shades of #737AB1

#737AB1
(115,122,177)
#696FA1
(105,111,161)
#5F6491
(95,100,145)
#555981
(85,89,129)
#4B4E71
(75,78,113)
#414361
(65,67,97)
#373851
(55,56,81)
#2D2D41
(45,45,65)
#232231
(35,34,49)
#191721
(25,23,33)
#0F0C11
(15,12,17)
#000000
(0,0,0)

Tints of #737AB1

#737AB1
(115,122,177)
#7F86B8
(127,134,184)
#8B92BF
(139,146,191)
#979EC6
(151,158,198)
#A3AACD
(163,170,205)
#AFB6D4
(175,182,212)
#BBC2DB
(187,194,219)
#C7CEE2
(199,206,226)
#D3DAE9
(211,218,233)
#DFE6F0
(223,230,240)
#EBF2F7
(235,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #737AB1; }

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

This text font color is #737AB1.


Background Color

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

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

This div background color is #737AB1.


Border color

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

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

This div border color is #737AB1.


Opacity

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

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

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

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

This text has shadow with #737AB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #737AB1 on black background.


Color preview on white background

This text has color #737AB1 on white background.



Black color preview on #737AB1 background

This text has black color on #737AB1 background.


White color preview on #737AB1 background

This text has white color on #737AB1 background.