COLOR #3B2998

HEX: #3B2998 RGB: (59,41,152)

Color info

#3B2998 contains mainly blue color. Web safe color of #3B2998 is #333399 (or #339).

RGB color model

#3B2998 color RGB value is (59,41,152).

RGB: (59,41,152) (23%, 16%, 60%)

RGB channels and saturation

R 59 of 255 = 23%
G 41 of 255 = 16%
B 152 of 255 = 60%

59
41
152

R + G + B ~ 33%. #3B2998 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 59 + 41 + 152 = 252 (100%)
R 59 of 252 ~ 23.41%
G 41 of 252 ~ 16.27%
B 152 of 252 ~ 60.32'%

%23.41
%16.27
%60.32

CMYK color model

#3B2998 color CMYK value is (61,73,0,40).

  • cyan value is 61.18%
  • magenta value is 73.03%
  • yellow value is 0.00%
  • key color value is 40.39%
CMYK: (61,73,0,40) C61M73Y0K40 (61%,73%,0%,40%) (0.61/0.73/0.00/0.40) 

CMYK percentages

%61.18
%73.03
%0
%40.39

Codes

Color #3B2998 in popluar color models

3B 29 98
RGB 59 41 152
HSL 250° 57.51% 37.84%
HSB/HSV 250° 73.03% 59.61%
CMYK 61.18% 73.03% 0.00%
40.39%

Color #3B2998 in popluar number systems.

HEX 3B 29 98
Decimal 59 41 152
Binary 111011 101001 10011000
Octal 73 51 230

Shades and tints

Shades of #3B2998

#3B2998
(59,41,152)
#36268B
(54,38,139)
#31237E
(49,35,126)
#2C2071
(44,32,113)
#271D64
(39,29,100)
#221A57
(34,26,87)
#1D174A
(29,23,74)
#18143D
(24,20,61)
#131130
(19,17,48)
#0E0E23
(14,14,35)
#090B16
(9,11,22)
#000000
(0,0,0)

Tints of #3B2998

#3B2998
(59,41,152)
#4C3CA1
(76,60,161)
#5D4FAA
(93,79,170)
#6E62B3
(110,98,179)
#7F75BC
(127,117,188)
#9088C5
(144,136,197)
#A19BCE
(161,155,206)
#B2AED7
(178,174,215)
#C3C1E0
(195,193,224)
#D4D4E9
(212,212,233)
#E5E7F2
(229,231,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B2998 color. Also use rgb(59,41,152) instead hex code.

Text Font Color

.myTextColor { color: #3B2998; }

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

This text font color is #3B2998.

Background Color

.myBgColor { background-color: #3B2998; }

<div style="background-color:#3B2998">Inner text</div>

This div background color is #3B2998.

Border color

.myBorderColor { border: 1px solid #3B2998; }

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

This div border color is #3B2998.

Opacity

.myOpacity80 { color: #3B2998; opacity: 0.8; }

<p style="color:#3B2998;opacity:0.8;">80%</p>

Text with #3B2998 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 #3B2998;}

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

This text has shadow with #3B2998 color.


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

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

This text has shadow with #3B2998 primary color and red secondary color.


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

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

This text has shadow with #3B2998 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #3B2998.

Preview

Color preview on black background

This text has color #3B2998 on black background.


Color preview on white background

This text has color #3B2998 on white background.


Black color preview on #3B2998 background

This text has black color on #3B2998 background.


White color preview on #3B2998 background

This text has white color on #3B2998 background.


Related colors

Complementary color

Complementary color for #hex is #C4D667.


I love getcolorcode.com

Triadic colors

1 #983B29 and #29983B with #3B2998 are triadic colors.

2 #98293B and #293B98 with #3B2998 are triadic colors.