COLOR #3369A1

HEX: #3369A1
RGB: (51,105,161)

Color info

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

RGB color model

#3369A1 color RGB value is (51,105,161).

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

RGB channels and saturation

R 51 of 255 = 20%
G 105 of 255 = 41%
B 161 of 255 = 63%

51
105
161

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

Portions of RGB colors in percentages

R + G + B =
51 + 105 + 161 = 317 (100%)
R 51 of 317 ~ 16.09%
G 105 of 317 ~ 33.12%
B 161 of 317 ~ 50.79%

%16.09
%33.12
%50.79

CMYK color model

#3369A1 color CMYK value is (68,35,0,37).

  • cyan value is 68.32%
  • magenta value is 34.78%
  • yellow value is 0.00%
  • key color value is 36.86%
CMYK:
(68,35,0,37)
C68M35Y0K37 
(68%,35%,0%,37%)
(0.68/0.35/0.00/0.37)	

CMYK percentages

%68.32
%34.78
%0
%36.86

Codes

Color #3369A1 in popluar color models

3369A1
RGB51105161
HSL211°51.89%41.57%
HSB/HSV211°68.32%63.14%
CMYK68.32%34.78%0.00%
36.86%

Color #3369A1 in popluar number systems.

HEX3369A1
Decimal51105161
Binary110011110100110100001
Octal63151241

Shades and tints

Shades of #3369A1

#3369A1
(51,105,161)
#2F6093
(47,96,147)
#2B5785
(43,87,133)
#274E77
(39,78,119)
#234569
(35,69,105)
#1F3C5B
(31,60,91)
#1B334D
(27,51,77)
#172A3F
(23,42,63)
#132131
(19,33,49)
#0F1823
(15,24,35)
#0B0F15
(11,15,21)
#000000
(0,0,0)

Tints of #3369A1

#3369A1
(51,105,161)
#4576A9
(69,118,169)
#5783B1
(87,131,177)
#6990B9
(105,144,185)
#7B9DC1
(123,157,193)
#8DAAC9
(141,170,201)
#9FB7D1
(159,183,209)
#B1C4D9
(177,196,217)
#C3D1E1
(195,209,225)
#D5DEE9
(213,222,233)
#E7EBF1
(231,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3369A1; }

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

This text font color is #3369A1.


Background Color

.myBgColor { background-color: #3369A1; }

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

This div background color is #3369A1.


Border color

.myBorderColor { border: 1px solid #3369A1; }

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

This div border color is #3369A1.


Opacity

.myOpacity80 { color: #3369A1; opacity: 0.8; }

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

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

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

This text has shadow with #3369A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3369A1 on black background.


Color preview on white background

This text has color #3369A1 on white background.



Black color preview on #3369A1 background

This text has black color on #3369A1 background.


White color preview on #3369A1 background

This text has white color on #3369A1 background.