COLOR #334EA2

HEX: #334EA2 RGB: (51,78,162)

Color info

#334EA2 contains mainly blue color. Web safe color of #334EA2 is #336699 (or #369).

RGB color model

#334EA2 color RGB value is (51,78,162).

RGB: (51,78,162) (20%, 31%, 64%)

RGB channels and saturation

R 51 of 255 = 20%
G 78 of 255 = 31%
B 162 of 255 = 64%

51
78
162

R + G + B ~ 38%. #334EA2 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 51 + 78 + 162 = 291 (100%)
R 51 of 291 ~ 17.53%
G 78 of 291 ~ 26.8%
B 162 of 291 ~ 55.67'%

%17.53
%26.8
%55.67

CMYK color model

#334EA2 color CMYK value is (69,52,0,36).

  • cyan value is 68.52%
  • magenta value is 51.85%
  • yellow value is 0.00%
  • key color value is 36.47%

CMYK: (69,52,0,36)
C69M52Y0K36 (69%, 52%, 0%, 36%)
(0.69 / 0.52 / 0.00 / 0.36)

CMYK percentages

%68.52
%51.85
%0
%36.47

Codes

Color #334EA2 in popluar color models

33 4E A2
RGB 51 78 162
HSL 225° 52.11% 41.76%
HSB/HSV 225° 68.52% 63.53%
CMYK 68.52% 51.85% 0.00%
36.47%

Color #334EA2 in popluar number systems.

HEX 33 4E A2
Decimal 51 78 162
Binary 110011 1001110 10100010
Octal 63 116 242

Shades and tints

Shades of #334EA2

#334EA2
(51,78,162)
#2F4794
(47,71,148)
#2B4086
(43,64,134)
#273978
(39,57,120)
#23326A
(35,50,106)
#1F2B5C
(31,43,92)
#1B244E
(27,36,78)
#171D40
(23,29,64)
#131632
(19,22,50)
#0F0F24
(15,15,36)
#0B0816
(11,8,22)
#000000
(0,0,0)

Tints of #334EA2

#334EA2
(51,78,162)
#455EAA
(69,94,170)
#576EB2
(87,110,178)
#697EBA
(105,126,186)
#7B8EC2
(123,142,194)
#8D9ECA
(141,158,202)
#9FAED2
(159,174,210)
#B1BEDA
(177,190,218)
#C3CEE2
(195,206,226)
#D5DEEA
(213,222,234)
#E7EEF2
(231,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #334EA2 color. Also use rgb(51,78,162) instead hex code.

Text Font Color

.myTextColor { color: #334EA2; }

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

This text font color is #334EA2.

Background Color

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

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

This div background color is #334EA2.

Border color

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

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

This div border color is #334EA2.

Opacity

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

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

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

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

This text has shadow with #334EA2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #334EA2.

Preview

Color preview on black background

This text has color #334EA2 on black background.


Color preview on white background

This text has color #334EA2 on white background.


Black color preview on #334EA2 background

This text has black color on #334EA2 background.


White color preview on #334EA2 background

This text has white color on #334EA2 background.


Related colors

Complementary color

Complementary color for #hex is #CCB15D.


I love getcolorcode.com

Triadic colors

1 #A2334E and #4EA233 with #334EA2 are triadic colors.

2 #A24E33 and #4E33A2 with #334EA2 are triadic colors.