COLOR #3346AC

HEX: #3346AC
RGB: (51,70,172)

Color info

#3346AC contains mainly blue color. Web safe color of #3346AC is #333399 (or #339).

RGB color model

#3346AC color RGB value is (51,70,172).

  • red value is 51;
  • green value is 70;
  • blue value is 172.
RGB:
(51,70,172)
(20%,27%,67%)

RGB channels and saturation

R 51 of 255 = 20%
G 70 of 255 = 27%
B 172 of 255 = 67%

51
70
172

R + G + B ~ 38%. #3346AC is quite dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 70 + 172 = 293 (100%)
R 51 of 293 ~ 17.41%
G 70 of 293 ~ 23.89%
B 172 of 293 ~ 58.7%

%17.41
%23.89
%58.7

CMYK color model

#3346AC color CMYK value is (70,59,0,33).

  • cyan value is 70.35%
  • magenta value is 59.30%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK:
(70,59,0,33)
C70M59Y0K33 
(70%,59%,0%,33%)
(0.70/0.59/0.00/0.33)	

CMYK percentages

%70.35
%59.3
%0
%32.55

Codes

Color #3346AC in popluar color models

3346AC
RGB5170172
HSL231°54.26%43.73%
HSB/HSV231°70.35%67.45%
CMYK70.35%59.30%0.00%
32.55%

Color #3346AC in popluar number systems.

HEX3346AC
Decimal5170172
Binary110011100011010101100
Octal63106254

Shades and tints

Shades of #3346AC

#3346AC
(51,70,172)
#2F409D
(47,64,157)
#2B3A8E
(43,58,142)
#27347F
(39,52,127)
#232E70
(35,46,112)
#1F2861
(31,40,97)
#1B2252
(27,34,82)
#171C43
(23,28,67)
#131634
(19,22,52)
#0F1025
(15,16,37)
#0B0A16
(11,10,22)
#000000
(0,0,0)

Tints of #3346AC

#3346AC
(51,70,172)
#4556B3
(69,86,179)
#5766BA
(87,102,186)
#6976C1
(105,118,193)
#7B86C8
(123,134,200)
#8D96CF
(141,150,207)
#9FA6D6
(159,166,214)
#B1B6DD
(177,182,221)
#C3C6E4
(195,198,228)
#D5D6EB
(213,214,235)
#E7E6F2
(231,230,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3346AC color. Also use rgb(51,70,172) instead hex code.

Text Font Color

.myTextColor { color: #3346AC; }

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

This text font color is #3346AC.


Background Color

.myBgColor { background-color: #3346AC; }

<div style="background-color:#3346AC">Inner text</div>

This div background color is #3346AC.


Border color

.myBorderColor { border: 1px solid #3346AC; }

<div style="border:3px solid #3346AC">Div</div>

This div border color is #3346AC.


Opacity

.myOpacity80 { color: #3346AC; opacity: 0.8; }

<p style="color:#3346AC;opacity:0.8;">80%</p>

Text with #3346AC 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 #3346AC;}

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

This text has shadow with #3346AC color.

.textShadow {text-shadow: 3px 3px 1px #3346AC, 3px 3px 1px red;}

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

This text has shadow with #3346AC primary color and red secondary color.


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

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

This text has shadow with #3346AC and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3346AC on black background.


Color preview on white background

This text has color #3346AC on white background.



Black color preview on #3346AC background

This text has black color on #3346AC background.


White color preview on #3346AC background

This text has white color on #3346AC background.