COLOR #340C95

HEX: #340C95
RGB: (52,12,149)

Color info

#340C95 contains mainly blue color. Web safe color of #340C95 is #330099 (or #309).

RGB color model

#340C95 color RGB value is (52,12,149).

  • red value is 52;
  • green value is 12;
  • blue value is 149.
RGB:
(52,12,149)
(20%,5%,58%)

RGB channels and saturation

R 52 of 255 = 20%
G 12 of 255 = 5%
B 149 of 255 = 58%

52
12
149

R + G + B ~ 28%. #340C95 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
52 + 12 + 149 = 213 (100%)
R 52 of 213 ~ 24.41%
G 12 of 213 ~ 5.63%
B 149 of 213 ~ 69.95%

%24.41
%69.95

CMYK color model

#340C95 color CMYK value is (65,92,0,42).

  • cyan value is 65.10%
  • magenta value is 91.95%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK:
(65,92,0,42)
C65M92Y0K42 
(65%,92%,0%,42%)
(0.65/0.92/0.00/0.42)	

CMYK percentages

%65.1
%91.95
%0
%41.57

Codes

Color #340C95 in popluar color models

340C95
RGB5212149
HSL258°85.09%31.57%
HSB/HSV258°91.95%58.43%
CMYK65.10%91.95%0.00%
41.57%

Color #340C95 in popluar number systems.

HEX340C95
Decimal5212149
Binary110100110010010101
Octal6414225

Shades and tints

Shades of #340C95

#340C95
(52,12,149)
#300B88
(48,11,136)
#2C0A7B
(44,10,123)
#28096E
(40,9,110)
#240861
(36,8,97)
#200754
(32,7,84)
#1C0647
(28,6,71)
#18053A
(24,5,58)
#14042D
(20,4,45)
#100320
(16,3,32)
#0C0213
(12,2,19)
#000000
(0,0,0)

Tints of #340C95

#340C95
(52,12,149)
#46229E
(70,34,158)
#5838A7
(88,56,167)
#6A4EB0
(106,78,176)
#7C64B9
(124,100,185)
#8E7AC2
(142,122,194)
#A090CB
(160,144,203)
#B2A6D4
(178,166,212)
#C4BCDD
(196,188,221)
#D6D2E6
(214,210,230)
#E8E8EF
(232,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #340C95 color. Also use rgb(52,12,149) instead hex code.

Text Font Color

.myTextColor { color: #340C95; }

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

This text font color is #340C95.


Background Color

.myBgColor { background-color: #340C95; }

<div style="background-color:#340C95">Inner text</div>

This div background color is #340C95.


Border color

.myBorderColor { border: 1px solid #340C95; }

<div style="border:3px solid #340C95">Div</div>

This div border color is #340C95.


Opacity

.myOpacity80 { color: #340C95; opacity: 0.8; }

<p style="color:#340C95;opacity:0.8;">80%</p>

Text with #340C95 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 #340C95;}

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

This text has shadow with #340C95 color.

.textShadow {text-shadow: 3px 3px 1px #340C95, 3px 3px 1px red;}

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

This text has shadow with #340C95 primary color and red secondary color.


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

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

This text has shadow with #340C95 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #340C95 on black background.


Color preview on white background

This text has color #340C95 on white background.



Black color preview on #340C95 background

This text has black color on #340C95 background.


White color preview on #340C95 background

This text has white color on #340C95 background.