COLOR #334389

HEX: #334389 RGB: (51,67,137)

Color info

#334389 contains mainly blue color. Web safe color of #334389 is #333399 (or #339).

RGB color model

#334389 color RGB value is (51,67,137).

RGB: (51,67,137) (20%, 26%, 54%)

RGB channels and saturation

R 51 of 255 = 20%
G 67 of 255 = 26%
B 137 of 255 = 54%

51
67
137

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

Portions of RGB colors in percentages

R + G + B = 51 + 67 + 137 = 255 (100%)
R 51 of 255 ~ 20%
G 67 of 255 ~ 26.27%
B 137 of 255 ~ 53.73'%

%20
%26.27
%53.73

CMYK color model

#334389 color CMYK value is (63,51,0,46).

  • cyan value is 62.77%
  • magenta value is 51.09%
  • yellow value is 0.00%
  • key color value is 46.27%

CMYK: (63,51,0,46)
C63M51Y0K46 (63%, 51%, 0%, 46%)
(0.63 / 0.51 / 0.00 / 0.46)

CMYK percentages

%62.77
%51.09
%0
%46.27

Codes

Color #334389 in popluar color models

33 43 89
RGB 51 67 137
HSL 229° 45.74% 36.86%
HSB/HSV 229° 62.77% 53.73%
CMYK 62.77% 51.09% 0.00%
46.27%

Color #334389 in popluar number systems.

HEX 33 43 89
Decimal 51 67 137
Binary 110011 1000011 10001001
Octal 63 103 211

Shades and tints

Shades of #334389

#334389
(51,67,137)
#2F3D7D
(47,61,125)
#2B3771
(43,55,113)
#273165
(39,49,101)
#232B59
(35,43,89)
#1F254D
(31,37,77)
#1B1F41
(27,31,65)
#171935
(23,25,53)
#131329
(19,19,41)
#0F0D1D
(15,13,29)
#0B0711
(11,7,17)
#000000
(0,0,0)

Tints of #334389

#334389
(51,67,137)
#455493
(69,84,147)
#57659D
(87,101,157)
#6976A7
(105,118,167)
#7B87B1
(123,135,177)
#8D98BB
(141,152,187)
#9FA9C5
(159,169,197)
#B1BACF
(177,186,207)
#C3CBD9
(195,203,217)
#D5DCE3
(213,220,227)
#E7EDED
(231,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #334389 color. Also use rgb(51,67,137) instead hex code.

Text Font Color

.myTextColor { color: #334389; }

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

This text font color is #334389.

Background Color

.myBgColor { background-color: #334389; }

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

This div background color is #334389.

Border color

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

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

This div border color is #334389.

Opacity

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

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

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

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

This text has shadow with #334389 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #334389.

Preview

Color preview on black background

This text has color #334389 on black background.


Color preview on white background

This text has color #334389 on white background.


Black color preview on #334389 background

This text has black color on #334389 background.


White color preview on #334389 background

This text has white color on #334389 background.


Related colors

Complementary color

Complementary color for #hex is #CCBC76.


I love getcolorcode.com

Triadic colors

1 #893343 and #438933 with #334389 are triadic colors.

2 #894333 and #433389 with #334389 are triadic colors.