COLOR #3374A9

HEX: #3374A9
RGB: (51,116,169)

Color info

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

RGB color model

#3374A9 color RGB value is (51,116,169).

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

RGB channels and saturation

R 51 of 255 = 20%
G 116 of 255 = 45%
B 169 of 255 = 66%

51
116
169

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

Portions of RGB colors in percentages

R + G + B =
51 + 116 + 169 = 336 (100%)
R 51 of 336 ~ 15.18%
G 116 of 336 ~ 34.52%
B 169 of 336 ~ 50.3%

%15.18
%34.52
%50.3

CMYK color model

#3374A9 color CMYK value is (70,31,0,34).

  • cyan value is 69.82%
  • magenta value is 31.36%
  • yellow value is 0.00%
  • key color value is 33.73%
CMYK:
(70,31,0,34)
C70M31Y0K34 
(70%,31%,0%,34%)
(0.70/0.31/0.00/0.34)	

CMYK percentages

%69.82
%31.36
%0
%33.73

Codes

Color #3374A9 in popluar color models

3374A9
RGB51116169
HSL207°53.64%43.14%
HSB/HSV207°69.82%66.27%
CMYK69.82%31.36%0.00%
33.73%

Color #3374A9 in popluar number systems.

HEX3374A9
Decimal51116169
Binary110011111010010101001
Octal63164251

Shades and tints

Shades of #3374A9

#3374A9
(51,116,169)
#2F6A9A
(47,106,154)
#2B608B
(43,96,139)
#27567C
(39,86,124)
#234C6D
(35,76,109)
#1F425E
(31,66,94)
#1B384F
(27,56,79)
#172E40
(23,46,64)
#132431
(19,36,49)
#0F1A22
(15,26,34)
#0B1013
(11,16,19)
#000000
(0,0,0)

Tints of #3374A9

#3374A9
(51,116,169)
#4580B0
(69,128,176)
#578CB7
(87,140,183)
#6998BE
(105,152,190)
#7BA4C5
(123,164,197)
#8DB0CC
(141,176,204)
#9FBCD3
(159,188,211)
#B1C8DA
(177,200,218)
#C3D4E1
(195,212,225)
#D5E0E8
(213,224,232)
#E7ECEF
(231,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3374A9; }

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

This text font color is #3374A9.


Background Color

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

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

This div background color is #3374A9.


Border color

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

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

This div border color is #3374A9.


Opacity

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

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

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

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

This text has shadow with #3374A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3374A9 on black background.


Color preview on white background

This text has color #3374A9 on white background.



Black color preview on #3374A9 background

This text has black color on #3374A9 background.


White color preview on #3374A9 background

This text has white color on #3374A9 background.