COLOR #41A3CE

HEX: #41A3CE RGB: (65,163,206)

Color info

#41A3CE contains mainly green and blue colors. Web safe color of #41A3CE is #3399CC (or #39C).

RGB color model

#41A3CE color RGB value is (65,163,206).

RGB: (65,163,206) (25%, 64%, 81%)

RGB channels and saturation

R 65 of 255 = 25%
G 163 of 255 = 64%
B 206 of 255 = 81%

65
163
206

R + G + B ~ 57%. #41A3CE is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 65 + 163 + 206 = 434 (100%)
R 65 of 434 ~ 14.98%
G 163 of 434 ~ 37.56%
B 206 of 434 ~ 47.47'%

%14.98
%37.56
%47.47

CMYK color model

#41A3CE color CMYK value is (68,21,0,19).

  • cyan value is 68.45%
  • magenta value is 20.87%
  • yellow value is 0.00%
  • key color value is 19.22%

CMYK: (68,21,0,19)
C68M21Y0K19 (68%, 21%, 0%, 19%)
(0.68 / 0.21 / 0.00 / 0.19)

CMYK percentages

%68.45
%20.87
%0
%19.22

Codes

Color #41A3CE in popluar color models

41 A3 CE
RGB 65 163 206
HSL 198° 59.00% 53.14%
HSB/HSV 198° 68.45% 80.78%
CMYK 68.45% 20.87% 0.00%
19.22%

Color #41A3CE in popluar number systems.

HEX 41 A3 CE
Decimal 65 163 206
Binary 1000001 10100011 11001110
Octal 101 243 316

Shades and tints

Shades of #41A3CE

#41A3CE
(65,163,206)
#3C95BC
(60,149,188)
#3787AA
(55,135,170)
#327998
(50,121,152)
#2D6B86
(45,107,134)
#285D74
(40,93,116)
#234F62
(35,79,98)
#1E4150
(30,65,80)
#19333E
(25,51,62)
#14252C
(20,37,44)
#0F171A
(15,23,26)
#000000
(0,0,0)

Tints of #41A3CE

#41A3CE
(65,163,206)
#52ABD2
(82,171,210)
#63B3D6
(99,179,214)
#74BBDA
(116,187,218)
#85C3DE
(133,195,222)
#96CBE2
(150,203,226)
#A7D3E6
(167,211,230)
#B8DBEA
(184,219,234)
#C9E3EE
(201,227,238)
#DAEBF2
(218,235,242)
#EBF3F6
(235,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #41A3CE color. Also use rgb(65,163,206) instead hex code.

Text Font Color

.myTextColor { color: #41A3CE; }

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

This text font color is #41A3CE.

Background Color

.myBgColor { background-color: #41A3CE; }

<div style="background-color:#41A3CE">Inner text</div>

This div background color is #41A3CE.

Border color

.myBorderColor { border: 1px solid #41A3CE; }

<div style="border:3px solid #41A3CE">Div</div>

This div border color is #41A3CE.

Opacity

.myOpacity80 { color: #41A3CE; opacity: 0.8; }

<p style="color:#41A3CE;opacity:0.8;">80%</p>

Text with #41A3CE 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 #41A3CE;}

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

This text has shadow with #41A3CE color.


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

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

This text has shadow with #41A3CE primary color and red secondary color.


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

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

This text has shadow with #41A3CE and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #41A3CE.

Preview

Color preview on black background

This text has color #41A3CE on black background.


Color preview on white background

This text has color #41A3CE on white background.


Black color preview on #41A3CE background

This text has black color on #41A3CE background.


White color preview on #41A3CE background

This text has white color on #41A3CE background.


Related colors

Complementary color

Complementary color for #hex is #BE5C31.


I love getcolorcode.com

Triadic colors

1 #CE41A3 and #A3CE41 with #41A3CE are triadic colors.

2 #CEA341 and #A341CE with #41A3CE are triadic colors.