COLOR #3773EB

HEX: #3773EB
RGB: (55,115,235)

Color info

#3773EB contains mainly blue color. Web safe color of #3773EB is #3366FF (or #36F).

RGB color model

#3773EB color RGB value is (55,115,235).

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

RGB channels and saturation

R 55 of 255 = 22%
G 115 of 255 = 45%
B 235 of 255 = 92%

55
115
235

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

Portions of RGB colors in percentages

R + G + B =
55 + 115 + 235 = 405 (100%)
R 55 of 405 ~ 13.58%
G 115 of 405 ~ 28.4%
B 235 of 405 ~ 58.02%

%13.58
%28.4
%58.02

CMYK color model

#3773EB color CMYK value is (77,51,0,8).

  • cyan value is 76.60%
  • magenta value is 51.06%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(77,51,0,8)
C77M51Y0K8 
(77%,51%,0%,8%)
(0.77/0.51/0.00/0.08)	

CMYK percentages

%76.6
%51.06
%0
%7.84

Codes

Color #3773EB in popluar color models

3773EB
RGB55115235
HSL220°81.82%56.86%
HSB/HSV220°76.60%92.16%
CMYK76.60%51.06%0.00%
7.84%

Color #3773EB in popluar number systems.

HEX3773EB
Decimal55115235
Binary110111111001111101011
Octal67163353

Shades and tints

Shades of #3773EB

#3773EB
(55,115,235)
#3269D6
(50,105,214)
#2D5FC1
(45,95,193)
#2855AC
(40,85,172)
#234B97
(35,75,151)
#1E4182
(30,65,130)
#19376D
(25,55,109)
#142D58
(20,45,88)
#0F2343
(15,35,67)
#0A192E
(10,25,46)
#050F19
(5,15,25)
#000000
(0,0,0)

Tints of #3773EB

#3773EB
(55,115,235)
#497FEC
(73,127,236)
#5B8BED
(91,139,237)
#6D97EE
(109,151,238)
#7FA3EF
(127,163,239)
#91AFF0
(145,175,240)
#A3BBF1
(163,187,241)
#B5C7F2
(181,199,242)
#C7D3F3
(199,211,243)
#D9DFF4
(217,223,244)
#EBEBF5
(235,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3773EB; }

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

This text font color is #3773EB.


Background Color

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

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

This div background color is #3773EB.


Border color

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

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

This div border color is #3773EB.


Opacity

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

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

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

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

This text has shadow with #3773EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3773EB on black background.


Color preview on white background

This text has color #3773EB on white background.



Black color preview on #3773EB background

This text has black color on #3773EB background.


White color preview on #3773EB background

This text has white color on #3773EB background.