COLOR #34187D

HEX: #34187D
RGB: (52,24,125)

Color info

#34187D contains mainly blue color. Web safe color of #34187D is #330066 (or #306).

RGB color model

#34187D color RGB value is (52,24,125).

  • red value is 52;
  • green value is 24;
  • blue value is 125.
RGB:
(52,24,125)
(20%,9%,49%)

RGB channels and saturation

R 52 of 255 = 20%
G 24 of 255 = 9%
B 125 of 255 = 49%

52
24
125

R + G + B ~ 26%. #34187D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
52 + 24 + 125 = 201 (100%)
R 52 of 201 ~ 25.87%
G 24 of 201 ~ 11.94%
B 125 of 201 ~ 62.19%

%25.87
%11.94
%62.19

CMYK color model

#34187D color CMYK value is (58,81,0,51).

  • cyan value is 58.40%
  • magenta value is 80.80%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(58,81,0,51)
C58M81Y0K51 
(58%,81%,0%,51%)
(0.58/0.81/0.00/0.51)	

CMYK percentages

%58.4
%80.8
%0
%50.98

Codes

Color #34187D in popluar color models

34187D
RGB5224125
HSL257°67.79%29.22%
HSB/HSV257°80.80%49.02%
CMYK58.40%80.80%0.00%
50.98%

Color #34187D in popluar number systems.

HEX34187D
Decimal5224125
Binary110100110001111101
Octal6430175

Shades and tints

Shades of #34187D

#34187D
(52,24,125)
#301672
(48,22,114)
#2C1467
(44,20,103)
#28125C
(40,18,92)
#241051
(36,16,81)
#200E46
(32,14,70)
#1C0C3B
(28,12,59)
#180A30
(24,10,48)
#140825
(20,8,37)
#10061A
(16,6,26)
#0C040F
(12,4,15)
#000000
(0,0,0)

Tints of #34187D

#34187D
(52,24,125)
#462D88
(70,45,136)
#584293
(88,66,147)
#6A579E
(106,87,158)
#7C6CA9
(124,108,169)
#8E81B4
(142,129,180)
#A096BF
(160,150,191)
#B2ABCA
(178,171,202)
#C4C0D5
(196,192,213)
#D6D5E0
(214,213,224)
#E8EAEB
(232,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #34187D color. Also use rgb(52,24,125) instead hex code.

Text Font Color

.myTextColor { color: #34187D; }

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

This text font color is #34187D.


Background Color

.myBgColor { background-color: #34187D; }

<div style="background-color:#34187D">Inner text</div>

This div background color is #34187D.


Border color

.myBorderColor { border: 1px solid #34187D; }

<div style="border:3px solid #34187D">Div</div>

This div border color is #34187D.


Opacity

.myOpacity80 { color: #34187D; opacity: 0.8; }

<p style="color:#34187D;opacity:0.8;">80%</p>

Text with #34187D 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 #34187D;}

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

This text has shadow with #34187D color.

.textShadow {text-shadow: 3px 3px 1px #34187D, 3px 3px 1px red;}

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

This text has shadow with #34187D primary color and red secondary color.


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

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

This text has shadow with #34187D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #34187D on black background.


Color preview on white background

This text has color #34187D on white background.



Black color preview on #34187D background

This text has black color on #34187D background.


White color preview on #34187D background

This text has white color on #34187D background.