COLOR #3795AE

HEX: #3795AE RGB: (55,149,174)

Color info

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

RGB color model

#3795AE color RGB value is (55,149,174).

RGB: (55,149,174) (22%, 58%, 68%)

RGB channels and saturation

R 55 of 255 = 22%
G 149 of 255 = 58%
B 174 of 255 = 68%

55
149
174

R + G + B ~ 49%. #3795AE is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 55 + 149 + 174 = 378 (100%)
R 55 of 378 ~ 14.55%
G 149 of 378 ~ 39.42%
B 174 of 378 ~ 46.03'%

%14.55
%39.42
%46.03

CMYK color model

#3795AE color CMYK value is (68,14,0,32).

  • cyan value is 68.39%
  • magenta value is 14.37%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK: (68,14,0,32) C68M14Y0K32 (68%,14%,0%,32%) (0.68/0.14/0.00/0.32) 

CMYK percentages

%68.39
%14.37
%0
%31.76

Codes

Color #3795AE in popluar color models

37 95 AE
RGB 55 149 174
HSL 193° 51.97% 44.90%
HSB/HSV 193° 68.39% 68.24%
CMYK 68.39% 14.37% 0.00%
31.76%

Color #3795AE in popluar number systems.

HEX 37 95 AE
Decimal 55 149 174
Binary 110111 10010101 10101110
Octal 67 225 256

Shades and tints

Shades of #3795AE

#3795AE
(55,149,174)
#32889F
(50,136,159)
#2D7B90
(45,123,144)
#286E81
(40,110,129)
#236172
(35,97,114)
#1E5463
(30,84,99)
#194754
(25,71,84)
#143A45
(20,58,69)
#0F2D36
(15,45,54)
#0A2027
(10,32,39)
#051318
(5,19,24)
#000000
(0,0,0)

Tints of #3795AE

#3795AE
(55,149,174)
#499EB5
(73,158,181)
#5BA7BC
(91,167,188)
#6DB0C3
(109,176,195)
#7FB9CA
(127,185,202)
#91C2D1
(145,194,209)
#A3CBD8
(163,203,216)
#B5D4DF
(181,212,223)
#C7DDE6
(199,221,230)
#D9E6ED
(217,230,237)
#EBEFF4
(235,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3795AE color. Also use rgb(55,149,174) instead hex code.

Text Font Color

.myTextColor { color: #3795AE; }

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

This text font color is #3795AE.

Background Color

.myBgColor { background-color: #3795AE; }

<div style="background-color:#3795AE">Inner text</div>

This div background color is #3795AE.

Border color

.myBorderColor { border: 1px solid #3795AE; }

<div style="border:3px solid #3795AE">Div</div>

This div border color is #3795AE.

Opacity

.myOpacity80 { color: #3795AE; opacity: 0.8; }

<p style="color:#3795AE;opacity:0.8;">80%</p>

Text with #3795AE 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 #3795AE;}

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

This text has shadow with #3795AE color.


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

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

This text has shadow with #3795AE primary color and red secondary color.


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

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

This text has shadow with #3795AE and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #3795AE.

Preview

Color preview on black background

This text has color #3795AE on black background.


Color preview on white background

This text has color #3795AE on white background.


Black color preview on #3795AE background

This text has black color on #3795AE background.


White color preview on #3795AE background

This text has white color on #3795AE background.


Related colors

Complementary color

Complementary color for #hex is #C86A51.


I love getcolorcode.com

Triadic colors

1 #AE3795 and #95AE37 with #3795AE are triadic colors.

2 #AE9537 and #9537AE with #3795AE are triadic colors.