COLOR #334584

HEX: #334584
RGB: (51,69,132)

Color info

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

RGB color model

#334584 color RGB value is (51,69,132).

  • red value is 51;
  • green value is 69;
  • blue value is 132.
RGB:
(51,69,132)
(20%,27%,52%)

RGB channels and saturation

R 51 of 255 = 20%
G 69 of 255 = 27%
B 132 of 255 = 52%

51
69
132

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

Portions of RGB colors in percentages

R + G + B =
51 + 69 + 132 = 252 (100%)
R 51 of 252 ~ 20.24%
G 69 of 252 ~ 27.38%
B 132 of 252 ~ 52.38%

%20.24
%27.38
%52.38

CMYK color model

#334584 color CMYK value is (61,48,0,48).

  • cyan value is 61.36%
  • magenta value is 47.73%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(61,48,0,48)
C61M48Y0K48 
(61%,48%,0%,48%)
(0.61/0.48/0.00/0.48)	

CMYK percentages

%61.36
%47.73
%0
%48.24

Codes

Color #334584 in popluar color models

334584
RGB5169132
HSL227°44.26%35.88%
HSB/HSV227°61.36%51.76%
CMYK61.36%47.73%0.00%
48.24%

Color #334584 in popluar number systems.

HEX334584
Decimal5169132
Binary110011100010110000100
Octal63105204

Shades and tints

Shades of #334584

#334584
(51,69,132)
#2F3F78
(47,63,120)
#2B396C
(43,57,108)
#273360
(39,51,96)
#232D54
(35,45,84)
#1F2748
(31,39,72)
#1B213C
(27,33,60)
#171B30
(23,27,48)
#131524
(19,21,36)
#0F0F18
(15,15,24)
#0B090C
(11,9,12)
#000000
(0,0,0)

Tints of #334584

#334584
(51,69,132)
#45558F
(69,85,143)
#57659A
(87,101,154)
#6975A5
(105,117,165)
#7B85B0
(123,133,176)
#8D95BB
(141,149,187)
#9FA5C6
(159,165,198)
#B1B5D1
(177,181,209)
#C3C5DC
(195,197,220)
#D5D5E7
(213,213,231)
#E7E5F2
(231,229,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #334584 color. Also use rgb(51,69,132) instead hex code.

Text Font Color

.myTextColor { color: #334584; }

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

This text font color is #334584.


Background Color

.myBgColor { background-color: #334584; }

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

This div background color is #334584.


Border color

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

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

This div border color is #334584.


Opacity

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

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

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

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

This text has shadow with #334584 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #334584 on black background.


Color preview on white background

This text has color #334584 on white background.



Black color preview on #334584 background

This text has black color on #334584 background.


White color preview on #334584 background

This text has white color on #334584 background.