COLOR #3766B1

HEX: #3766B1
RGB: (55,102,177)

Color info

#3766B1 contains mainly blue color. Web safe color of #3766B1 is #336699 (or #369).

RGB color model

#3766B1 color RGB value is (55,102,177).

  • red value is 55;
  • green value is 102;
  • blue value is 177.
RGB:
(55,102,177)
(22%,40%,69%)

RGB channels and saturation

R 55 of 255 = 22%
G 102 of 255 = 40%
B 177 of 255 = 69%

55
102
177

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

Portions of RGB colors in percentages

R + G + B =
55 + 102 + 177 = 334 (100%)
R 55 of 334 ~ 16.47%
G 102 of 334 ~ 30.54%
B 177 of 334 ~ 52.99%

%16.47
%30.54
%52.99

CMYK color model

#3766B1 color CMYK value is (69,42,0,31).

  • cyan value is 68.93%
  • magenta value is 42.37%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(69,42,0,31)
C69M42Y0K31 
(69%,42%,0%,31%)
(0.69/0.42/0.00/0.31)	

CMYK percentages

%68.93
%42.37
%0
%30.59

Codes

Color #3766B1 in popluar color models

3766B1
RGB55102177
HSL217°52.59%45.49%
HSB/HSV217°68.93%69.41%
CMYK68.93%42.37%0.00%
30.59%

Color #3766B1 in popluar number systems.

HEX3766B1
Decimal55102177
Binary110111110011010110001
Octal67146261

Shades and tints

Shades of #3766B1

#3766B1
(55,102,177)
#325DA1
(50,93,161)
#2D5491
(45,84,145)
#284B81
(40,75,129)
#234271
(35,66,113)
#1E3961
(30,57,97)
#193051
(25,48,81)
#142741
(20,39,65)
#0F1E31
(15,30,49)
#0A1521
(10,21,33)
#050C11
(5,12,17)
#000000
(0,0,0)

Tints of #3766B1

#3766B1
(55,102,177)
#4973B8
(73,115,184)
#5B80BF
(91,128,191)
#6D8DC6
(109,141,198)
#7F9ACD
(127,154,205)
#91A7D4
(145,167,212)
#A3B4DB
(163,180,219)
#B5C1E2
(181,193,226)
#C7CEE9
(199,206,233)
#D9DBF0
(217,219,240)
#EBE8F7
(235,232,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3766B1 color. Also use rgb(55,102,177) instead hex code.

Text Font Color

.myTextColor { color: #3766B1; }

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

This text font color is #3766B1.


Background Color

.myBgColor { background-color: #3766B1; }

<div style="background-color:#3766B1">Inner text</div>

This div background color is #3766B1.


Border color

.myBorderColor { border: 1px solid #3766B1; }

<div style="border:3px solid #3766B1">Div</div>

This div border color is #3766B1.


Opacity

.myOpacity80 { color: #3766B1; opacity: 0.8; }

<p style="color:#3766B1;opacity:0.8;">80%</p>

Text with #3766B1 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 #3766B1;}

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

This text has shadow with #3766B1 color.

.textShadow {text-shadow: 3px 3px 1px #3766B1, 3px 3px 1px red;}

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

This text has shadow with #3766B1 primary color and red secondary color.


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

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

This text has shadow with #3766B1 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3766B1 on black background.


Color preview on white background

This text has color #3766B1 on white background.



Black color preview on #3766B1 background

This text has black color on #3766B1 background.


White color preview on #3766B1 background

This text has white color on #3766B1 background.