COLOR #3773A5

HEX: #3773A5
RGB: (55,115,165)

Color info

#3773A5 contains mainly green and blue colors. Web safe color of #3773A5 is #336699 (or #369).

RGB color model

#3773A5 color RGB value is (55,115,165).

  • red value is 55;
  • green value is 115;
  • blue value is 165.
RGB:
(55,115,165)
(22%,45%,65%)

RGB channels and saturation

R 55 of 255 = 22%
G 115 of 255 = 45%
B 165 of 255 = 65%

55
115
165

R + G + B ~ 44%. #3773A5 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
55 + 115 + 165 = 335 (100%)
R 55 of 335 ~ 16.42%
G 115 of 335 ~ 34.33%
B 165 of 335 ~ 49.25%

%16.42
%34.33
%49.25

CMYK color model

#3773A5 color CMYK value is (67,30,0,35).

  • cyan value is 66.67%
  • magenta value is 30.30%
  • yellow value is 0.00%
  • key color value is 35.29%
CMYK:
(67,30,0,35)
C67M30Y0K35 
(67%,30%,0%,35%)
(0.67/0.30/0.00/0.35)	

CMYK percentages

%66.67
%30.3
%0
%35.29

Codes

Color #3773A5 in popluar color models

3773A5
RGB55115165
HSL207°50.00%43.14%
HSB/HSV207°66.67%64.71%
CMYK66.67%30.30%0.00%
35.29%

Color #3773A5 in popluar number systems.

HEX3773A5
Decimal55115165
Binary110111111001110100101
Octal67163245

Shades and tints

Shades of #3773A5

#3773A5
(55,115,165)
#326996
(50,105,150)
#2D5F87
(45,95,135)
#285578
(40,85,120)
#234B69
(35,75,105)
#1E415A
(30,65,90)
#19374B
(25,55,75)
#142D3C
(20,45,60)
#0F232D
(15,35,45)
#0A191E
(10,25,30)
#050F0F
(5,15,15)
#000000
(0,0,0)

Tints of #3773A5

#3773A5
(55,115,165)
#497FAD
(73,127,173)
#5B8BB5
(91,139,181)
#6D97BD
(109,151,189)
#7FA3C5
(127,163,197)
#91AFCD
(145,175,205)
#A3BBD5
(163,187,213)
#B5C7DD
(181,199,221)
#C7D3E5
(199,211,229)
#D9DFED
(217,223,237)
#EBEBF5
(235,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3773A5 color. Also use rgb(55,115,165) instead hex code.

Text Font Color

.myTextColor { color: #3773A5; }

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

This text font color is #3773A5.


Background Color

.myBgColor { background-color: #3773A5; }

<div style="background-color:#3773A5">Inner text</div>

This div background color is #3773A5.


Border color

.myBorderColor { border: 1px solid #3773A5; }

<div style="border:3px solid #3773A5">Div</div>

This div border color is #3773A5.


Opacity

.myOpacity80 { color: #3773A5; opacity: 0.8; }

<p style="color:#3773A5;opacity:0.8;">80%</p>

Text with #3773A5 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 #3773A5;}

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

This text has shadow with #3773A5 color.

.textShadow {text-shadow: 3px 3px 1px #3773A5, 3px 3px 1px red;}

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

This text has shadow with #3773A5 primary color and red secondary color.


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

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

This text has shadow with #3773A5 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3773A5 on black background.


Color preview on white background

This text has color #3773A5 on white background.



Black color preview on #3773A5 background

This text has black color on #3773A5 background.


White color preview on #3773A5 background

This text has white color on #3773A5 background.