COLOR #336DA3

HEX: #336DA3 RGB: (51,109,163)

Color info

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

RGB color model

#336DA3 color RGB value is (51,109,163).

RGB: (51,109,163) (20%, 43%, 64%)

RGB channels and saturation

R 51 of 255 = 20%
G 109 of 255 = 43%
B 163 of 255 = 64%

51
109
163

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

Portions of RGB colors in percentages

R + G + B = 51 + 109 + 163 = 323 (100%)
R 51 of 323 ~ 15.79%
G 109 of 323 ~ 33.75%
B 163 of 323 ~ 50.46'%

%15.79
%33.75
%50.46

CMYK color model

#336DA3 color CMYK value is (69,33,0,36).

  • cyan value is 68.71%
  • magenta value is 33.13%
  • yellow value is 0.00%
  • key color value is 36.08%
CMYK: (69,33,0,36) C69M33Y0K36 (69%,33%,0%,36%) (0.69/0.33/0.00/0.36) 

CMYK percentages

%68.71
%33.13
%0
%36.08

Codes

Color #336DA3 in popluar color models

33 6D A3
RGB 51 109 163
HSL 209° 52.34% 41.96%
HSB/HSV 209° 68.71% 63.92%
CMYK 68.71% 33.13% 0.00%
36.08%

Color #336DA3 in popluar number systems.

HEX 33 6D A3
Decimal 51 109 163
Binary 110011 1101101 10100011
Octal 63 155 243

Shades and tints

Shades of #336DA3

#336DA3
(51,109,163)
#2F6495
(47,100,149)
#2B5B87
(43,91,135)
#275279
(39,82,121)
#23496B
(35,73,107)
#1F405D
(31,64,93)
#1B374F
(27,55,79)
#172E41
(23,46,65)
#132533
(19,37,51)
#0F1C25
(15,28,37)
#0B1317
(11,19,23)
#000000
(0,0,0)

Tints of #336DA3

#336DA3
(51,109,163)
#457AAB
(69,122,171)
#5787B3
(87,135,179)
#6994BB
(105,148,187)
#7BA1C3
(123,161,195)
#8DAECB
(141,174,203)
#9FBBD3
(159,187,211)
#B1C8DB
(177,200,219)
#C3D5E3
(195,213,227)
#D5E2EB
(213,226,235)
#E7EFF3
(231,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #336DA3 color. Also use rgb(51,109,163) instead hex code.

Text Font Color

.myTextColor { color: #336DA3; }

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

This text font color is #336DA3.

Background Color

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

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

This div background color is #336DA3.

Border color

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

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

This div border color is #336DA3.

Opacity

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

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

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

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

This text has shadow with #336DA3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #336DA3.

Preview

Color preview on black background

This text has color #336DA3 on black background.


Color preview on white background

This text has color #336DA3 on white background.


Black color preview on #336DA3 background

This text has black color on #336DA3 background.


White color preview on #336DA3 background

This text has white color on #336DA3 background.


Related colors

Complementary color

Complementary color for #hex is #CC925C.


I love getcolorcode.com

Triadic colors

1 #A3336D and #6DA333 with #336DA3 are triadic colors.

2 #A36D33 and #6D33A3 with #336DA3 are triadic colors.