COLOR #41568D

HEX: #41568D
RGB: (65,86,141)

Color info

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

RGB color model

#41568D color RGB value is (65,86,141).

  • red value is 65;
  • green value is 86;
  • blue value is 141.
RGB:
(65,86,141)
(25%,34%,55%)

RGB channels and saturation

R 65 of 255 = 25%
G 86 of 255 = 34%
B 141 of 255 = 55%

65
86
141

R + G + B ~ 38%. #41568D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 86 + 141 = 292 (100%)
R 65 of 292 ~ 22.26%
G 86 of 292 ~ 29.45%
B 141 of 292 ~ 48.29%

%22.26
%29.45
%48.29

CMYK color model

#41568D color CMYK value is (54,39,0,45).

  • cyan value is 53.90%
  • magenta value is 39.01%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(54,39,0,45)
C54M39Y0K45 
(54%,39%,0%,45%)
(0.54/0.39/0.00/0.45)	

CMYK percentages

%53.9
%39.01
%0
%44.71

Codes

Color #41568D in popluar color models

41568D
RGB6586141
HSL223°36.89%40.39%
HSB/HSV223°53.90%55.29%
CMYK53.90%39.01%0.00%
44.71%

Color #41568D in popluar number systems.

HEX41568D
Decimal6586141
Binary1000001101011010001101
Octal101126215

Shades and tints

Shades of #41568D

#41568D
(65,86,141)
#3C4F81
(60,79,129)
#374875
(55,72,117)
#324169
(50,65,105)
#2D3A5D
(45,58,93)
#283351
(40,51,81)
#232C45
(35,44,69)
#1E2539
(30,37,57)
#191E2D
(25,30,45)
#141721
(20,23,33)
#0F1015
(15,16,21)
#000000
(0,0,0)

Tints of #41568D

#41568D
(65,86,141)
#526597
(82,101,151)
#6374A1
(99,116,161)
#7483AB
(116,131,171)
#8592B5
(133,146,181)
#96A1BF
(150,161,191)
#A7B0C9
(167,176,201)
#B8BFD3
(184,191,211)
#C9CEDD
(201,206,221)
#DADDE7
(218,221,231)
#EBECF1
(235,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #41568D color. Also use rgb(65,86,141) instead hex code.

Text Font Color

.myTextColor { color: #41568D; }

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

This text font color is #41568D.


Background Color

.myBgColor { background-color: #41568D; }

<div style="background-color:#41568D">Inner text</div>

This div background color is #41568D.


Border color

.myBorderColor { border: 1px solid #41568D; }

<div style="border:3px solid #41568D">Div</div>

This div border color is #41568D.


Opacity

.myOpacity80 { color: #41568D; opacity: 0.8; }

<p style="color:#41568D;opacity:0.8;">80%</p>

Text with #41568D 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 #41568D;}

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

This text has shadow with #41568D color.

.textShadow {text-shadow: 3px 3px 1px #41568D, 3px 3px 1px red;}

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

This text has shadow with #41568D primary color and red secondary color.


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

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

This text has shadow with #41568D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41568D on black background.


Color preview on white background

This text has color #41568D on white background.



Black color preview on #41568D background

This text has black color on #41568D background.


White color preview on #41568D background

This text has white color on #41568D background.