COLOR #415A8B

HEX: #415A8B RGB: (65,90,139)

Color info

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

RGB color model

#415A8B color RGB value is (65,90,139).

RGB: (65,90,139) (25%, 35%, 55%)

RGB channels and saturation

R 65 of 255 = 25%
G 90 of 255 = 35%
B 139 of 255 = 55%

65
90
139

R + G + B ~ 38%. #415A8B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 65 + 90 + 139 = 294 (100%)
R 65 of 294 ~ 22.11%
G 90 of 294 ~ 30.61%
B 139 of 294 ~ 47.28'%

%22.11
%30.61
%47.28

CMYK color model

#415A8B color CMYK value is (53,35,0,45).

  • cyan value is 53.24%
  • magenta value is 35.25%
  • yellow value is 0.00%
  • key color value is 45.49%

CMYK: (53,35,0,45)
C53M35Y0K45 (53%, 35%, 0%, 45%)
(0.53 / 0.35 / 0.00 / 0.45)

CMYK percentages

%53.24
%35.25
%0
%45.49

Codes

Color #415A8B in popluar color models

41 5A 8B
RGB 65 90 139
HSL 220° 36.27% 40.00%
HSB/HSV 220° 53.24% 54.51%
CMYK 53.24% 35.25% 0.00%
45.49%

Color #415A8B in popluar number systems.

HEX 41 5A 8B
Decimal 65 90 139
Binary 1000001 1011010 10001011
Octal 101 132 213

Shades and tints

Shades of #415A8B

#415A8B
(65,90,139)
#3C527F
(60,82,127)
#374A73
(55,74,115)
#324267
(50,66,103)
#2D3A5B
(45,58,91)
#28324F
(40,50,79)
#232A43
(35,42,67)
#1E2237
(30,34,55)
#191A2B
(25,26,43)
#14121F
(20,18,31)
#0F0A13
(15,10,19)
#000000
(0,0,0)

Tints of #415A8B

#415A8B
(65,90,139)
#526995
(82,105,149)
#63789F
(99,120,159)
#7487A9
(116,135,169)
#8596B3
(133,150,179)
#96A5BD
(150,165,189)
#A7B4C7
(167,180,199)
#B8C3D1
(184,195,209)
#C9D2DB
(201,210,219)
#DAE1E5
(218,225,229)
#EBF0EF
(235,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #415A8B color. Also use rgb(65,90,139) instead hex code.

Text Font Color

.myTextColor { color: #415A8B; }

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

This text font color is #415A8B.

Background Color

.myBgColor { background-color: #415A8B; }

<div style="background-color:#415A8B">Inner text</div>

This div background color is #415A8B.

Border color

.myBorderColor { border: 1px solid #415A8B; }

<div style="border:3px solid #415A8B">Div</div>

This div border color is #415A8B.

Opacity

.myOpacity80 { color: #415A8B; opacity: 0.8; }

<p style="color:#415A8B;opacity:0.8;">80%</p>

Text with #415A8B 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 #415A8B;}

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

This text has shadow with #415A8B color.


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

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

This text has shadow with #415A8B primary color and red secondary color.


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

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

This text has shadow with #415A8B and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #415A8B.

Preview

Color preview on black background

This text has color #415A8B on black background.


Color preview on white background

This text has color #415A8B on white background.


Black color preview on #415A8B background

This text has black color on #415A8B background.


White color preview on #415A8B background

This text has white color on #415A8B background.


Related colors

Complementary color

Complementary color for #hex is #BEA574.


I love getcolorcode.com

Triadic colors

1 #8B415A and #5A8B41 with #415A8B are triadic colors.

2 #8B5A41 and #5A418B with #415A8B are triadic colors.