COLOR #3342A1

HEX: #3342A1
RGB: (51,66,161)

Color info

#3342A1 contains mainly blue color. Web safe color of #3342A1 is #333399 (or #339).

RGB color model

#3342A1 color RGB value is (51,66,161).

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

RGB channels and saturation

R 51 of 255 = 20%
G 66 of 255 = 26%
B 161 of 255 = 63%

51
66
161

R + G + B ~ 36%. #3342A1 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 66 + 161 = 278 (100%)
R 51 of 278 ~ 18.35%
G 66 of 278 ~ 23.74%
B 161 of 278 ~ 57.91%

%18.35
%23.74
%57.91

CMYK color model

#3342A1 color CMYK value is (68,59,0,37).

  • cyan value is 68.32%
  • magenta value is 59.01%
  • yellow value is 0.00%
  • key color value is 36.86%
CMYK:
(68,59,0,37)
C68M59Y0K37 
(68%,59%,0%,37%)
(0.68/0.59/0.00/0.37)	

CMYK percentages

%68.32
%59.01
%0
%36.86

Codes

Color #3342A1 in popluar color models

3342A1
RGB5166161
HSL232°51.89%41.57%
HSB/HSV232°68.32%63.14%
CMYK68.32%59.01%0.00%
36.86%

Color #3342A1 in popluar number systems.

HEX3342A1
Decimal5166161
Binary110011100001010100001
Octal63102241

Shades and tints

Shades of #3342A1

#3342A1
(51,66,161)
#2F3C93
(47,60,147)
#2B3685
(43,54,133)
#273077
(39,48,119)
#232A69
(35,42,105)
#1F245B
(31,36,91)
#1B1E4D
(27,30,77)
#17183F
(23,24,63)
#131231
(19,18,49)
#0F0C23
(15,12,35)
#0B0615
(11,6,21)
#000000
(0,0,0)

Tints of #3342A1

#3342A1
(51,66,161)
#4553A9
(69,83,169)
#5764B1
(87,100,177)
#6975B9
(105,117,185)
#7B86C1
(123,134,193)
#8D97C9
(141,151,201)
#9FA8D1
(159,168,209)
#B1B9D9
(177,185,217)
#C3CAE1
(195,202,225)
#D5DBE9
(213,219,233)
#E7ECF1
(231,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3342A1; }

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

This text font color is #3342A1.


Background Color

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

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

This div background color is #3342A1.


Border color

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

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

This div border color is #3342A1.


Opacity

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

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

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

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

This text has shadow with #3342A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3342A1 on black background.


Color preview on white background

This text has color #3342A1 on white background.



Black color preview on #3342A1 background

This text has black color on #3342A1 background.


White color preview on #3342A1 background

This text has white color on #3342A1 background.