COLOR #41529A

HEX: #41529A
RGB: (65,82,154)

Color info

#41529A contains mainly blue color. Web safe color of #41529A is #336699 (or #369).

RGB color model

#41529A color RGB value is (65,82,154).

  • red value is 65;
  • green value is 82;
  • blue value is 154.
RGB: (65,82,154) (25%,32%,60%)

RGB channels and saturation

R 65 of 255 = 25%
G 82 of 255 = 32%
B 154 of 255 = 60%

65
82
154

R + G + B ~ 39%. #41529A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 82 + 154 = 301 (100%)
R 65 of 301 ~ 21.59%
G 82 of 301 ~ 27.24%
B 154 of 301 ~ 51.16%

%21.59
%27.24
%51.16

CMYK color model

#41529A color CMYK value is (58,47,0,40).

  • cyan value is 57.79%
  • magenta value is 46.75%
  • yellow value is 0.00%
  • key color value is 39.61%
CMYK: (58,47,0,40) C58M47Y0K40 (58%,47%,0%,40%) (0.58/0.47/0.00/0.40)

CMYK percentages

%57.79
%46.75
%0
%39.61

Codes

Color #41529A in popluar color models

41529A
RGB6582154
HSL229°40.64%42.94%
HSB/HSV229°57.79%60.39%
CMYK57.79%46.75%0.00%
39.61%

Color #41529A in popluar number systems.

HEX41529A
Decimal6582154
Binary1000001101001010011010
Octal101122232

Shades and tints

Shades of #41529A

#41529A
(65,82,154)
#3C4B8C
(60,75,140)
#37447E
(55,68,126)
#323D70
(50,61,112)
#2D3662
(45,54,98)
#282F54
(40,47,84)
#232846
(35,40,70)
#1E2138
(30,33,56)
#191A2A
(25,26,42)
#14131C
(20,19,28)
#0F0C0E
(15,12,14)
#000000
(0,0,0)

Tints of #41529A

#41529A
(65,82,154)
#5261A3
(82,97,163)
#6370AC
(99,112,172)
#747FB5
(116,127,181)
#858EBE
(133,142,190)
#969DC7
(150,157,199)
#A7ACD0
(167,172,208)
#B8BBD9
(184,187,217)
#C9CAE2
(201,202,226)
#DAD9EB
(218,217,235)
#EBE8F4
(235,232,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #41529A color. Also use rgb(65,82,154) instead hex code.

Text Font Color

.myTextColor { color: #41529A; }

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

This text font color is #41529A.


Background Color

.myBgColor { background-color: #41529A; }

<div style="background-color:#41529A">Inner text</div>

This div background color is #41529A.


Border color

.myBorderColor { border: 1px solid #41529A; }

<div style="border:3px solid #41529A">Div</div>

This div border color is #41529A.


Opacity

.myOpacity80 { color: #41529A; opacity: 0.8; }

<p style="color:#41529A;opacity:0.8;">80%</p>

Text with #41529A 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 #41529A;}

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

This text has shadow with #41529A color.

.textShadow {text-shadow: 3px 3px 1px #41529A, 3px 3px 1px red;}

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

This text has shadow with #41529A primary color and red secondary color.


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

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

This text has shadow with #41529A and red colors in old Internet Explorer.


Div box shadow color

 /* css code */ .divShadow { -moz-box-shadow:	1px 1px 3px 2px #41529A; -webkit-box-shadow:	1px 1px 3px 2px #41529A; box-shadow:	1px 1px 3px 2px #41529A; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #41529A; -webkit-box-shadow: 1px 1px 3px 2px #41529A; box-shadow:1px 1px 3px 2px #41529A;">
Div content here</div>
This div box has shadow with color #41529A.

Preview

Color preview on black background

This text has color #41529A on black background.


Color preview on white background

This text has color #41529A on white background.



Black color preview on #41529A background

This text has black color on #41529A background.


White color preview on #41529A background

This text has white color on #41529A background.