COLOR #334769

HEX: #334769
RGB: (51,71,105)

Color info

#334769 contains red, green and blue colors in about the same proportion. Web safe color of #334769 is #333366 (or #336).

RGB color model

#334769 color RGB value is (51,71,105).

  • red value is 51;
  • green value is 71;
  • blue value is 105.
RGB:
(51,71,105)
(20%,28%,41%)

RGB channels and saturation

R 51 of 255 = 20%
G 71 of 255 = 28%
B 105 of 255 = 41%

51
71
105

R + G + B ~ 30%. #334769 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 71 + 105 = 227 (100%)
R 51 of 227 ~ 22.47%
G 71 of 227 ~ 31.28%
B 105 of 227 ~ 46.26%

%22.47
%31.28
%46.26

CMYK color model

#334769 color CMYK value is (51,32,0,59).

  • cyan value is 51.43%
  • magenta value is 32.38%
  • yellow value is 0.00%
  • key color value is 58.82%
CMYK:
(51,32,0,59)
C51M32Y0K59 
(51%,32%,0%,59%)
(0.51/0.32/0.00/0.59)	

CMYK percentages

%51.43
%32.38
%0
%58.82

Codes

Color #334769 in popluar color models

334769
RGB5171105
HSL218°34.62%30.59%
HSB/HSV218°51.43%41.18%
CMYK51.43%32.38%0.00%
58.82%

Color #334769 in popluar number systems.

HEX334769
Decimal5171105
Binary11001110001111101001
Octal63107151

Shades and tints

Shades of #334769

#334769
(51,71,105)
#2F4160
(47,65,96)
#2B3B57
(43,59,87)
#27354E
(39,53,78)
#232F45
(35,47,69)
#1F293C
(31,41,60)
#1B2333
(27,35,51)
#171D2A
(23,29,42)
#131721
(19,23,33)
#0F1118
(15,17,24)
#0B0B0F
(11,11,15)
#000000
(0,0,0)

Tints of #334769

#334769
(51,71,105)
#455776
(69,87,118)
#576783
(87,103,131)
#697790
(105,119,144)
#7B879D
(123,135,157)
#8D97AA
(141,151,170)
#9FA7B7
(159,167,183)
#B1B7C4
(177,183,196)
#C3C7D1
(195,199,209)
#D5D7DE
(213,215,222)
#E7E7EB
(231,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #334769 color. Also use rgb(51,71,105) instead hex code.

Text Font Color

.myTextColor { color: #334769; }

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

This text font color is #334769.


Background Color

.myBgColor { background-color: #334769; }

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

This div background color is #334769.


Border color

.myBorderColor { border: 1px solid #334769; }

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

This div border color is #334769.


Opacity

.myOpacity80 { color: #334769; opacity: 0.8; }

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

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

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

This text has shadow with #334769 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #334769 on black background.


Color preview on white background

This text has color #334769 on white background.



Black color preview on #334769 background

This text has black color on #334769 background.


White color preview on #334769 background

This text has white color on #334769 background.