COLOR #41598D

HEX: #41598D RGB: (65,89,141)

Color info

#41598D contains mainly green and blue colors. Web safe color of #41598D is #336699 (or #369).

RGB color model

#41598D color RGB value is (65,89,141).

RGB: (65,89,141) (25%, 35%, 55%)

RGB channels and saturation

R 65 of 255 = 25%
G 89 of 255 = 35%
B 141 of 255 = 55%

65
89
141

R + G + B ~ 38%. #41598D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 65 + 89 + 141 = 295 (100%)
R 65 of 295 ~ 22.03%
G 89 of 295 ~ 30.17%
B 141 of 295 ~ 47.8'%

%22.03
%30.17
%47.8

CMYK color model

#41598D color CMYK value is (54,37,0,45).

  • cyan value is 53.90%
  • magenta value is 36.88%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK: (54,37,0,45) C54M37Y0K45 (54%,37%,0%,45%) (0.54/0.37/0.00/0.45) 

CMYK percentages

%53.9
%36.88
%0
%44.71

Codes

Color #41598D in popluar color models

41 59 8D
RGB 65 89 141
HSL 221° 36.89% 40.39%
HSB/HSV 221° 53.90% 55.29%
CMYK 53.90% 36.88% 0.00%
44.71%

Color #41598D in popluar number systems.

HEX 41 59 8D
Decimal 65 89 141
Binary 1000001 1011001 10001101
Octal 101 131 215

Shades and tints

Shades of #41598D

#41598D
(65,89,141)
#3C5181
(60,81,129)
#374975
(55,73,117)
#324169
(50,65,105)
#2D395D
(45,57,93)
#283151
(40,49,81)
#232945
(35,41,69)
#1E2139
(30,33,57)
#19192D
(25,25,45)
#141121
(20,17,33)
#0F0915
(15,9,21)
#000000
(0,0,0)

Tints of #41598D

#41598D
(65,89,141)
#526897
(82,104,151)
#6377A1
(99,119,161)
#7486AB
(116,134,171)
#8595B5
(133,149,181)
#96A4BF
(150,164,191)
#A7B3C9
(167,179,201)
#B8C2D3
(184,194,211)
#C9D1DD
(201,209,221)
#DAE0E7
(218,224,231)
#EBEFF1
(235,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #41598D color. Also use rgb(65,89,141) instead hex code.

Text Font Color

.myTextColor { color: #41598D; }

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

This text font color is #41598D.

Background Color

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

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

This div background color is #41598D.

Border color

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

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

This div border color is #41598D.

Opacity

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

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

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

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

This text has shadow with #41598D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #41598D.

Preview

Color preview on black background

This text has color #41598D on black background.


Color preview on white background

This text has color #41598D on white background.


Black color preview on #41598D background

This text has black color on #41598D background.


White color preview on #41598D background

This text has white color on #41598D background.


Related colors

Complementary color

Complementary color for #hex is #BEA672.


I love getcolorcode.com

Triadic colors

1 #8D4159 and #598D41 with #41598D are triadic colors.

2 #8D5941 and #59418D with #41598D are triadic colors.