COLOR #336B8B

HEX: #336B8B RGB: (51,107,139)

Color info

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

RGB color model

#336B8B color RGB value is (51,107,139).

RGB: (51,107,139) (20%, 42%, 55%)

RGB channels and saturation

R 51 of 255 = 20%
G 107 of 255 = 42%
B 139 of 255 = 55%

51
107
139

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

Portions of RGB colors in percentages

R + G + B = 51 + 107 + 139 = 297 (100%)
R 51 of 297 ~ 17.17%
G 107 of 297 ~ 36.03%
B 139 of 297 ~ 46.8'%

%17.17
%36.03
%46.8

CMYK color model

#336B8B color CMYK value is (63,23,0,45).

  • cyan value is 63.31%
  • magenta value is 23.02%
  • yellow value is 0.00%
  • key color value is 45.49%

CMYK: (63,23,0,45)
C63M23Y0K45 (63%, 23%, 0%, 45%)
(0.63 / 0.23 / 0.00 / 0.45)

CMYK percentages

%63.31
%23.02
%0
%45.49

Codes

Color #336B8B in popluar color models

33 6B 8B
RGB 51 107 139
HSL 202° 46.32% 37.25%
HSB/HSV 202° 63.31% 54.51%
CMYK 63.31% 23.02% 0.00%
45.49%

Color #336B8B in popluar number systems.

HEX 33 6B 8B
Decimal 51 107 139
Binary 110011 1101011 10001011
Octal 63 153 213

Shades and tints

Shades of #336B8B

#336B8B
(51,107,139)
#2F627F
(47,98,127)
#2B5973
(43,89,115)
#275067
(39,80,103)
#23475B
(35,71,91)
#1F3E4F
(31,62,79)
#1B3543
(27,53,67)
#172C37
(23,44,55)
#13232B
(19,35,43)
#0F1A1F
(15,26,31)
#0B1113
(11,17,19)
#000000
(0,0,0)

Tints of #336B8B

#336B8B
(51,107,139)
#457895
(69,120,149)
#57859F
(87,133,159)
#6992A9
(105,146,169)
#7B9FB3
(123,159,179)
#8DACBD
(141,172,189)
#9FB9C7
(159,185,199)
#B1C6D1
(177,198,209)
#C3D3DB
(195,211,219)
#D5E0E5
(213,224,229)
#E7EDEF
(231,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #336B8B; }

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

This text font color is #336B8B.

Background Color

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

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

This div background color is #336B8B.

Border color

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

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

This div border color is #336B8B.

Opacity

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

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

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

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

This text has shadow with #336B8B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #336B8B.

Preview

Color preview on black background

This text has color #336B8B on black background.


Color preview on white background

This text has color #336B8B on white background.


Black color preview on #336B8B background

This text has black color on #336B8B background.


White color preview on #336B8B background

This text has white color on #336B8B background.


Related colors

Complementary color

Complementary color for #hex is #CC9474.


I love getcolorcode.com

Triadic colors

1 #8B336B and #6B8B33 with #336B8B are triadic colors.

2 #8B6B33 and #6B338B with #336B8B are triadic colors.