COLOR #41839B

HEX: #41839B
RGB: (65,131,155)

Color info

#41839B contains mainly green and blue colors. Web safe color of #41839B is #339999 (or #399).

RGB color model

#41839B color RGB value is (65,131,155).

  • red value is 65;
  • green value is 131;
  • blue value is 155.
RGB:
(65,131,155)
(25%,51%,61%)

RGB channels and saturation

R 65 of 255 = 25%
G 131 of 255 = 51%
B 155 of 255 = 61%

65
131
155

R + G + B ~ 46%. #41839B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
65 + 131 + 155 = 351 (100%)
R 65 of 351 ~ 18.52%
G 131 of 351 ~ 37.32%
B 155 of 351 ~ 44.16%

%18.52
%37.32
%44.16

CMYK color model

#41839B color CMYK value is (58,15,0,39).

  • cyan value is 58.06%
  • magenta value is 15.48%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(58,15,0,39)
C58M15Y0K39 
(58%,15%,0%,39%)
(0.58/0.15/0.00/0.39)	

CMYK percentages

%58.06
%15.48
%0
%39.22

Codes

Color #41839B in popluar color models

41839B
RGB65131155
HSL196°40.91%43.14%
HSB/HSV196°58.06%60.78%
CMYK58.06%15.48%0.00%
39.22%

Color #41839B in popluar number systems.

HEX41839B
Decimal65131155
Binary10000011000001110011011
Octal101203233

Shades and tints

Shades of #41839B

#41839B
(65,131,155)
#3C788D
(60,120,141)
#376D7F
(55,109,127)
#326271
(50,98,113)
#2D5763
(45,87,99)
#284C55
(40,76,85)
#234147
(35,65,71)
#1E3639
(30,54,57)
#192B2B
(25,43,43)
#14201D
(20,32,29)
#0F150F
(15,21,15)
#000000
(0,0,0)

Tints of #41839B

#41839B
(65,131,155)
#528EA4
(82,142,164)
#6399AD
(99,153,173)
#74A4B6
(116,164,182)
#85AFBF
(133,175,191)
#96BAC8
(150,186,200)
#A7C5D1
(167,197,209)
#B8D0DA
(184,208,218)
#C9DBE3
(201,219,227)
#DAE6EC
(218,230,236)
#EBF1F5
(235,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #41839B color. Also use rgb(65,131,155) instead hex code.

Text Font Color

.myTextColor { color: #41839B; }

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

This text font color is #41839B.


Background Color

.myBgColor { background-color: #41839B; }

<div style="background-color:#41839B">Inner text</div>

This div background color is #41839B.


Border color

.myBorderColor { border: 1px solid #41839B; }

<div style="border:3px solid #41839B">Div</div>

This div border color is #41839B.


Opacity

.myOpacity80 { color: #41839B; opacity: 0.8; }

<p style="color:#41839B;opacity:0.8;">80%</p>

Text with #41839B 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 #41839B;}

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

This text has shadow with #41839B color.

.textShadow {text-shadow: 3px 3px 1px #41839B, 3px 3px 1px red;}

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

This text has shadow with #41839B primary color and red secondary color.


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

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

This text has shadow with #41839B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41839B on black background.


Color preview on white background

This text has color #41839B on white background.



Black color preview on #41839B background

This text has black color on #41839B background.


White color preview on #41839B background

This text has white color on #41839B background.