COLOR #336996

HEX: #336996
RGB: (51,105,150)

Color info

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

RGB color model

#336996 color RGB value is (51,105,150).

  • red value is 51;
  • green value is 105;
  • blue value is 150.
RGB:
(51,105,150)
(20%,41%,59%)

RGB channels and saturation

R 51 of 255 = 20%
G 105 of 255 = 41%
B 150 of 255 = 59%

51
105
150

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

Portions of RGB colors in percentages

R + G + B =
51 + 105 + 150 = 306 (100%)
R 51 of 306 ~ 16.67%
G 105 of 306 ~ 34.31%
B 150 of 306 ~ 49.02%

%16.67
%34.31
%49.02

CMYK color model

#336996 color CMYK value is (66,30,0,41).

  • cyan value is 66.00%
  • magenta value is 30.00%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(66,30,0,41)
C66M30Y0K41 
(66%,30%,0%,41%)
(0.66/0.30/0.00/0.41)	

CMYK percentages

%66
%30
%0
%41.18

Codes

Color #336996 in popluar color models

336996
RGB51105150
HSL207°49.25%39.41%
HSB/HSV207°66.00%58.82%
CMYK66.00%30.00%0.00%
41.18%

Color #336996 in popluar number systems.

HEX336996
Decimal51105150
Binary110011110100110010110
Octal63151226

Shades and tints

Shades of #336996

#336996
(51,105,150)
#2F6089
(47,96,137)
#2B577C
(43,87,124)
#274E6F
(39,78,111)
#234562
(35,69,98)
#1F3C55
(31,60,85)
#1B3348
(27,51,72)
#172A3B
(23,42,59)
#13212E
(19,33,46)
#0F1821
(15,24,33)
#0B0F14
(11,15,20)
#000000
(0,0,0)

Tints of #336996

#336996
(51,105,150)
#45769F
(69,118,159)
#5783A8
(87,131,168)
#6990B1
(105,144,177)
#7B9DBA
(123,157,186)
#8DAAC3
(141,170,195)
#9FB7CC
(159,183,204)
#B1C4D5
(177,196,213)
#C3D1DE
(195,209,222)
#D5DEE7
(213,222,231)
#E7EBF0
(231,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #336996 color. Also use rgb(51,105,150) instead hex code.

Text Font Color

.myTextColor { color: #336996; }

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

This text font color is #336996.


Background Color

.myBgColor { background-color: #336996; }

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

This div background color is #336996.


Border color

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

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

This div border color is #336996.


Opacity

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

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

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

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

This text has shadow with #336996 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #336996 on black background.


Color preview on white background

This text has color #336996 on white background.



Black color preview on #336996 background

This text has black color on #336996 background.


White color preview on #336996 background

This text has white color on #336996 background.