COLOR #334F78

HEX: #334F78
RGB: (51,79,120)

Color info

#334F78 contains mainly green and blue colors. Web safe color of #334F78 is #336666 (or #366).

RGB color model

#334F78 color RGB value is (51,79,120).

  • red value is 51;
  • green value is 79;
  • blue value is 120.
RGB:
(51,79,120)
(20%,31%,47%)

RGB channels and saturation

R 51 of 255 = 20%
G 79 of 255 = 31%
B 120 of 255 = 47%

51
79
120

R + G + B ~ 33%. #334F78 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 79 + 120 = 250 (100%)
R 51 of 250 ~ 20.4%
G 79 of 250 ~ 31.6%
B 120 of 250 ~ 48%

%20.4
%31.6
%48

CMYK color model

#334F78 color CMYK value is (58,34,0,53).

  • cyan value is 57.50%
  • magenta value is 34.17%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(58,34,0,53)
C58M34Y0K53 
(58%,34%,0%,53%)
(0.58/0.34/0.00/0.53)	

CMYK percentages

%57.5
%34.17
%0
%52.94

Codes

Color #334F78 in popluar color models

334F78
RGB5179120
HSL216°40.35%33.53%
HSB/HSV216°57.50%47.06%
CMYK57.50%34.17%0.00%
52.94%

Color #334F78 in popluar number systems.

HEX334F78
Decimal5179120
Binary11001110011111111000
Octal63117170

Shades and tints

Shades of #334F78

#334F78
(51,79,120)
#2F486E
(47,72,110)
#2B4164
(43,65,100)
#273A5A
(39,58,90)
#233350
(35,51,80)
#1F2C46
(31,44,70)
#1B253C
(27,37,60)
#171E32
(23,30,50)
#131728
(19,23,40)
#0F101E
(15,16,30)
#0B0914
(11,9,20)
#000000
(0,0,0)

Tints of #334F78

#334F78
(51,79,120)
#455F84
(69,95,132)
#576F90
(87,111,144)
#697F9C
(105,127,156)
#7B8FA8
(123,143,168)
#8D9FB4
(141,159,180)
#9FAFC0
(159,175,192)
#B1BFCC
(177,191,204)
#C3CFD8
(195,207,216)
#D5DFE4
(213,223,228)
#E7EFF0
(231,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #334F78 color. Also use rgb(51,79,120) instead hex code.

Text Font Color

.myTextColor { color: #334F78; }

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

This text font color is #334F78.


Background Color

.myBgColor { background-color: #334F78; }

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

This div background color is #334F78.


Border color

.myBorderColor { border: 1px solid #334F78; }

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

This div border color is #334F78.


Opacity

.myOpacity80 { color: #334F78; opacity: 0.8; }

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

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

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

This text has shadow with #334F78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #334F78 on black background.


Color preview on white background

This text has color #334F78 on white background.



Black color preview on #334F78 background

This text has black color on #334F78 background.


White color preview on #334F78 background

This text has white color on #334F78 background.