COLOR #3794DD

HEX: #3794DD
RGB: (55,148,221)

Color info

#3794DD contains mainly blue color. Web safe color of #3794DD is #3399CC (or #39C).

RGB color model

#3794DD color RGB value is (55,148,221).

  • red value is 55;
  • green value is 148;
  • blue value is 221.
RGB:
(55,148,221)
(22%,58%,87%)

RGB channels and saturation

R 55 of 255 = 22%
G 148 of 255 = 58%
B 221 of 255 = 87%

55
148
221

R + G + B ~ 56%. #3794DD is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
55 + 148 + 221 = 424 (100%)
R 55 of 424 ~ 12.97%
G 148 of 424 ~ 34.91%
B 221 of 424 ~ 52.12%

%12.97
%34.91
%52.12

CMYK color model

#3794DD color CMYK value is (75,33,0,13).

  • cyan value is 75.11%
  • magenta value is 33.03%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(75,33,0,13)
C75M33Y0K13 
(75%,33%,0%,13%)
(0.75/0.33/0.00/0.13)	

CMYK percentages

%75.11
%33.03
%0
%13.33

Codes

Color #3794DD in popluar color models

3794DD
RGB55148221
HSL206°70.94%54.12%
HSB/HSV206°75.11%86.67%
CMYK75.11%33.03%0.00%
13.33%

Color #3794DD in popluar number systems.

HEX3794DD
Decimal55148221
Binary1101111001010011011101
Octal67224335

Shades and tints

Shades of #3794DD

#3794DD
(55,148,221)
#3287C9
(50,135,201)
#2D7AB5
(45,122,181)
#286DA1
(40,109,161)
#23608D
(35,96,141)
#1E5379
(30,83,121)
#194665
(25,70,101)
#143951
(20,57,81)
#0F2C3D
(15,44,61)
#0A1F29
(10,31,41)
#051215
(5,18,21)
#000000
(0,0,0)

Tints of #3794DD

#3794DD
(55,148,221)
#499DE0
(73,157,224)
#5BA6E3
(91,166,227)
#6DAFE6
(109,175,230)
#7FB8E9
(127,184,233)
#91C1EC
(145,193,236)
#A3CAEF
(163,202,239)
#B5D3F2
(181,211,242)
#C7DCF5
(199,220,245)
#D9E5F8
(217,229,248)
#EBEEFB
(235,238,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3794DD color. Also use rgb(55,148,221) instead hex code.

Text Font Color

.myTextColor { color: #3794DD; }

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

This text font color is #3794DD.


Background Color

.myBgColor { background-color: #3794DD; }

<div style="background-color:#3794DD">Inner text</div>

This div background color is #3794DD.


Border color

.myBorderColor { border: 1px solid #3794DD; }

<div style="border:3px solid #3794DD">Div</div>

This div border color is #3794DD.


Opacity

.myOpacity80 { color: #3794DD; opacity: 0.8; }

<p style="color:#3794DD;opacity:0.8;">80%</p>

Text with #3794DD 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 #3794DD;}

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

This text has shadow with #3794DD color.

.textShadow {text-shadow: 3px 3px 1px #3794DD, 3px 3px 1px red;}

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

This text has shadow with #3794DD primary color and red secondary color.


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

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

This text has shadow with #3794DD and red colors in old Internet Explorer.


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #3794DD;
-webkit-box-shadow: 1px 1px 3px 2px #3794DD;
box-shadow:1px 1px 3px 2px #3794DD;">
Div content here</div>
This div box has shadow with color #3794DD.

Preview

Color preview on black background

This text has color #3794DD on black background.


Color preview on white background

This text has color #3794DD on white background.



Black color preview on #3794DD background

This text has black color on #3794DD background.


White color preview on #3794DD background

This text has white color on #3794DD background.