COLOR #379DD3

HEX: #379DD3
RGB: (55,157,211)

Color info

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

RGB color model

#379DD3 color RGB value is (55,157,211).

  • red value is 55;
  • green value is 157;
  • blue value is 211.
RGB:
(55,157,211)
(22%,62%,83%)

RGB channels and saturation

R 55 of 255 = 22%
G 157 of 255 = 62%
B 211 of 255 = 83%

55
157
211

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

Portions of RGB colors in percentages

R + G + B =
55 + 157 + 211 = 423 (100%)
R 55 of 423 ~ 13%
G 157 of 423 ~ 37.12%
B 211 of 423 ~ 49.88%

%13
%37.12
%49.88

CMYK color model

#379DD3 color CMYK value is (74,26,0,17).

  • cyan value is 73.93%
  • magenta value is 25.59%
  • yellow value is 0.00%
  • key color value is 17.25%
CMYK:
(74,26,0,17)
C74M26Y0K17 
(74%,26%,0%,17%)
(0.74/0.26/0.00/0.17)	

CMYK percentages

%73.93
%25.59
%0
%17.25

Codes

Color #379DD3 in popluar color models

379DD3
RGB55157211
HSL201°63.93%52.16%
HSB/HSV201°73.93%82.75%
CMYK73.93%25.59%0.00%
17.25%

Color #379DD3 in popluar number systems.

HEX379DD3
Decimal55157211
Binary1101111001110111010011
Octal67235323

Shades and tints

Shades of #379DD3

#379DD3
(55,157,211)
#328FC0
(50,143,192)
#2D81AD
(45,129,173)
#28739A
(40,115,154)
#236587
(35,101,135)
#1E5774
(30,87,116)
#194961
(25,73,97)
#143B4E
(20,59,78)
#0F2D3B
(15,45,59)
#0A1F28
(10,31,40)
#051115
(5,17,21)
#000000
(0,0,0)

Tints of #379DD3

#379DD3
(55,157,211)
#49A5D7
(73,165,215)
#5BADDB
(91,173,219)
#6DB5DF
(109,181,223)
#7FBDE3
(127,189,227)
#91C5E7
(145,197,231)
#A3CDEB
(163,205,235)
#B5D5EF
(181,213,239)
#C7DDF3
(199,221,243)
#D9E5F7
(217,229,247)
#EBEDFB
(235,237,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #379DD3 color. Also use rgb(55,157,211) instead hex code.

Text Font Color

.myTextColor { color: #379DD3; }

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

This text font color is #379DD3.


Background Color

.myBgColor { background-color: #379DD3; }

<div style="background-color:#379DD3">Inner text</div>

This div background color is #379DD3.


Border color

.myBorderColor { border: 1px solid #379DD3; }

<div style="border:3px solid #379DD3">Div</div>

This div border color is #379DD3.


Opacity

.myOpacity80 { color: #379DD3; opacity: 0.8; }

<p style="color:#379DD3;opacity:0.8;">80%</p>

Text with #379DD3 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 #379DD3;}

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

This text has shadow with #379DD3 color.

.textShadow {text-shadow: 3px 3px 1px #379DD3, 3px 3px 1px red;}

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

This text has shadow with #379DD3 primary color and red secondary color.


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

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

This text has shadow with #379DD3 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #379DD3 on black background.


Color preview on white background

This text has color #379DD3 on white background.



Black color preview on #379DD3 background

This text has black color on #379DD3 background.


White color preview on #379DD3 background

This text has white color on #379DD3 background.