COLOR #415C98

HEX: #415C98 RGB: (65,92,152)

Color info

#415C98 contains mainly blue color. Web safe color of #415C98 is #336699 (or #369).

RGB color model

#415C98 color RGB value is (65,92,152).

RGB: (65,92,152) (25%, 36%, 60%)

RGB channels and saturation

R 65 of 255 = 25%
G 92 of 255 = 36%
B 152 of 255 = 60%

65
92
152

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

Portions of RGB colors in percentages

R + G + B = 65 + 92 + 152 = 309 (100%)
R 65 of 309 ~ 21.04%
G 92 of 309 ~ 29.77%
B 152 of 309 ~ 49.19'%

%21.04
%29.77
%49.19

CMYK color model

#415C98 color CMYK value is (57,39,0,40).

  • cyan value is 57.24%
  • magenta value is 39.47%
  • yellow value is 0.00%
  • key color value is 40.39%
CMYK: (57,39,0,40) C57M39Y0K40 (57%,39%,0%,40%) (0.57/0.39/0.00/0.40) 

CMYK percentages

%57.24
%39.47
%0
%40.39

Codes

Color #415C98 in popluar color models

41 5C 98
RGB 65 92 152
HSL 221° 40.09% 42.55%
HSB/HSV 221° 57.24% 59.61%
CMYK 57.24% 39.47% 0.00%
40.39%

Color #415C98 in popluar number systems.

HEX 41 5C 98
Decimal 65 92 152
Binary 1000001 1011100 10011000
Octal 101 134 230

Shades and tints

Shades of #415C98

#415C98
(65,92,152)
#3C548B
(60,84,139)
#374C7E
(55,76,126)
#324471
(50,68,113)
#2D3C64
(45,60,100)
#283457
(40,52,87)
#232C4A
(35,44,74)
#1E243D
(30,36,61)
#191C30
(25,28,48)
#141423
(20,20,35)
#0F0C16
(15,12,22)
#000000
(0,0,0)

Tints of #415C98

#415C98
(65,92,152)
#526AA1
(82,106,161)
#6378AA
(99,120,170)
#7486B3
(116,134,179)
#8594BC
(133,148,188)
#96A2C5
(150,162,197)
#A7B0CE
(167,176,206)
#B8BED7
(184,190,215)
#C9CCE0
(201,204,224)
#DADAE9
(218,218,233)
#EBE8F2
(235,232,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #415C98 color. Also use rgb(65,92,152) instead hex code.

Text Font Color

.myTextColor { color: #415C98; }

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

This text font color is #415C98.

Background Color

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

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

This div background color is #415C98.

Border color

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

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

This div border color is #415C98.

Opacity

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

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

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

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

This text has shadow with #415C98 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #415C98.

Preview

Color preview on black background

This text has color #415C98 on black background.


Color preview on white background

This text has color #415C98 on white background.


Black color preview on #415C98 background

This text has black color on #415C98 background.


White color preview on #415C98 background

This text has white color on #415C98 background.


Related colors

Complementary color

Complementary color for #hex is #BEA367.


I love getcolorcode.com

Triadic colors

1 #98415C and #5C9841 with #415C98 are triadic colors.

2 #985C41 and #5C4198 with #415C98 are triadic colors.