COLOR #3374A4

HEX: #3374A4
RGB: (51,116,164)

Color info

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

RGB color model

#3374A4 color RGB value is (51,116,164).

  • red value is 51;
  • green value is 116;
  • blue value is 164.
RGB:
(51,116,164)
(20%,45%,64%)

RGB channels and saturation

R 51 of 255 = 20%
G 116 of 255 = 45%
B 164 of 255 = 64%

51
116
164

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

Portions of RGB colors in percentages

R + G + B =
51 + 116 + 164 = 331 (100%)
R 51 of 331 ~ 15.41%
G 116 of 331 ~ 35.05%
B 164 of 331 ~ 49.55%

%15.41
%35.05
%49.55

CMYK color model

#3374A4 color CMYK value is (69,29,0,36).

  • cyan value is 68.90%
  • magenta value is 29.27%
  • yellow value is 0.00%
  • key color value is 35.69%
CMYK:
(69,29,0,36)
C69M29Y0K36 
(69%,29%,0%,36%)
(0.69/0.29/0.00/0.36)	

CMYK percentages

%68.9
%29.27
%0
%35.69

Codes

Color #3374A4 in popluar color models

3374A4
RGB51116164
HSL205°52.56%42.16%
HSB/HSV205°68.90%64.31%
CMYK68.90%29.27%0.00%
35.69%

Color #3374A4 in popluar number systems.

HEX3374A4
Decimal51116164
Binary110011111010010100100
Octal63164244

Shades and tints

Shades of #3374A4

#3374A4
(51,116,164)
#2F6A96
(47,106,150)
#2B6088
(43,96,136)
#27567A
(39,86,122)
#234C6C
(35,76,108)
#1F425E
(31,66,94)
#1B3850
(27,56,80)
#172E42
(23,46,66)
#132434
(19,36,52)
#0F1A26
(15,26,38)
#0B1018
(11,16,24)
#000000
(0,0,0)

Tints of #3374A4

#3374A4
(51,116,164)
#4580AC
(69,128,172)
#578CB4
(87,140,180)
#6998BC
(105,152,188)
#7BA4C4
(123,164,196)
#8DB0CC
(141,176,204)
#9FBCD4
(159,188,212)
#B1C8DC
(177,200,220)
#C3D4E4
(195,212,228)
#D5E0EC
(213,224,236)
#E7ECF4
(231,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3374A4 color. Also use rgb(51,116,164) instead hex code.

Text Font Color

.myTextColor { color: #3374A4; }

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

This text font color is #3374A4.


Background Color

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

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

This div background color is #3374A4.


Border color

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

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

This div border color is #3374A4.


Opacity

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

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

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

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

This text has shadow with #3374A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3374A4 on black background.


Color preview on white background

This text has color #3374A4 on white background.



Black color preview on #3374A4 background

This text has black color on #3374A4 background.


White color preview on #3374A4 background

This text has white color on #3374A4 background.