COLOR #3797A4

HEX: #3797A4 RGB: (55,151,164)

Color info

#3797A4 contains mainly green and blue colors. Web safe color of #3797A4 is #339999 (or #399).

RGB color model

#3797A4 color RGB value is (55,151,164).

RGB: (55,151,164) (22%, 59%, 64%)

RGB channels and saturation

R 55 of 255 = 22%
G 151 of 255 = 59%
B 164 of 255 = 64%

55
151
164

R + G + B ~ 48%. #3797A4 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 55 + 151 + 164 = 370 (100%)
R 55 of 370 ~ 14.86%
G 151 of 370 ~ 40.81%
B 164 of 370 ~ 44.32'%

%14.86
%40.81
%44.32

CMYK color model

#3797A4 color CMYK value is (66,8,0,36).

  • cyan value is 66.46%
  • magenta value is 7.93%
  • yellow value is 0.00%
  • key color value is 35.69%

CMYK: (66,8,0,36)
C66M8Y0K36 (66%, 8%, 0%, 36%)
(0.66 / 0.08 / 0.00 / 0.36)

CMYK percentages

%66.46
%7.93
%0
%35.69

Codes

Color #3797A4 in popluar color models

37 97 A4
RGB 55 151 164
HSL 187° 49.77% 42.94%
HSB/HSV 187° 66.46% 64.31%
CMYK 66.46% 7.93% 0.00%
35.69%

Color #3797A4 in popluar number systems.

HEX 37 97 A4
Decimal 55 151 164
Binary 110111 10010111 10100100
Octal 67 227 244

Shades and tints

Shades of #3797A4

#3797A4
(55,151,164)
#328A96
(50,138,150)
#2D7D88
(45,125,136)
#28707A
(40,112,122)
#23636C
(35,99,108)
#1E565E
(30,86,94)
#194950
(25,73,80)
#143C42
(20,60,66)
#0F2F34
(15,47,52)
#0A2226
(10,34,38)
#051518
(5,21,24)
#000000
(0,0,0)

Tints of #3797A4

#3797A4
(55,151,164)
#49A0AC
(73,160,172)
#5BA9B4
(91,169,180)
#6DB2BC
(109,178,188)
#7FBBC4
(127,187,196)
#91C4CC
(145,196,204)
#A3CDD4
(163,205,212)
#B5D6DC
(181,214,220)
#C7DFE4
(199,223,228)
#D9E8EC
(217,232,236)
#EBF1F4
(235,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3797A4 color. Also use rgb(55,151,164) instead hex code.

Text Font Color

.myTextColor { color: #3797A4; }

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

This text font color is #3797A4.

Background Color

.myBgColor { background-color: #3797A4; }

<div style="background-color:#3797A4">Inner text</div>

This div background color is #3797A4.

Border color

.myBorderColor { border: 1px solid #3797A4; }

<div style="border:3px solid #3797A4">Div</div>

This div border color is #3797A4.

Opacity

.myOpacity80 { color: #3797A4; opacity: 0.8; }

<p style="color:#3797A4;opacity:0.8;">80%</p>

Text with #3797A4 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 #3797A4;}

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

This text has shadow with #3797A4 color.


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

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

This text has shadow with #3797A4 primary color and red secondary color.


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

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

This text has shadow with #3797A4 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #3797A4.

Preview

Color preview on black background

This text has color #3797A4 on black background.


Color preview on white background

This text has color #3797A4 on white background.


Black color preview on #3797A4 background

This text has black color on #3797A4 background.


White color preview on #3797A4 background

This text has white color on #3797A4 background.


Related colors

Complementary color

Complementary color for #hex is #C8685B.


I love getcolorcode.com

Triadic colors

1 #A43797 and #97A437 with #3797A4 are triadic colors.

2 #A49737 and #9737A4 with #3797A4 are triadic colors.