COLOR #3773AE

HEX: #3773AE
RGB: (55,115,174)

Color info

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

RGB color model

#3773AE color RGB value is (55,115,174).

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

RGB channels and saturation

R 55 of 255 = 22%
G 115 of 255 = 45%
B 174 of 255 = 68%

55
115
174

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

Portions of RGB colors in percentages

R + G + B =
55 + 115 + 174 = 344 (100%)
R 55 of 344 ~ 15.99%
G 115 of 344 ~ 33.43%
B 174 of 344 ~ 50.58%

%15.99
%33.43
%50.58

CMYK color model

#3773AE color CMYK value is (68,34,0,32).

  • cyan value is 68.39%
  • magenta value is 33.91%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(68,34,0,32)
C68M34Y0K32 
(68%,34%,0%,32%)
(0.68/0.34/0.00/0.32)	

CMYK percentages

%68.39
%33.91
%0
%31.76

Codes

Color #3773AE in popluar color models

3773AE
RGB55115174
HSL210°51.97%44.90%
HSB/HSV210°68.39%68.24%
CMYK68.39%33.91%0.00%
31.76%

Color #3773AE in popluar number systems.

HEX3773AE
Decimal55115174
Binary110111111001110101110
Octal67163256

Shades and tints

Shades of #3773AE

#3773AE
(55,115,174)
#32699F
(50,105,159)
#2D5F90
(45,95,144)
#285581
(40,85,129)
#234B72
(35,75,114)
#1E4163
(30,65,99)
#193754
(25,55,84)
#142D45
(20,45,69)
#0F2336
(15,35,54)
#0A1927
(10,25,39)
#050F18
(5,15,24)
#000000
(0,0,0)

Tints of #3773AE

#3773AE
(55,115,174)
#497FB5
(73,127,181)
#5B8BBC
(91,139,188)
#6D97C3
(109,151,195)
#7FA3CA
(127,163,202)
#91AFD1
(145,175,209)
#A3BBD8
(163,187,216)
#B5C7DF
(181,199,223)
#C7D3E6
(199,211,230)
#D9DFED
(217,223,237)
#EBEBF4
(235,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3773AE; }

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

This text font color is #3773AE.


Background Color

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

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

This div background color is #3773AE.


Border color

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

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

This div border color is #3773AE.


Opacity

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

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

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

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

This text has shadow with #3773AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3773AE on black background.


Color preview on white background

This text has color #3773AE on white background.



Black color preview on #3773AE background

This text has black color on #3773AE background.


White color preview on #3773AE background

This text has white color on #3773AE background.