COLOR #3B04C3

HEX: #3B04C3
RGB: (59,4,195)

Color info

#3B04C3 contains mainly blue color. Web safe color of #3B04C3 is #3300CC (or #30C).

RGB color model

#3B04C3 color RGB value is (59,4,195).

  • red value is 59;
  • green value is 4;
  • blue value is 195.
RGB:
(59,4,195)
(23%,2%,76%)

RGB channels and saturation

R 59 of 255 = 23%
G 4 of 255 = 2%
B 195 of 255 = 76%

59
4
195

R + G + B ~ 34%. #3B04C3 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
59 + 4 + 195 = 258 (100%)
R 59 of 258 ~ 22.87%
G 4 of 258 ~ 1.55%
B 195 of 258 ~ 75.58%

%22.87
%75.58

CMYK color model

#3B04C3 color CMYK value is (70,98,0,24).

  • cyan value is 69.74%
  • magenta value is 97.95%
  • yellow value is 0.00%
  • key color value is 23.53%
CMYK:
(70,98,0,24)
C70M98Y0K24 
(70%,98%,0%,24%)
(0.70/0.98/0.00/0.24)	

CMYK percentages

%69.74
%97.95
%0
%23.53

Codes

Color #3B04C3 in popluar color models

3B04C3
RGB594195
HSL257°95.98%39.02%
HSB/HSV257°97.95%76.47%
CMYK69.74%97.95%0.00%
23.53%

Color #3B04C3 in popluar number systems.

HEX3B04C3
Decimal594195
Binary11101110011000011
Octal734303

Shades and tints

Shades of #3B04C3

#3B04C3
(59,4,195)
#3604B2
(54,4,178)
#3104A1
(49,4,161)
#2C0490
(44,4,144)
#27047F
(39,4,127)
#22046E
(34,4,110)
#1D045D
(29,4,93)
#18044C
(24,4,76)
#13043B
(19,4,59)
#0E042A
(14,4,42)
#090419
(9,4,25)
#000000
(0,0,0)

Tints of #3B04C3

#3B04C3
(59,4,195)
#4C1AC8
(76,26,200)
#5D30CD
(93,48,205)
#6E46D2
(110,70,210)
#7F5CD7
(127,92,215)
#9072DC
(144,114,220)
#A188E1
(161,136,225)
#B29EE6
(178,158,230)
#C3B4EB
(195,180,235)
#D4CAF0
(212,202,240)
#E5E0F5
(229,224,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B04C3 color. Also use rgb(59,4,195) instead hex code.

Text Font Color

.myTextColor { color: #3B04C3; }

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

This text font color is #3B04C3.


Background Color

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

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

This div background color is #3B04C3.


Border color

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

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

This div border color is #3B04C3.


Opacity

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

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

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

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

This text has shadow with #3B04C3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B04C3 on black background.


Color preview on white background

This text has color #3B04C3 on white background.



Black color preview on #3B04C3 background

This text has black color on #3B04C3 background.


White color preview on #3B04C3 background

This text has white color on #3B04C3 background.