COLOR #40738E

HEX: #40738E
RGB: (64,115,142)

Color info

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

RGB color model

#40738E color RGB value is (64,115,142).

  • red value is 64;
  • green value is 115;
  • blue value is 142.
RGB:
(64,115,142)
(25%,45%,56%)

RGB channels and saturation

R 64 of 255 = 25%
G 115 of 255 = 45%
B 142 of 255 = 56%

64
115
142

R + G + B ~ 42%. #40738E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
64 + 115 + 142 = 321 (100%)
R 64 of 321 ~ 19.94%
G 115 of 321 ~ 35.83%
B 142 of 321 ~ 44.24%

%19.94
%35.83
%44.24

CMYK color model

#40738E color CMYK value is (55,19,0,44).

  • cyan value is 54.93%
  • magenta value is 19.01%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(55,19,0,44)
C55M19Y0K44 
(55%,19%,0%,44%)
(0.55/0.19/0.00/0.44)	

CMYK percentages

%54.93
%19.01
%0
%44.31

Codes

Color #40738E in popluar color models

40738E
RGB64115142
HSL201°37.86%40.39%
HSB/HSV201°54.93%55.69%
CMYK54.93%19.01%0.00%
44.31%

Color #40738E in popluar number systems.

HEX40738E
Decimal64115142
Binary1000000111001110001110
Octal100163216

Shades and tints

Shades of #40738E

#40738E
(64,115,142)
#3B6982
(59,105,130)
#365F76
(54,95,118)
#31556A
(49,85,106)
#2C4B5E
(44,75,94)
#274152
(39,65,82)
#223746
(34,55,70)
#1D2D3A
(29,45,58)
#18232E
(24,35,46)
#131922
(19,25,34)
#0E0F16
(14,15,22)
#000000
(0,0,0)

Tints of #40738E

#40738E
(64,115,142)
#517F98
(81,127,152)
#628BA2
(98,139,162)
#7397AC
(115,151,172)
#84A3B6
(132,163,182)
#95AFC0
(149,175,192)
#A6BBCA
(166,187,202)
#B7C7D4
(183,199,212)
#C8D3DE
(200,211,222)
#D9DFE8
(217,223,232)
#EAEBF2
(234,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #40738E color. Also use rgb(64,115,142) instead hex code.

Text Font Color

.myTextColor { color: #40738E; }

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

This text font color is #40738E.


Background Color

.myBgColor { background-color: #40738E; }

<div style="background-color:#40738E">Inner text</div>

This div background color is #40738E.


Border color

.myBorderColor { border: 1px solid #40738E; }

<div style="border:3px solid #40738E">Div</div>

This div border color is #40738E.


Opacity

.myOpacity80 { color: #40738E; opacity: 0.8; }

<p style="color:#40738E;opacity:0.8;">80%</p>

Text with #40738E 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 #40738E;}

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

This text has shadow with #40738E color.

.textShadow {text-shadow: 3px 3px 1px #40738E, 3px 3px 1px red;}

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

This text has shadow with #40738E primary color and red secondary color.


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

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

This text has shadow with #40738E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #40738E on black background.


Color preview on white background

This text has color #40738E on white background.



Black color preview on #40738E background

This text has black color on #40738E background.


White color preview on #40738E background

This text has white color on #40738E background.