COLOR #34417D

HEX: #34417D
RGB: (52,65,125)

Color info

#34417D contains mainly blue color. Web safe color of #34417D is #333366 (or #336).

RGB color model

#34417D color RGB value is (52,65,125).

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

RGB channels and saturation

R 52 of 255 = 20%
G 65 of 255 = 25%
B 125 of 255 = 49%

52
65
125

R + G + B ~ 31%. #34417D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
52 + 65 + 125 = 242 (100%)
R 52 of 242 ~ 21.49%
G 65 of 242 ~ 26.86%
B 125 of 242 ~ 51.65%

%21.49
%26.86
%51.65

CMYK color model

#34417D color CMYK value is (58,48,0,51).

  • cyan value is 58.40%
  • magenta value is 48.00%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(58,48,0,51)
C58M48Y0K51 
(58%,48%,0%,51%)
(0.58/0.48/0.00/0.51)	

CMYK percentages

%58.4
%48
%0
%50.98

Codes

Color #34417D in popluar color models

34417D
RGB5265125
HSL229°41.24%34.71%
HSB/HSV229°58.40%49.02%
CMYK58.40%48.00%0.00%
50.98%

Color #34417D in popluar number systems.

HEX34417D
Decimal5265125
Binary11010010000011111101
Octal64101175

Shades and tints

Shades of #34417D

#34417D
(52,65,125)
#303C72
(48,60,114)
#2C3767
(44,55,103)
#28325C
(40,50,92)
#242D51
(36,45,81)
#202846
(32,40,70)
#1C233B
(28,35,59)
#181E30
(24,30,48)
#141925
(20,25,37)
#10141A
(16,20,26)
#0C0F0F
(12,15,15)
#000000
(0,0,0)

Tints of #34417D

#34417D
(52,65,125)
#465288
(70,82,136)
#586393
(88,99,147)
#6A749E
(106,116,158)
#7C85A9
(124,133,169)
#8E96B4
(142,150,180)
#A0A7BF
(160,167,191)
#B2B8CA
(178,184,202)
#C4C9D5
(196,201,213)
#D6DAE0
(214,218,224)
#E8EBEB
(232,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #34417D; }

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

This text font color is #34417D.


Background Color

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

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

This div background color is #34417D.


Border color

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

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

This div border color is #34417D.


Opacity

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

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

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

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

This text has shadow with #34417D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #34417D on black background.


Color preview on white background

This text has color #34417D on white background.



Black color preview on #34417D background

This text has black color on #34417D background.


White color preview on #34417D background

This text has white color on #34417D background.