COLOR #2773E5

HEX: #2773E5
RGB: (39,115,229)

Color info

#2773E5 contains mainly blue color. Web safe color of #2773E5 is #3366CC (or #36C).

RGB color model

#2773E5 color RGB value is (39,115,229).

  • red value is 39;
  • green value is 115;
  • blue value is 229.
RGB:
(39,115,229)
(15%,45%,90%)

RGB channels and saturation

R 39 of 255 = 15%
G 115 of 255 = 45%
B 229 of 255 = 90%

39
115
229

R + G + B ~ 50%. #2773E5 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
39 + 115 + 229 = 383 (100%)
R 39 of 383 ~ 10.18%
G 115 of 383 ~ 30.03%
B 229 of 383 ~ 59.79%

%10.18
%30.03
%59.79

CMYK color model

#2773E5 color CMYK value is (83,50,0,10).

  • cyan value is 82.97%
  • magenta value is 49.78%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(83,50,0,10)
C83M50Y0K10 
(83%,50%,0%,10%)
(0.83/0.50/0.00/0.10)	

CMYK percentages

%82.97
%49.78
%0
%10.2

Codes

Color #2773E5 in popluar color models

2773E5
RGB39115229
HSL216°78.51%52.55%
HSB/HSV216°82.97%89.80%
CMYK82.97%49.78%0.00%
10.20%

Color #2773E5 in popluar number systems.

HEX2773E5
Decimal39115229
Binary100111111001111100101
Octal47163345

Shades and tints

Shades of #2773E5

#2773E5
(39,115,229)
#2469D1
(36,105,209)
#215FBD
(33,95,189)
#1E55A9
(30,85,169)
#1B4B95
(27,75,149)
#184181
(24,65,129)
#15376D
(21,55,109)
#122D59
(18,45,89)
#0F2345
(15,35,69)
#0C1931
(12,25,49)
#090F1D
(9,15,29)
#000000
(0,0,0)

Tints of #2773E5

#2773E5
(39,115,229)
#3A7FE7
(58,127,231)
#4D8BE9
(77,139,233)
#6097EB
(96,151,235)
#73A3ED
(115,163,237)
#86AFEF
(134,175,239)
#99BBF1
(153,187,241)
#ACC7F3
(172,199,243)
#BFD3F5
(191,211,245)
#D2DFF7
(210,223,247)
#E5EBF9
(229,235,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2773E5 color. Also use rgb(39,115,229) instead hex code.

Text Font Color

.myTextColor { color: #2773E5; }

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

This text font color is #2773E5.


Background Color

.myBgColor { background-color: #2773E5; }

<div style="background-color:#2773E5">Inner text</div>

This div background color is #2773E5.


Border color

.myBorderColor { border: 1px solid #2773E5; }

<div style="border:3px solid #2773E5">Div</div>

This div border color is #2773E5.


Opacity

.myOpacity80 { color: #2773E5; opacity: 0.8; }

<p style="color:#2773E5;opacity:0.8;">80%</p>

Text with #2773E5 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 #2773E5;}

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

This text has shadow with #2773E5 color.

.textShadow {text-shadow: 3px 3px 1px #2773E5, 3px 3px 1px red;}

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

This text has shadow with #2773E5 primary color and red secondary color.


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

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

This text has shadow with #2773E5 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2773E5 on black background.


Color preview on white background

This text has color #2773E5 on white background.



Black color preview on #2773E5 background

This text has black color on #2773E5 background.


White color preview on #2773E5 background

This text has white color on #2773E5 background.