COLOR #40588F

HEX: #40588F
RGB: (64,88,143)

Color info

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

RGB color model

#40588F color RGB value is (64,88,143).

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

RGB channels and saturation

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

64
88
143

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

Portions of RGB colors in percentages

R + G + B =
64 + 88 + 143 = 295 (100%)
R 64 of 295 ~ 21.69%
G 88 of 295 ~ 29.83%
B 143 of 295 ~ 48.47%

%21.69
%29.83
%48.47

CMYK color model

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

  • cyan value is 55.24%
  • 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

%55.24
%38.46
%0
%43.92

Codes

Color #40588F in popluar color models

40588F
RGB6488143
HSL222°38.16%40.59%
HSB/HSV222°55.24%56.08%
CMYK55.24%38.46%0.00%
43.92%

Color #40588F in popluar number systems.

HEX40588F
Decimal6488143
Binary1000000101100010001111
Octal100130217

Shades and tints

Shades of #40588F

#40588F
(64,88,143)
#3B5082
(59,80,130)
#364875
(54,72,117)
#314068
(49,64,104)
#2C385B
(44,56,91)
#27304E
(39,48,78)
#222841
(34,40,65)
#1D2034
(29,32,52)
#181827
(24,24,39)
#13101A
(19,16,26)
#0E080D
(14,8,13)
#000000
(0,0,0)

Tints of #40588F

#40588F
(64,88,143)
#516799
(81,103,153)
#6276A3
(98,118,163)
#7385AD
(115,133,173)
#8494B7
(132,148,183)
#95A3C1
(149,163,193)
#A6B2CB
(166,178,203)
#B7C1D5
(183,193,213)
#C8D0DF
(200,208,223)
#D9DFE9
(217,223,233)
#EAEEF3
(234,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #40588F; }

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

This text font color is #40588F.


Background Color

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

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

This div background color is #40588F.


Border color

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

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

This div border color is #40588F.


Opacity

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

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

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

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

This text has shadow with #40588F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #40588F on black background.


Color preview on white background

This text has color #40588F on white background.



Black color preview on #40588F background

This text has black color on #40588F background.


White color preview on #40588F background

This text has white color on #40588F background.