COLOR #3B306C

HEX: #3B306C
RGB: (59,48,108)

Color info

#3B306C contains mainly red and blue colors. Web safe color of #3B306C is #333366 (or #336).

RGB color model

#3B306C color RGB value is (59,48,108).

  • red value is 59;
  • green value is 48;
  • blue value is 108.
RGB:
(59,48,108)
(23%,19%,42%)

RGB channels and saturation

R 59 of 255 = 23%
G 48 of 255 = 19%
B 108 of 255 = 42%

59
48
108

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

Portions of RGB colors in percentages

R + G + B =
59 + 48 + 108 = 215 (100%)
R 59 of 215 ~ 27.44%
G 48 of 215 ~ 22.33%
B 108 of 215 ~ 50.23%

%27.44
%22.33
%50.23

CMYK color model

#3B306C color CMYK value is (45,56,0,58).

  • cyan value is 45.37%
  • magenta value is 55.56%
  • yellow value is 0.00%
  • key color value is 57.65%
CMYK:
(45,56,0,58)
C45M56Y0K58 
(45%,56%,0%,58%)
(0.45/0.56/0.00/0.58)	

CMYK percentages

%45.37
%55.56
%0
%57.65

Codes

Color #3B306C in popluar color models

3B306C
RGB5948108
HSL251°38.46%30.59%
HSB/HSV251°55.56%42.35%
CMYK45.37%55.56%0.00%
57.65%

Color #3B306C in popluar number systems.

HEX3B306C
Decimal5948108
Binary1110111100001101100
Octal7360154

Shades and tints

Shades of #3B306C

#3B306C
(59,48,108)
#362C63
(54,44,99)
#31285A
(49,40,90)
#2C2451
(44,36,81)
#272048
(39,32,72)
#221C3F
(34,28,63)
#1D1836
(29,24,54)
#18142D
(24,20,45)
#131024
(19,16,36)
#0E0C1B
(14,12,27)
#090812
(9,8,18)
#000000
(0,0,0)

Tints of #3B306C

#3B306C
(59,48,108)
#4C4279
(76,66,121)
#5D5486
(93,84,134)
#6E6693
(110,102,147)
#7F78A0
(127,120,160)
#908AAD
(144,138,173)
#A19CBA
(161,156,186)
#B2AEC7
(178,174,199)
#C3C0D4
(195,192,212)
#D4D2E1
(212,210,225)
#E5E4EE
(229,228,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B306C color. Also use rgb(59,48,108) instead hex code.

Text Font Color

.myTextColor { color: #3B306C; }

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

This text font color is #3B306C.


Background Color

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

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

This div background color is #3B306C.


Border color

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

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

This div border color is #3B306C.


Opacity

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

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

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

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

This text has shadow with #3B306C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B306C on black background.


Color preview on white background

This text has color #3B306C on white background.



Black color preview on #3B306C background

This text has black color on #3B306C background.


White color preview on #3B306C background

This text has white color on #3B306C background.