COLOR #336B94

HEX: #336B94 RGB: (51,107,148)

Color info

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

RGB color model

#336B94 color RGB value is (51,107,148).

RGB: (51,107,148) (20%, 42%, 58%)

RGB channels and saturation

R 51 of 255 = 20%
G 107 of 255 = 42%
B 148 of 255 = 58%

51
107
148

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

Portions of RGB colors in percentages

R + G + B = 51 + 107 + 148 = 306 (100%)
R 51 of 306 ~ 16.67%
G 107 of 306 ~ 34.97%
B 148 of 306 ~ 48.37'%

%16.67
%34.97
%48.37

CMYK color model

#336B94 color CMYK value is (66,28,0,42).

  • cyan value is 65.54%
  • magenta value is 27.70%
  • yellow value is 0.00%
  • key color value is 41.96%

CMYK: (66,28,0,42)
C66M28Y0K42 (66%, 28%, 0%, 42%)
(0.66 / 0.28 / 0.00 / 0.42)

CMYK percentages

%65.54
%27.7
%0
%41.96

Codes

Color #336B94 in popluar color models

33 6B 94
RGB 51 107 148
HSL 205° 48.74% 39.02%
HSB/HSV 205° 65.54% 58.04%
CMYK 65.54% 27.70% 0.00%
41.96%

Color #336B94 in popluar number systems.

HEX 33 6B 94
Decimal 51 107 148
Binary 110011 1101011 10010100
Octal 63 153 224

Shades and tints

Shades of #336B94

#336B94
(51,107,148)
#2F6287
(47,98,135)
#2B597A
(43,89,122)
#27506D
(39,80,109)
#234760
(35,71,96)
#1F3E53
(31,62,83)
#1B3546
(27,53,70)
#172C39
(23,44,57)
#13232C
(19,35,44)
#0F1A1F
(15,26,31)
#0B1112
(11,17,18)
#000000
(0,0,0)

Tints of #336B94

#336B94
(51,107,148)
#45789D
(69,120,157)
#5785A6
(87,133,166)
#6992AF
(105,146,175)
#7B9FB8
(123,159,184)
#8DACC1
(141,172,193)
#9FB9CA
(159,185,202)
#B1C6D3
(177,198,211)
#C3D3DC
(195,211,220)
#D5E0E5
(213,224,229)
#E7EDEE
(231,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #336B94; }

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

This text font color is #336B94.

Background Color

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

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

This div background color is #336B94.

Border color

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

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

This div border color is #336B94.

Opacity

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

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

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

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

This text has shadow with #336B94 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #336B94.

Preview

Color preview on black background

This text has color #336B94 on black background.


Color preview on white background

This text has color #336B94 on white background.


Black color preview on #336B94 background

This text has black color on #336B94 background.


White color preview on #336B94 background

This text has white color on #336B94 background.


Related colors

Complementary color

Complementary color for #hex is #CC946B.


I love getcolorcode.com

Triadic colors

1 #94336B and #6B9433 with #336B94 are triadic colors.

2 #946B33 and #6B3394 with #336B94 are triadic colors.