COLOR #3766B2

HEX: #3766B2
RGB: (55,102,178)

Color info

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

RGB color model

#3766B2 color RGB value is (55,102,178).

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

RGB channels and saturation

R 55 of 255 = 22%
G 102 of 255 = 40%
B 178 of 255 = 70%

55
102
178

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

Portions of RGB colors in percentages

R + G + B =
55 + 102 + 178 = 335 (100%)
R 55 of 335 ~ 16.42%
G 102 of 335 ~ 30.45%
B 178 of 335 ~ 53.13%

%16.42
%30.45
%53.13

CMYK color model

#3766B2 color CMYK value is (69,43,0,30).

  • cyan value is 69.10%
  • magenta value is 42.70%
  • yellow value is 0.00%
  • key color value is 30.20%
CMYK:
(69,43,0,30)
C69M43Y0K30 
(69%,43%,0%,30%)
(0.69/0.43/0.00/0.30)	

CMYK percentages

%69.1
%42.7
%0
%30.2

Codes

Color #3766B2 in popluar color models

3766B2
RGB55102178
HSL217°52.79%45.69%
HSB/HSV217°69.10%69.80%
CMYK69.10%42.70%0.00%
30.20%

Color #3766B2 in popluar number systems.

HEX3766B2
Decimal55102178
Binary110111110011010110010
Octal67146262

Shades and tints

Shades of #3766B2

#3766B2
(55,102,178)
#325DA2
(50,93,162)
#2D5492
(45,84,146)
#284B82
(40,75,130)
#234272
(35,66,114)
#1E3962
(30,57,98)
#193052
(25,48,82)
#142742
(20,39,66)
#0F1E32
(15,30,50)
#0A1522
(10,21,34)
#050C12
(5,12,18)
#000000
(0,0,0)

Tints of #3766B2

#3766B2
(55,102,178)
#4973B9
(73,115,185)
#5B80C0
(91,128,192)
#6D8DC7
(109,141,199)
#7F9ACE
(127,154,206)
#91A7D5
(145,167,213)
#A3B4DC
(163,180,220)
#B5C1E3
(181,193,227)
#C7CEEA
(199,206,234)
#D9DBF1
(217,219,241)
#EBE8F8
(235,232,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3766B2; }

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

This text font color is #3766B2.


Background Color

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

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

This div background color is #3766B2.


Border color

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

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

This div border color is #3766B2.


Opacity

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

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

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

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

This text has shadow with #3766B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3766B2 on black background.


Color preview on white background

This text has color #3766B2 on white background.



Black color preview on #3766B2 background

This text has black color on #3766B2 background.


White color preview on #3766B2 background

This text has white color on #3766B2 background.