COLOR #342DC2

HEX: #342DC2
RGB: (52,45,194)

Color info

#342DC2 contains mainly blue color. Web safe color of #342DC2 is #3333CC (or #33C).

RGB color model

#342DC2 color RGB value is (52,45,194).

  • red value is 52;
  • green value is 45;
  • blue value is 194.
RGB:
(52,45,194)
(20%,18%,76%)

RGB channels and saturation

R 52 of 255 = 20%
G 45 of 255 = 18%
B 194 of 255 = 76%

52
45
194

R + G + B ~ 38%. #342DC2 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
52 + 45 + 194 = 291 (100%)
R 52 of 291 ~ 17.87%
G 45 of 291 ~ 15.46%
B 194 of 291 ~ 66.67%

%17.87
%15.46
%66.67

CMYK color model

#342DC2 color CMYK value is (73,77,0,24).

  • cyan value is 73.20%
  • magenta value is 76.80%
  • yellow value is 0.00%
  • key color value is 23.92%
CMYK:
(73,77,0,24)
C73M77Y0K24 
(73%,77%,0%,24%)
(0.73/0.77/0.00/0.24)	

CMYK percentages

%73.2
%76.8
%0
%23.92

Codes

Color #342DC2 in popluar color models

342DC2
RGB5245194
HSL243°62.34%46.86%
HSB/HSV243°76.80%76.08%
CMYK73.20%76.80%0.00%
23.92%

Color #342DC2 in popluar number systems.

HEX342DC2
Decimal5245194
Binary11010010110111000010
Octal6455302

Shades and tints

Shades of #342DC2

#342DC2
(52,45,194)
#3029B1
(48,41,177)
#2C25A0
(44,37,160)
#28218F
(40,33,143)
#241D7E
(36,29,126)
#20196D
(32,25,109)
#1C155C
(28,21,92)
#18114B
(24,17,75)
#140D3A
(20,13,58)
#100929
(16,9,41)
#0C0518
(12,5,24)
#000000
(0,0,0)

Tints of #342DC2

#342DC2
(52,45,194)
#4640C7
(70,64,199)
#5853CC
(88,83,204)
#6A66D1
(106,102,209)
#7C79D6
(124,121,214)
#8E8CDB
(142,140,219)
#A09FE0
(160,159,224)
#B2B2E5
(178,178,229)
#C4C5EA
(196,197,234)
#D6D8EF
(214,216,239)
#E8EBF4
(232,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #342DC2 color. Also use rgb(52,45,194) instead hex code.

Text Font Color

.myTextColor { color: #342DC2; }

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

This text font color is #342DC2.


Background Color

.myBgColor { background-color: #342DC2; }

<div style="background-color:#342DC2">Inner text</div>

This div background color is #342DC2.


Border color

.myBorderColor { border: 1px solid #342DC2; }

<div style="border:3px solid #342DC2">Div</div>

This div border color is #342DC2.


Opacity

.myOpacity80 { color: #342DC2; opacity: 0.8; }

<p style="color:#342DC2;opacity:0.8;">80%</p>

Text with #342DC2 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 #342DC2;}

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

This text has shadow with #342DC2 color.

.textShadow {text-shadow: 3px 3px 1px #342DC2, 3px 3px 1px red;}

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

This text has shadow with #342DC2 primary color and red secondary color.


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

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

This text has shadow with #342DC2 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #342DC2 on black background.


Color preview on white background

This text has color #342DC2 on white background.



Black color preview on #342DC2 background

This text has black color on #342DC2 background.


White color preview on #342DC2 background

This text has white color on #342DC2 background.