COLOR #3779FA

HEX: #3779FA
RGB: (55,121,250)

Color info

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

RGB color model

#3779FA color RGB value is (55,121,250).

  • red value is 55;
  • green value is 121;
  • blue value is 250.
RGB:
(55,121,250)
(22%,47%,98%)

RGB channels and saturation

R 55 of 255 = 22%
G 121 of 255 = 47%
B 250 of 255 = 98%

55
121
250

R + G + B ~ 56%. #3779FA is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
55 + 121 + 250 = 426 (100%)
R 55 of 426 ~ 12.91%
G 121 of 426 ~ 28.4%
B 250 of 426 ~ 58.69%

%12.91
%28.4
%58.69

CMYK color model

#3779FA color CMYK value is (78,52,0,2).

  • cyan value is 78.00%
  • magenta value is 51.60%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(78,52,0,2)
C78M52Y0K2 
(78%,52%,0%,2%)
(0.78/0.52/0.00/0.02)	

CMYK percentages

%78
%51.6
%0
%1.96

Codes

Color #3779FA in popluar color models

3779FA
RGB55121250
HSL220°95.12%59.80%
HSB/HSV220°78.00%98.04%
CMYK78.00%51.60%0.00%
1.96%

Color #3779FA in popluar number systems.

HEX3779FA
Decimal55121250
Binary110111111100111111010
Octal67171372

Shades and tints

Shades of #3779FA

#3779FA
(55,121,250)
#326EE4
(50,110,228)
#2D63CE
(45,99,206)
#2858B8
(40,88,184)
#234DA2
(35,77,162)
#1E428C
(30,66,140)
#193776
(25,55,118)
#142C60
(20,44,96)
#0F214A
(15,33,74)
#0A1634
(10,22,52)
#050B1E
(5,11,30)
#000000
(0,0,0)

Tints of #3779FA

#3779FA
(55,121,250)
#4985FA
(73,133,250)
#5B91FA
(91,145,250)
#6D9DFA
(109,157,250)
#7FA9FA
(127,169,250)
#91B5FA
(145,181,250)
#A3C1FA
(163,193,250)
#B5CDFA
(181,205,250)
#C7D9FA
(199,217,250)
#D9E5FA
(217,229,250)
#EBF1FA
(235,241,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3779FA color. Also use rgb(55,121,250) instead hex code.

Text Font Color

.myTextColor { color: #3779FA; }

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

This text font color is #3779FA.


Background Color

.myBgColor { background-color: #3779FA; }

<div style="background-color:#3779FA">Inner text</div>

This div background color is #3779FA.


Border color

.myBorderColor { border: 1px solid #3779FA; }

<div style="border:3px solid #3779FA">Div</div>

This div border color is #3779FA.


Opacity

.myOpacity80 { color: #3779FA; opacity: 0.8; }

<p style="color:#3779FA;opacity:0.8;">80%</p>

Text with #3779FA 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 #3779FA;}

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

This text has shadow with #3779FA color.

.textShadow {text-shadow: 3px 3px 1px #3779FA, 3px 3px 1px red;}

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

This text has shadow with #3779FA primary color and red secondary color.


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

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

This text has shadow with #3779FA and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3779FA on black background.


Color preview on white background

This text has color #3779FA on white background.



Black color preview on #3779FA background

This text has black color on #3779FA background.


White color preview on #3779FA background

This text has white color on #3779FA background.