COLOR #34117C

HEX: #34117C
RGB: (52,17,124)

Color info

#34117C contains mainly blue color. Web safe color of #34117C is #330066 (or #306).

RGB color model

#34117C color RGB value is (52,17,124).

  • red value is 52;
  • green value is 17;
  • blue value is 124.
RGB:
(52,17,124)
(20%,7%,49%)

RGB channels and saturation

R 52 of 255 = 20%
G 17 of 255 = 7%
B 124 of 255 = 49%

52
17
124

R + G + B ~ 25%. #34117C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
52 + 17 + 124 = 193 (100%)
R 52 of 193 ~ 26.94%
G 17 of 193 ~ 8.81%
B 124 of 193 ~ 64.25%

%26.94
%64.25

CMYK color model

#34117C color CMYK value is (58,86,0,51).

  • cyan value is 58.06%
  • magenta value is 86.29%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(58,86,0,51)
C58M86Y0K51 
(58%,86%,0%,51%)
(0.58/0.86/0.00/0.51)	

CMYK percentages

%58.06
%86.29
%0
%51.37

Codes

Color #34117C in popluar color models

34117C
RGB5217124
HSL260°75.89%27.65%
HSB/HSV260°86.29%48.63%
CMYK58.06%86.29%0.00%
51.37%

Color #34117C in popluar number systems.

HEX34117C
Decimal5217124
Binary110100100011111100
Octal6421174

Shades and tints

Shades of #34117C

#34117C
(52,17,124)
#301071
(48,16,113)
#2C0F66
(44,15,102)
#280E5B
(40,14,91)
#240D50
(36,13,80)
#200C45
(32,12,69)
#1C0B3A
(28,11,58)
#180A2F
(24,10,47)
#140924
(20,9,36)
#100819
(16,8,25)
#0C070E
(12,7,14)
#000000
(0,0,0)

Tints of #34117C

#34117C
(52,17,124)
#462687
(70,38,135)
#583B92
(88,59,146)
#6A509D
(106,80,157)
#7C65A8
(124,101,168)
#8E7AB3
(142,122,179)
#A08FBE
(160,143,190)
#B2A4C9
(178,164,201)
#C4B9D4
(196,185,212)
#D6CEDF
(214,206,223)
#E8E3EA
(232,227,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #34117C color. Also use rgb(52,17,124) instead hex code.

Text Font Color

.myTextColor { color: #34117C; }

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

This text font color is #34117C.


Background Color

.myBgColor { background-color: #34117C; }

<div style="background-color:#34117C">Inner text</div>

This div background color is #34117C.


Border color

.myBorderColor { border: 1px solid #34117C; }

<div style="border:3px solid #34117C">Div</div>

This div border color is #34117C.


Opacity

.myOpacity80 { color: #34117C; opacity: 0.8; }

<p style="color:#34117C;opacity:0.8;">80%</p>

Text with #34117C 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 #34117C;}

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

This text has shadow with #34117C color.

.textShadow {text-shadow: 3px 3px 1px #34117C, 3px 3px 1px red;}

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

This text has shadow with #34117C primary color and red secondary color.


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

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

This text has shadow with #34117C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #34117C on black background.


Color preview on white background

This text has color #34117C on white background.



Black color preview on #34117C background

This text has black color on #34117C background.


White color preview on #34117C background

This text has white color on #34117C background.