COLOR #334687

HEX: #334687
RGB: (51,70,135)

Color info

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

RGB color model

#334687 color RGB value is (51,70,135).

  • red value is 51;
  • green value is 70;
  • blue value is 135.
RGB:
(51,70,135)
(20%,27%,53%)

RGB channels and saturation

R 51 of 255 = 20%
G 70 of 255 = 27%
B 135 of 255 = 53%

51
70
135

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

Portions of RGB colors in percentages

R + G + B =
51 + 70 + 135 = 256 (100%)
R 51 of 256 ~ 19.92%
G 70 of 256 ~ 27.34%
B 135 of 256 ~ 52.73%

%19.92
%27.34
%52.73

CMYK color model

#334687 color CMYK value is (62,48,0,47).

  • cyan value is 62.22%
  • magenta value is 48.15%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(62,48,0,47)
C62M48Y0K47 
(62%,48%,0%,47%)
(0.62/0.48/0.00/0.47)	

CMYK percentages

%62.22
%48.15
%0
%47.06

Codes

Color #334687 in popluar color models

334687
RGB5170135
HSL226°45.16%36.47%
HSB/HSV226°62.22%52.94%
CMYK62.22%48.15%0.00%
47.06%

Color #334687 in popluar number systems.

HEX334687
Decimal5170135
Binary110011100011010000111
Octal63106207

Shades and tints

Shades of #334687

#334687
(51,70,135)
#2F407B
(47,64,123)
#2B3A6F
(43,58,111)
#273463
(39,52,99)
#232E57
(35,46,87)
#1F284B
(31,40,75)
#1B223F
(27,34,63)
#171C33
(23,28,51)
#131627
(19,22,39)
#0F101B
(15,16,27)
#0B0A0F
(11,10,15)
#000000
(0,0,0)

Tints of #334687

#334687
(51,70,135)
#455691
(69,86,145)
#57669B
(87,102,155)
#6976A5
(105,118,165)
#7B86AF
(123,134,175)
#8D96B9
(141,150,185)
#9FA6C3
(159,166,195)
#B1B6CD
(177,182,205)
#C3C6D7
(195,198,215)
#D5D6E1
(213,214,225)
#E7E6EB
(231,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #334687 color. Also use rgb(51,70,135) instead hex code.

Text Font Color

.myTextColor { color: #334687; }

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

This text font color is #334687.


Background Color

.myBgColor { background-color: #334687; }

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

This div background color is #334687.


Border color

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

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

This div border color is #334687.


Opacity

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

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

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

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

This text has shadow with #334687 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #334687 on black background.


Color preview on white background

This text has color #334687 on white background.



Black color preview on #334687 background

This text has black color on #334687 background.


White color preview on #334687 background

This text has white color on #334687 background.