COLOR #334A78

HEX: #334A78 RGB: (51,74,120)

Color info

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

RGB color model

#334A78 color RGB value is (51,74,120).

RGB: (51,74,120) (20%, 29%, 47%)

RGB channels and saturation

R 51 of 255 = 20%
G 74 of 255 = 29%
B 120 of 255 = 47%

51
74
120

R + G + B ~ 32%. #334A78 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 51 + 74 + 120 = 245 (100%)
R 51 of 245 ~ 20.82%
G 74 of 245 ~ 30.2%
B 120 of 245 ~ 48.98'%

%20.82
%30.2
%48.98

CMYK color model

#334A78 color CMYK value is (58,38,0,53).

  • cyan value is 57.50%
  • magenta value is 38.33%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK: (58,38,0,53) C58M38Y0K53 (58%,38%,0%,53%) (0.58/0.38/0.00/0.53) 

CMYK percentages

%57.5
%38.33
%0
%52.94

Codes

Color #334A78 in popluar color models

33 4A 78
RGB 51 74 120
HSL 220° 40.35% 33.53%
HSB/HSV 220° 57.50% 47.06%
CMYK 57.50% 38.33% 0.00%
52.94%

Color #334A78 in popluar number systems.

HEX 33 4A 78
Decimal 51 74 120
Binary 110011 1001010 1111000
Octal 63 112 170

Shades and tints

Shades of #334A78

#334A78
(51,74,120)
#2F446E
(47,68,110)
#2B3E64
(43,62,100)
#27385A
(39,56,90)
#233250
(35,50,80)
#1F2C46
(31,44,70)
#1B263C
(27,38,60)
#172032
(23,32,50)
#131A28
(19,26,40)
#0F141E
(15,20,30)
#0B0E14
(11,14,20)
#000000
(0,0,0)

Tints of #334A78

#334A78
(51,74,120)
#455A84
(69,90,132)
#576A90
(87,106,144)
#697A9C
(105,122,156)
#7B8AA8
(123,138,168)
#8D9AB4
(141,154,180)
#9FAAC0
(159,170,192)
#B1BACC
(177,186,204)
#C3CAD8
(195,202,216)
#D5DAE4
(213,218,228)
#E7EAF0
(231,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #334A78; }

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

This text font color is #334A78.

Background Color

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

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

This div background color is #334A78.

Border color

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

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

This div border color is #334A78.

Opacity

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

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

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

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

This text has shadow with #334A78 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #334A78.

Preview

Color preview on black background

This text has color #334A78 on black background.


Color preview on white background

This text has color #334A78 on white background.


Black color preview on #334A78 background

This text has black color on #334A78 background.


White color preview on #334A78 background

This text has white color on #334A78 background.


Related colors

Complementary color

Complementary color for #hex is #CCB587.


I love getcolorcode.com

Triadic colors

1 #78334A and #4A7833 with #334A78 are triadic colors.

2 #784A33 and #4A3378 with #334A78 are triadic colors.