COLOR #41347D

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

65
52
125

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

Portions of RGB colors in percentages

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

%26.86
%21.49
%51.65

CMYK color model

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

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

CMYK percentages

%48
%58.4
%0
%50.98

Codes

Color #41347D in popluar color models

41347D
RGB6552125
HSL251°41.24%34.71%
HSB/HSV251°58.40%49.02%
CMYK48.00%58.40%0.00%
50.98%

Color #41347D in popluar number systems.

HEX41347D
Decimal6552125
Binary10000011101001111101
Octal10164175

Shades and tints

Shades of #41347D

#41347D
(65,52,125)
#3C3072
(60,48,114)
#372C67
(55,44,103)
#32285C
(50,40,92)
#2D2451
(45,36,81)
#282046
(40,32,70)
#231C3B
(35,28,59)
#1E1830
(30,24,48)
#191425
(25,20,37)
#14101A
(20,16,26)
#0F0C0F
(15,12,15)
#000000
(0,0,0)

Tints of #41347D

#41347D
(65,52,125)
#524688
(82,70,136)
#635893
(99,88,147)
#746A9E
(116,106,158)
#857CA9
(133,124,169)
#968EB4
(150,142,180)
#A7A0BF
(167,160,191)
#B8B2CA
(184,178,202)
#C9C4D5
(201,196,213)
#DAD6E0
(218,214,224)
#EBE8EB
(235,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #41347D; }

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

This text font color is #41347D.


Background Color

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

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

This div background color is #41347D.


Border color

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

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

This div border color is #41347D.


Opacity

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

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

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

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

This text has shadow with #41347D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41347D on black background.


Color preview on white background

This text has color #41347D on white background.



Black color preview on #41347D background

This text has black color on #41347D background.


White color preview on #41347D background

This text has white color on #41347D background.