COLOR #41588F

HEX: #41588F
RGB: (65,88,143)

Color info

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

RGB color model

#41588F color RGB value is (65,88,143).

  • red value is 65;
  • green value is 88;
  • blue value is 143.
RGB:
(65,88,143)
(25%,35%,56%)

RGB channels and saturation

R 65 of 255 = 25%
G 88 of 255 = 35%
B 143 of 255 = 56%

65
88
143

R + G + B ~ 39%. #41588F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 88 + 143 = 296 (100%)
R 65 of 296 ~ 21.96%
G 88 of 296 ~ 29.73%
B 143 of 296 ~ 48.31%

%21.96
%29.73
%48.31

CMYK color model

#41588F color CMYK value is (55,38,0,44).

  • cyan value is 54.55%
  • magenta value is 38.46%
  • yellow value is 0.00%
  • key color value is 43.92%
CMYK:
(55,38,0,44)
C55M38Y0K44 
(55%,38%,0%,44%)
(0.55/0.38/0.00/0.44)	

CMYK percentages

%54.55
%38.46
%0
%43.92

Codes

Color #41588F in popluar color models

41588F
RGB6588143
HSL222°37.50%40.78%
HSB/HSV222°54.55%56.08%
CMYK54.55%38.46%0.00%
43.92%

Color #41588F in popluar number systems.

HEX41588F
Decimal6588143
Binary1000001101100010001111
Octal101130217

Shades and tints

Shades of #41588F

#41588F
(65,88,143)
#3C5082
(60,80,130)
#374875
(55,72,117)
#324068
(50,64,104)
#2D385B
(45,56,91)
#28304E
(40,48,78)
#232841
(35,40,65)
#1E2034
(30,32,52)
#191827
(25,24,39)
#14101A
(20,16,26)
#0F080D
(15,8,13)
#000000
(0,0,0)

Tints of #41588F

#41588F
(65,88,143)
#526799
(82,103,153)
#6376A3
(99,118,163)
#7485AD
(116,133,173)
#8594B7
(133,148,183)
#96A3C1
(150,163,193)
#A7B2CB
(167,178,203)
#B8C1D5
(184,193,213)
#C9D0DF
(201,208,223)
#DADFE9
(218,223,233)
#EBEEF3
(235,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #41588F color. Also use rgb(65,88,143) instead hex code.

Text Font Color

.myTextColor { color: #41588F; }

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

This text font color is #41588F.


Background Color

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

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

This div background color is #41588F.


Border color

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

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

This div border color is #41588F.


Opacity

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

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

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

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

This text has shadow with #41588F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41588F on black background.


Color preview on white background

This text has color #41588F on white background.



Black color preview on #41588F background

This text has black color on #41588F background.


White color preview on #41588F background

This text has white color on #41588F background.