COLOR #336B9F

HEX: #336B9F RGB: (51,107,159)

Color info

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

RGB color model

#336B9F color RGB value is (51,107,159).

RGB: (51,107,159) (20%, 42%, 62%)

RGB channels and saturation

R 51 of 255 = 20%
G 107 of 255 = 42%
B 159 of 255 = 62%

51
107
159

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

Portions of RGB colors in percentages

R + G + B = 51 + 107 + 159 = 317 (100%)
R 51 of 317 ~ 16.09%
G 107 of 317 ~ 33.75%
B 159 of 317 ~ 50.16'%

%16.09
%33.75
%50.16

CMYK color model

#336B9F color CMYK value is (68,33,0,38).

  • cyan value is 67.92%
  • magenta value is 32.70%
  • yellow value is 0.00%
  • key color value is 37.65%

CMYK: (68,33,0,38)
C68M33Y0K38 (68%, 33%, 0%, 38%)
(0.68 / 0.33 / 0.00 / 0.38)

CMYK percentages

%67.92
%32.7
%0
%37.65

Codes

Color #336B9F in popluar color models

33 6B 9F
RGB 51 107 159
HSL 209° 51.43% 41.18%
HSB/HSV 209° 67.92% 62.35%
CMYK 67.92% 32.70% 0.00%
37.65%

Color #336B9F in popluar number systems.

HEX 33 6B 9F
Decimal 51 107 159
Binary 110011 1101011 10011111
Octal 63 153 237

Shades and tints

Shades of #336B9F

#336B9F
(51,107,159)
#2F6291
(47,98,145)
#2B5983
(43,89,131)
#275075
(39,80,117)
#234767
(35,71,103)
#1F3E59
(31,62,89)
#1B354B
(27,53,75)
#172C3D
(23,44,61)
#13232F
(19,35,47)
#0F1A21
(15,26,33)
#0B1113
(11,17,19)
#000000
(0,0,0)

Tints of #336B9F

#336B9F
(51,107,159)
#4578A7
(69,120,167)
#5785AF
(87,133,175)
#6992B7
(105,146,183)
#7B9FBF
(123,159,191)
#8DACC7
(141,172,199)
#9FB9CF
(159,185,207)
#B1C6D7
(177,198,215)
#C3D3DF
(195,211,223)
#D5E0E7
(213,224,231)
#E7EDEF
(231,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #336B9F color. Also use rgb(51,107,159) instead hex code.

Text Font Color

.myTextColor { color: #336B9F; }

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

This text font color is #336B9F.

Background Color

.myBgColor { background-color: #336B9F; }

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

This div background color is #336B9F.

Border color

.myBorderColor { border: 1px solid #336B9F; }

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

This div border color is #336B9F.

Opacity

.myOpacity80 { color: #336B9F; opacity: 0.8; }

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

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

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

This text has shadow with #336B9F color.


.textShadow {text-shadow: 3px 3px 1px #336B9F', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #336B9F; -webkit-box-shadow: 1px 1px 3px 2px #336B9F; box-shadow:1px 1px 3px 2px #336B9F;">
Div content here
</div>

This div box has shadow with color #336B9F.

Preview

Color preview on black background

This text has color #336B9F on black background.


Color preview on white background

This text has color #336B9F on white background.


Black color preview on #336B9F background

This text has black color on #336B9F background.


White color preview on #336B9F background

This text has white color on #336B9F background.


Related colors

Complementary color

Complementary color for #hex is #CC9460.


I love getcolorcode.com

Triadic colors

1 #9F336B and #6B9F33 with #336B9F are triadic colors.

2 #9F6B33 and #6B339F with #336B9F are triadic colors.