COLOR #3697B6

HEX: #3697B6 RGB: (54,151,182)

Color info

#3697B6 contains mainly green and blue colors. Web safe color of #3697B6 is #3399CC (or #39C).

RGB color model

#3697B6 color RGB value is (54,151,182).

RGB: (54,151,182) (21%, 59%, 71%)

RGB channels and saturation

R 54 of 255 = 21%
G 151 of 255 = 59%
B 182 of 255 = 71%

54
151
182

R + G + B ~ 50%. #3697B6 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 54 + 151 + 182 = 387 (100%)
R 54 of 387 ~ 13.95%
G 151 of 387 ~ 39.02%
B 182 of 387 ~ 47.03'%

%13.95
%39.02
%47.03

CMYK color model

#3697B6 color CMYK value is (70,17,0,29).

  • cyan value is 70.33%
  • magenta value is 17.03%
  • yellow value is 0.00%
  • key color value is 28.63%

CMYK: (70,17,0,29)
C70M17Y0K29 (70%, 17%, 0%, 29%)
(0.70 / 0.17 / 0.00 / 0.29)

CMYK percentages

%70.33
%17.03
%0
%28.63

Codes

Color #3697B6 in popluar color models

36 97 B6
RGB 54 151 182
HSL 195° 54.24% 46.27%
HSB/HSV 195° 70.33% 71.37%
CMYK 70.33% 17.03% 0.00%
28.63%

Color #3697B6 in popluar number systems.

HEX 36 97 B6
Decimal 54 151 182
Binary 110110 10010111 10110110
Octal 66 227 266

Shades and tints

Shades of #3697B6

#3697B6
(54,151,182)
#328AA6
(50,138,166)
#2E7D96
(46,125,150)
#2A7086
(42,112,134)
#266376
(38,99,118)
#225666
(34,86,102)
#1E4956
(30,73,86)
#1A3C46
(26,60,70)
#162F36
(22,47,54)
#122226
(18,34,38)
#0E1516
(14,21,22)
#000000
(0,0,0)

Tints of #3697B6

#3697B6
(54,151,182)
#48A0BC
(72,160,188)
#5AA9C2
(90,169,194)
#6CB2C8
(108,178,200)
#7EBBCE
(126,187,206)
#90C4D4
(144,196,212)
#A2CDDA
(162,205,218)
#B4D6E0
(180,214,224)
#C6DFE6
(198,223,230)
#D8E8EC
(216,232,236)
#EAF1F2
(234,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3697B6 color. Also use rgb(54,151,182) instead hex code.

Text Font Color

.myTextColor { color: #3697B6; }

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

This text font color is #3697B6.

Background Color

.myBgColor { background-color: #3697B6; }

<div style="background-color:#3697B6">Inner text</div>

This div background color is #3697B6.

Border color

.myBorderColor { border: 1px solid #3697B6; }

<div style="border:3px solid #3697B6">Div</div>

This div border color is #3697B6.

Opacity

.myOpacity80 { color: #3697B6; opacity: 0.8; }

<p style="color:#3697B6;opacity:0.8;">80%</p>

Text with #3697B6 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 #3697B6;}

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

This text has shadow with #3697B6 color.


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

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

This text has shadow with #3697B6 primary color and red secondary color.


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

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

This text has shadow with #3697B6 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #3697B6.

Preview

Color preview on black background

This text has color #3697B6 on black background.


Color preview on white background

This text has color #3697B6 on white background.


Black color preview on #3697B6 background

This text has black color on #3697B6 background.


White color preview on #3697B6 background

This text has white color on #3697B6 background.


Related colors

Complementary color

Complementary color for #hex is #C96849.


I love getcolorcode.com

Triadic colors

1 #B63697 and #97B636 with #3697B6 are triadic colors.

2 #B69736 and #9736B6 with #3697B6 are triadic colors.