COLOR #3780AD

HEX: #3780AD RGB: (55,128,173)

Color info

#3780AD contains mainly green and blue colors. Web safe color of #3780AD is #336699 (or #369).

RGB color model

#3780AD color RGB value is (55,128,173).

RGB: (55,128,173) (22%, 50%, 68%)

RGB channels and saturation

R 55 of 255 = 22%
G 128 of 255 = 50%
B 173 of 255 = 68%

55
128
173

R + G + B ~ 47%. #3780AD is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 55 + 128 + 173 = 356 (100%)
R 55 of 356 ~ 15.45%
G 128 of 356 ~ 35.96%
B 173 of 356 ~ 48.6'%

%15.45
%35.96
%48.6

CMYK color model

#3780AD color CMYK value is (68,26,0,32).

  • cyan value is 68.21%
  • magenta value is 26.01%
  • yellow value is 0.00%
  • key color value is 32.16%

CMYK: (68,26,0,32)
C68M26Y0K32 (68%, 26%, 0%, 32%)
(0.68 / 0.26 / 0.00 / 0.32)

CMYK percentages

%68.21
%26.01
%0
%32.16

Codes

Color #3780AD in popluar color models

37 80 AD
RGB 55 128 173
HSL 203° 51.75% 44.71%
HSB/HSV 203° 68.21% 67.84%
CMYK 68.21% 26.01% 0.00%
32.16%

Color #3780AD in popluar number systems.

HEX 37 80 AD
Decimal 55 128 173
Binary 110111 10000000 10101101
Octal 67 200 255

Shades and tints

Shades of #3780AD

#3780AD
(55,128,173)
#32759E
(50,117,158)
#2D6A8F
(45,106,143)
#285F80
(40,95,128)
#235471
(35,84,113)
#1E4962
(30,73,98)
#193E53
(25,62,83)
#143344
(20,51,68)
#0F2835
(15,40,53)
#0A1D26
(10,29,38)
#051217
(5,18,23)
#000000
(0,0,0)

Tints of #3780AD

#3780AD
(55,128,173)
#498BB4
(73,139,180)
#5B96BB
(91,150,187)
#6DA1C2
(109,161,194)
#7FACC9
(127,172,201)
#91B7D0
(145,183,208)
#A3C2D7
(163,194,215)
#B5CDDE
(181,205,222)
#C7D8E5
(199,216,229)
#D9E3EC
(217,227,236)
#EBEEF3
(235,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3780AD color. Also use rgb(55,128,173) instead hex code.

Text Font Color

.myTextColor { color: #3780AD; }

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

This text font color is #3780AD.

Background Color

.myBgColor { background-color: #3780AD; }

<div style="background-color:#3780AD">Inner text</div>

This div background color is #3780AD.

Border color

.myBorderColor { border: 1px solid #3780AD; }

<div style="border:3px solid #3780AD">Div</div>

This div border color is #3780AD.

Opacity

.myOpacity80 { color: #3780AD; opacity: 0.8; }

<p style="color:#3780AD;opacity:0.8;">80%</p>

Text with #3780AD 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 #3780AD;}

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

This text has shadow with #3780AD color.


.textShadow {text-shadow: 3px 3px 1px #3780AD', 3px 3px 1px red;}

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

This text has shadow with #3780AD primary color and red secondary color.


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

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

This text has shadow with #3780AD and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #3780AD; -webkit-box-shadow: 1px 1px 3px 2px #3780AD; box-shadow:1px 1px 3px 2px #3780AD;">
Div content here
</div>

This div box has shadow with color #3780AD.

Preview

Color preview on black background

This text has color #3780AD on black background.


Color preview on white background

This text has color #3780AD on white background.


Black color preview on #3780AD background

This text has black color on #3780AD background.


White color preview on #3780AD background

This text has white color on #3780AD background.


Related colors

Complementary color

Complementary color for #hex is #C87F52.


I love getcolorcode.com

Triadic colors

1 #AD3780 and #80AD37 with #3780AD are triadic colors.

2 #AD8037 and #8037AD with #3780AD are triadic colors.