COLOR #3671AB

HEX: #3671AB RGB: (54,113,171)

Color info

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

RGB color model

#3671AB color RGB value is (54,113,171).

RGB: (54,113,171) (21%, 44%, 67%)

RGB channels and saturation

R 54 of 255 = 21%
G 113 of 255 = 44%
B 171 of 255 = 67%

54
113
171

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

Portions of RGB colors in percentages

R + G + B = 54 + 113 + 171 = 338 (100%)
R 54 of 338 ~ 15.98%
G 113 of 338 ~ 33.43%
B 171 of 338 ~ 50.59'%

%15.98
%33.43
%50.59

CMYK color model

#3671AB color CMYK value is (68,34,0,33).

  • cyan value is 68.42%
  • magenta value is 33.92%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK: (68,34,0,33) C68M34Y0K33 (68%,34%,0%,33%) (0.68/0.34/0.00/0.33) 

CMYK percentages

%68.42
%33.92
%0
%32.94

Codes

Color #3671AB in popluar color models

36 71 AB
RGB 54 113 171
HSL 210° 52.00% 44.12%
HSB/HSV 210° 68.42% 67.06%
CMYK 68.42% 33.92% 0.00%
32.94%

Color #3671AB in popluar number systems.

HEX 36 71 AB
Decimal 54 113 171
Binary 110110 1110001 10101011
Octal 66 161 253

Shades and tints

Shades of #3671AB

#3671AB
(54,113,171)
#32679C
(50,103,156)
#2E5D8D
(46,93,141)
#2A537E
(42,83,126)
#26496F
(38,73,111)
#223F60
(34,63,96)
#1E3551
(30,53,81)
#1A2B42
(26,43,66)
#162133
(22,33,51)
#121724
(18,23,36)
#0E0D15
(14,13,21)
#000000
(0,0,0)

Tints of #3671AB

#3671AB
(54,113,171)
#487DB2
(72,125,178)
#5A89B9
(90,137,185)
#6C95C0
(108,149,192)
#7EA1C7
(126,161,199)
#90ADCE
(144,173,206)
#A2B9D5
(162,185,213)
#B4C5DC
(180,197,220)
#C6D1E3
(198,209,227)
#D8DDEA
(216,221,234)
#EAE9F1
(234,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3671AB color. Also use rgb(54,113,171) instead hex code.

Text Font Color

.myTextColor { color: #3671AB; }

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

This text font color is #3671AB.

Background Color

.myBgColor { background-color: #3671AB; }

<div style="background-color:#3671AB">Inner text</div>

This div background color is #3671AB.

Border color

.myBorderColor { border: 1px solid #3671AB; }

<div style="border:3px solid #3671AB">Div</div>

This div border color is #3671AB.

Opacity

.myOpacity80 { color: #3671AB; opacity: 0.8; }

<p style="color:#3671AB;opacity:0.8;">80%</p>

Text with #3671AB 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 #3671AB;}

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

This text has shadow with #3671AB color.


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

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

This text has shadow with #3671AB primary color and red secondary color.


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

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

This text has shadow with #3671AB and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #3671AB.

Preview

Color preview on black background

This text has color #3671AB on black background.


Color preview on white background

This text has color #3671AB on white background.


Black color preview on #3671AB background

This text has black color on #3671AB background.


White color preview on #3671AB background

This text has white color on #3671AB background.


Related colors

Complementary color

Complementary color for #hex is #C98E54.


I love getcolorcode.com

Triadic colors

1 #AB3671 and #71AB36 with #3671AB are triadic colors.

2 #AB7136 and #7136AB with #3671AB are triadic colors.