COLOR #3379A8

HEX: #3379A8
RGB: (51,121,168)

Color info

#3379A8 contains mainly green and blue colors. Web safe color of #3379A8 is #336699 (or #369).

RGB color model

#3379A8 color RGB value is (51,121,168).

  • red value is 51;
  • green value is 121;
  • blue value is 168.
RGB:
(51,121,168)
(20%,47%,66%)

RGB channels and saturation

R 51 of 255 = 20%
G 121 of 255 = 47%
B 168 of 255 = 66%

51
121
168

R + G + B ~ 44%. #3379A8 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
51 + 121 + 168 = 340 (100%)
R 51 of 340 ~ 15%
G 121 of 340 ~ 35.59%
B 168 of 340 ~ 49.41%

%15
%35.59
%49.41

CMYK color model

#3379A8 color CMYK value is (70,28,0,34).

  • cyan value is 69.64%
  • magenta value is 27.98%
  • yellow value is 0.00%
  • key color value is 34.12%
CMYK:
(70,28,0,34)
C70M28Y0K34 
(70%,28%,0%,34%)
(0.70/0.28/0.00/0.34)	

CMYK percentages

%69.64
%27.98
%0
%34.12

Codes

Color #3379A8 in popluar color models

3379A8
RGB51121168
HSL204°53.42%42.94%
HSB/HSV204°69.64%65.88%
CMYK69.64%27.98%0.00%
34.12%

Color #3379A8 in popluar number systems.

HEX3379A8
Decimal51121168
Binary110011111100110101000
Octal63171250

Shades and tints

Shades of #3379A8

#3379A8
(51,121,168)
#2F6E99
(47,110,153)
#2B638A
(43,99,138)
#27587B
(39,88,123)
#234D6C
(35,77,108)
#1F425D
(31,66,93)
#1B374E
(27,55,78)
#172C3F
(23,44,63)
#132130
(19,33,48)
#0F1621
(15,22,33)
#0B0B12
(11,11,18)
#000000
(0,0,0)

Tints of #3379A8

#3379A8
(51,121,168)
#4585AF
(69,133,175)
#5791B6
(87,145,182)
#699DBD
(105,157,189)
#7BA9C4
(123,169,196)
#8DB5CB
(141,181,203)
#9FC1D2
(159,193,210)
#B1CDD9
(177,205,217)
#C3D9E0
(195,217,224)
#D5E5E7
(213,229,231)
#E7F1EE
(231,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3379A8 color. Also use rgb(51,121,168) instead hex code.

Text Font Color

.myTextColor { color: #3379A8; }

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

This text font color is #3379A8.


Background Color

.myBgColor { background-color: #3379A8; }

<div style="background-color:#3379A8">Inner text</div>

This div background color is #3379A8.


Border color

.myBorderColor { border: 1px solid #3379A8; }

<div style="border:3px solid #3379A8">Div</div>

This div border color is #3379A8.


Opacity

.myOpacity80 { color: #3379A8; opacity: 0.8; }

<p style="color:#3379A8;opacity:0.8;">80%</p>

Text with #3379A8 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 #3379A8;}

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

This text has shadow with #3379A8 color.

.textShadow {text-shadow: 3px 3px 1px #3379A8, 3px 3px 1px red;}

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

This text has shadow with #3379A8 primary color and red secondary color.


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

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

This text has shadow with #3379A8 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3379A8 on black background.


Color preview on white background

This text has color #3379A8 on white background.



Black color preview on #3379A8 background

This text has black color on #3379A8 background.


White color preview on #3379A8 background

This text has white color on #3379A8 background.