COLOR #3B0198

HEX: #3B0198 RGB: (59,1,152)

Color info

#3B0198 contains mainly blue color. Web safe color of #3B0198 is #330099 (or #309).

RGB color model

#3B0198 color RGB value is (59,1,152).

RGB: (59,1,152) (23%, 0%, 60%)

RGB channels and saturation

R 59 of 255 = 23%
G 1 of 255 = 0%
B 152 of 255 = 60%

59
1
152

R + G + B ~ 28%. #3B0198 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 59 + 1 + 152 = 212 (100%)
R 59 of 212 ~ 27.83%
G 1 of 212 ~ 0.47%
B 152 of 212 ~ 71.7'%

%27.83
%71.7

CMYK color model

#3B0198 color CMYK value is (61,99,0,40).

  • cyan value is 61.18%
  • magenta value is 99.34%
  • yellow value is 0.00%
  • key color value is 40.39%
CMYK: (61,99,0,40) C61M99Y0K40 (61%,99%,0%,40%) (0.61/0.99/0.00/0.40) 

CMYK percentages

%61.18
%99.34
%0
%40.39

Codes

Color #3B0198 in popluar color models

3B 01 98
RGB 59 1 152
HSL 263° 98.69% 30.00%
HSB/HSV 263° 99.34% 59.61%
CMYK 61.18% 99.34% 0.00%
40.39%

Color #3B0198 in popluar number systems.

HEX 3B 01 98
Decimal 59 1 152
Binary 111011 1 10011000
Octal 73 1 230

Shades and tints

Shades of #3B0198

#3B0198
(59,1,152)
#36018B
(54,1,139)
#31017E
(49,1,126)
#2C0171
(44,1,113)
#270164
(39,1,100)
#220157
(34,1,87)
#1D014A
(29,1,74)
#18013D
(24,1,61)
#130130
(19,1,48)
#0E0123
(14,1,35)
#090116
(9,1,22)
#000000
(0,0,0)

Tints of #3B0198

#3B0198
(59,1,152)
#4C18A1
(76,24,161)
#5D2FAA
(93,47,170)
#6E46B3
(110,70,179)
#7F5DBC
(127,93,188)
#9074C5
(144,116,197)
#A18BCE
(161,139,206)
#B2A2D7
(178,162,215)
#C3B9E0
(195,185,224)
#D4D0E9
(212,208,233)
#E5E7F2
(229,231,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B0198; }

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

This text font color is #3B0198.

Background Color

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

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

This div background color is #3B0198.

Border color

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

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

This div border color is #3B0198.

Opacity

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

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

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

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

This text has shadow with #3B0198 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3B0198.

Preview

Color preview on black background

This text has color #3B0198 on black background.


Color preview on white background

This text has color #3B0198 on white background.


Black color preview on #3B0198 background

This text has black color on #3B0198 background.


White color preview on #3B0198 background

This text has white color on #3B0198 background.


Related colors

Complementary color

Complementary color for #hex is #C4FE67.


I love getcolorcode.com

Triadic colors

1 #983B01 and #01983B with #3B0198 are triadic colors.

2 #98013B and #013B98 with #3B0198 are triadic colors.