COLOR #337394

HEX: #337394
RGB: (51,115,148)

Color info

#337394 contains mainly green and blue colors. Web safe color of #337394 is #336699 (or #369).

RGB color model

#337394 color RGB value is (51,115,148).

  • red value is 51;
  • green value is 115;
  • blue value is 148.
RGB:
(51,115,148)
(20%,45%,58%)

RGB channels and saturation

R 51 of 255 = 20%
G 115 of 255 = 45%
B 148 of 255 = 58%

51
115
148

R + G + B ~ 41%. #337394 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
51 + 115 + 148 = 314 (100%)
R 51 of 314 ~ 16.24%
G 115 of 314 ~ 36.62%
B 148 of 314 ~ 47.13%

%16.24
%36.62
%47.13

CMYK color model

#337394 color CMYK value is (66,22,0,42).

  • cyan value is 65.54%
  • magenta value is 22.30%
  • yellow value is 0.00%
  • key color value is 41.96%
CMYK:
(66,22,0,42)
C66M22Y0K42 
(66%,22%,0%,42%)
(0.66/0.22/0.00/0.42)	

CMYK percentages

%65.54
%22.3
%0
%41.96

Codes

Color #337394 in popluar color models

337394
RGB51115148
HSL200°48.74%39.02%
HSB/HSV200°65.54%58.04%
CMYK65.54%22.30%0.00%
41.96%

Color #337394 in popluar number systems.

HEX337394
Decimal51115148
Binary110011111001110010100
Octal63163224

Shades and tints

Shades of #337394

#337394
(51,115,148)
#2F6987
(47,105,135)
#2B5F7A
(43,95,122)
#27556D
(39,85,109)
#234B60
(35,75,96)
#1F4153
(31,65,83)
#1B3746
(27,55,70)
#172D39
(23,45,57)
#13232C
(19,35,44)
#0F191F
(15,25,31)
#0B0F12
(11,15,18)
#000000
(0,0,0)

Tints of #337394

#337394
(51,115,148)
#457F9D
(69,127,157)
#578BA6
(87,139,166)
#6997AF
(105,151,175)
#7BA3B8
(123,163,184)
#8DAFC1
(141,175,193)
#9FBBCA
(159,187,202)
#B1C7D3
(177,199,211)
#C3D3DC
(195,211,220)
#D5DFE5
(213,223,229)
#E7EBEE
(231,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #337394 color. Also use rgb(51,115,148) instead hex code.

Text Font Color

.myTextColor { color: #337394; }

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

This text font color is #337394.


Background Color

.myBgColor { background-color: #337394; }

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

This div background color is #337394.


Border color

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

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

This div border color is #337394.


Opacity

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

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

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

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

This text has shadow with #337394 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #337394 on black background.


Color preview on white background

This text has color #337394 on white background.



Black color preview on #337394 background

This text has black color on #337394 background.


White color preview on #337394 background

This text has white color on #337394 background.