COLOR #336392

HEX: #336392
RGB: (51,99,146)

Color info

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

RGB color model

#336392 color RGB value is (51,99,146).

  • red value is 51;
  • green value is 99;
  • blue value is 146.
RGB:
(51,99,146)
(20%,39%,57%)

RGB channels and saturation

R 51 of 255 = 20%
G 99 of 255 = 39%
B 146 of 255 = 57%

51
99
146

R + G + B ~ 39%. #336392 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 99 + 146 = 296 (100%)
R 51 of 296 ~ 17.23%
G 99 of 296 ~ 33.45%
B 146 of 296 ~ 49.32%

%17.23
%33.45
%49.32

CMYK color model

#336392 color CMYK value is (65,32,0,43).

  • cyan value is 65.07%
  • magenta value is 32.19%
  • yellow value is 0.00%
  • key color value is 42.75%
CMYK:
(65,32,0,43)
C65M32Y0K43 
(65%,32%,0%,43%)
(0.65/0.32/0.00/0.43)	

CMYK percentages

%65.07
%32.19
%0
%42.75

Codes

Color #336392 in popluar color models

336392
RGB5199146
HSL210°48.22%38.63%
HSB/HSV210°65.07%57.25%
CMYK65.07%32.19%0.00%
42.75%

Color #336392 in popluar number systems.

HEX336392
Decimal5199146
Binary110011110001110010010
Octal63143222

Shades and tints

Shades of #336392

#336392
(51,99,146)
#2F5A85
(47,90,133)
#2B5178
(43,81,120)
#27486B
(39,72,107)
#233F5E
(35,63,94)
#1F3651
(31,54,81)
#1B2D44
(27,45,68)
#172437
(23,36,55)
#131B2A
(19,27,42)
#0F121D
(15,18,29)
#0B0910
(11,9,16)
#000000
(0,0,0)

Tints of #336392

#336392
(51,99,146)
#45719B
(69,113,155)
#577FA4
(87,127,164)
#698DAD
(105,141,173)
#7B9BB6
(123,155,182)
#8DA9BF
(141,169,191)
#9FB7C8
(159,183,200)
#B1C5D1
(177,197,209)
#C3D3DA
(195,211,218)
#D5E1E3
(213,225,227)
#E7EFEC
(231,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #336392 color. Also use rgb(51,99,146) instead hex code.

Text Font Color

.myTextColor { color: #336392; }

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

This text font color is #336392.


Background Color

.myBgColor { background-color: #336392; }

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

This div background color is #336392.


Border color

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

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

This div border color is #336392.


Opacity

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

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

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

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

This text has shadow with #336392 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #336392 on black background.


Color preview on white background

This text has color #336392 on white background.



Black color preview on #336392 background

This text has black color on #336392 background.


White color preview on #336392 background

This text has white color on #336392 background.