COLOR #334679

HEX: #334679
RGB: (51,70,121)

Color info

#334679 contains mainly green and blue colors. Web safe color of #334679 is #333366 (or #336).

RGB color model

#334679 color RGB value is (51,70,121).

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

RGB channels and saturation

R 51 of 255 = 20%
G 70 of 255 = 27%
B 121 of 255 = 47%

51
70
121

R + G + B ~ 31%. #334679 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 70 + 121 = 242 (100%)
R 51 of 242 ~ 21.07%
G 70 of 242 ~ 28.93%
B 121 of 242 ~ 50%

%21.07
%28.93
%50

CMYK color model

#334679 color CMYK value is (58,42,0,53).

  • cyan value is 57.85%
  • magenta value is 42.15%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(58,42,0,53)
C58M42Y0K53 
(58%,42%,0%,53%)
(0.58/0.42/0.00/0.53)	

CMYK percentages

%57.85
%42.15
%0
%52.55

Codes

Color #334679 in popluar color models

334679
RGB5170121
HSL224°40.70%33.73%
HSB/HSV224°57.85%47.45%
CMYK57.85%42.15%0.00%
52.55%

Color #334679 in popluar number systems.

HEX334679
Decimal5170121
Binary11001110001101111001
Octal63106171

Shades and tints

Shades of #334679

#334679
(51,70,121)
#2F406E
(47,64,110)
#2B3A63
(43,58,99)
#273458
(39,52,88)
#232E4D
(35,46,77)
#1F2842
(31,40,66)
#1B2237
(27,34,55)
#171C2C
(23,28,44)
#131621
(19,22,33)
#0F1016
(15,16,22)
#0B0A0B
(11,10,11)
#000000
(0,0,0)

Tints of #334679

#334679
(51,70,121)
#455685
(69,86,133)
#576691
(87,102,145)
#69769D
(105,118,157)
#7B86A9
(123,134,169)
#8D96B5
(141,150,181)
#9FA6C1
(159,166,193)
#B1B6CD
(177,182,205)
#C3C6D9
(195,198,217)
#D5D6E5
(213,214,229)
#E7E6F1
(231,230,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #334679; }

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

This text font color is #334679.


Background Color

.myBgColor { background-color: #334679; }

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

This div background color is #334679.


Border color

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

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

This div border color is #334679.


Opacity

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

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

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

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

This text has shadow with #334679 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #334679 on black background.


Color preview on white background

This text has color #334679 on white background.



Black color preview on #334679 background

This text has black color on #334679 background.


White color preview on #334679 background

This text has white color on #334679 background.