COLOR #40658C

HEX: #40658C RGB: (64,101,140)

Color info

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

RGB color model

#40658C color RGB value is (64,101,140).

RGB: (64,101,140) (25%, 40%, 55%)

RGB channels and saturation

R 64 of 255 = 25%
G 101 of 255 = 40%
B 140 of 255 = 55%

64
101
140

R + G + B ~ 40%. #40658C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 64 + 101 + 140 = 305 (100%)
R 64 of 305 ~ 20.98%
G 101 of 305 ~ 33.11%
B 140 of 305 ~ 45.9'%

%20.98
%33.11
%45.9

CMYK color model

#40658C color CMYK value is (54,28,0,45).

  • cyan value is 54.29%
  • magenta value is 27.86%
  • yellow value is 0.00%
  • key color value is 45.10%

CMYK: (54,28,0,45)
C54M28Y0K45 (54%, 28%, 0%, 45%)
(0.54 / 0.28 / 0.00 / 0.45)

CMYK percentages

%54.29
%27.86
%0
%45.1

Codes

Color #40658C in popluar color models

40 65 8C
RGB 64 101 140
HSL 211° 37.25% 40.00%
HSB/HSV 211° 54.29% 54.90%
CMYK 54.29% 27.86% 0.00%
45.10%

Color #40658C in popluar number systems.

HEX 40 65 8C
Decimal 64 101 140
Binary 1000000 1100101 10001100
Octal 100 145 214

Shades and tints

Shades of #40658C

#40658C
(64,101,140)
#3B5C80
(59,92,128)
#365374
(54,83,116)
#314A68
(49,74,104)
#2C415C
(44,65,92)
#273850
(39,56,80)
#222F44
(34,47,68)
#1D2638
(29,38,56)
#181D2C
(24,29,44)
#131420
(19,20,32)
#0E0B14
(14,11,20)
#000000
(0,0,0)

Tints of #40658C

#40658C
(64,101,140)
#517396
(81,115,150)
#6281A0
(98,129,160)
#738FAA
(115,143,170)
#849DB4
(132,157,180)
#95ABBE
(149,171,190)
#A6B9C8
(166,185,200)
#B7C7D2
(183,199,210)
#C8D5DC
(200,213,220)
#D9E3E6
(217,227,230)
#EAF1F0
(234,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #40658C color. Also use rgb(64,101,140) instead hex code.

Text Font Color

.myTextColor { color: #40658C; }

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

This text font color is #40658C.

Background Color

.myBgColor { background-color: #40658C; }

<div style="background-color:#40658C">Inner text</div>

This div background color is #40658C.

Border color

.myBorderColor { border: 1px solid #40658C; }

<div style="border:3px solid #40658C">Div</div>

This div border color is #40658C.

Opacity

.myOpacity80 { color: #40658C; opacity: 0.8; }

<p style="color:#40658C;opacity:0.8;">80%</p>

Text with #40658C 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 #40658C;}

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

This text has shadow with #40658C color.


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

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

This text has shadow with #40658C primary color and red secondary color.


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

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

This text has shadow with #40658C and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #40658C.

Preview

Color preview on black background

This text has color #40658C on black background.


Color preview on white background

This text has color #40658C on white background.


Black color preview on #40658C background

This text has black color on #40658C background.


White color preview on #40658C background

This text has white color on #40658C background.


Related colors

Complementary color

Complementary color for #hex is #BF9A73.


I love getcolorcode.com

Triadic colors

1 #8C4065 and #658C40 with #40658C are triadic colors.

2 #8C6540 and #65408C with #40658C are triadic colors.