COLOR #41367F

HEX: #41367F
RGB: (65,54,127)

Color info

#41367F contains mainly blue color. Web safe color of #41367F is #333366 (or #336).

RGB color model

#41367F color RGB value is (65,54,127).

  • red value is 65;
  • green value is 54;
  • blue value is 127.
RGB:
(65,54,127)
(25%,21%,50%)

RGB channels and saturation

R 65 of 255 = 25%
G 54 of 255 = 21%
B 127 of 255 = 50%

65
54
127

R + G + B ~ 32%. #41367F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 54 + 127 = 246 (100%)
R 65 of 246 ~ 26.42%
G 54 of 246 ~ 21.95%
B 127 of 246 ~ 51.63%

%26.42
%21.95
%51.63

CMYK color model

#41367F color CMYK value is (49,57,0,50).

  • cyan value is 48.82%
  • magenta value is 57.48%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(49,57,0,50)
C49M57Y0K50 
(49%,57%,0%,50%)
(0.49/0.57/0.00/0.50)	

CMYK percentages

%48.82
%57.48
%0
%50.2

Codes

Color #41367F in popluar color models

41367F
RGB6554127
HSL249°40.33%35.49%
HSB/HSV249°57.48%49.80%
CMYK48.82%57.48%0.00%
50.20%

Color #41367F in popluar number systems.

HEX41367F
Decimal6554127
Binary10000011101101111111
Octal10166177

Shades and tints

Shades of #41367F

#41367F
(65,54,127)
#3C3274
(60,50,116)
#372E69
(55,46,105)
#322A5E
(50,42,94)
#2D2653
(45,38,83)
#282248
(40,34,72)
#231E3D
(35,30,61)
#1E1A32
(30,26,50)
#191627
(25,22,39)
#14121C
(20,18,28)
#0F0E11
(15,14,17)
#000000
(0,0,0)

Tints of #41367F

#41367F
(65,54,127)
#52488A
(82,72,138)
#635A95
(99,90,149)
#746CA0
(116,108,160)
#857EAB
(133,126,171)
#9690B6
(150,144,182)
#A7A2C1
(167,162,193)
#B8B4CC
(184,180,204)
#C9C6D7
(201,198,215)
#DAD8E2
(218,216,226)
#EBEAED
(235,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #41367F color. Also use rgb(65,54,127) instead hex code.

Text Font Color

.myTextColor { color: #41367F; }

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

This text font color is #41367F.


Background Color

.myBgColor { background-color: #41367F; }

<div style="background-color:#41367F">Inner text</div>

This div background color is #41367F.


Border color

.myBorderColor { border: 1px solid #41367F; }

<div style="border:3px solid #41367F">Div</div>

This div border color is #41367F.


Opacity

.myOpacity80 { color: #41367F; opacity: 0.8; }

<p style="color:#41367F;opacity:0.8;">80%</p>

Text with #41367F 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 #41367F;}

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

This text has shadow with #41367F color.

.textShadow {text-shadow: 3px 3px 1px #41367F, 3px 3px 1px red;}

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

This text has shadow with #41367F primary color and red secondary color.


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

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

This text has shadow with #41367F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41367F on black background.


Color preview on white background

This text has color #41367F on white background.



Black color preview on #41367F background

This text has black color on #41367F background.


White color preview on #41367F background

This text has white color on #41367F background.