COLOR #3B3D9C

HEX: #3B3D9C
RGB: (59,61,156)

Color info

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

RGB color model

#3B3D9C color RGB value is (59,61,156).

  • red value is 59;
  • green value is 61;
  • blue value is 156.
RGB:
(59,61,156)
(23%,24%,61%)

RGB channels and saturation

R 59 of 255 = 23%
G 61 of 255 = 24%
B 156 of 255 = 61%

59
61
156

R + G + B ~ 36%. #3B3D9C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
59 + 61 + 156 = 276 (100%)
R 59 of 276 ~ 21.38%
G 61 of 276 ~ 22.1%
B 156 of 276 ~ 56.52%

%21.38
%22.1
%56.52

CMYK color model

#3B3D9C color CMYK value is (62,61,0,39).

  • cyan value is 62.18%
  • magenta value is 60.90%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(62,61,0,39)
C62M61Y0K39 
(62%,61%,0%,39%)
(0.62/0.61/0.00/0.39)	

CMYK percentages

%62.18
%60.9
%0
%38.82

Codes

Color #3B3D9C in popluar color models

3B3D9C
RGB5961156
HSL239°45.12%42.16%
HSB/HSV239°62.18%61.18%
CMYK62.18%60.90%0.00%
38.82%

Color #3B3D9C in popluar number systems.

HEX3B3D9C
Decimal5961156
Binary11101111110110011100
Octal7375234

Shades and tints

Shades of #3B3D9C

#3B3D9C
(59,61,156)
#36388E
(54,56,142)
#313380
(49,51,128)
#2C2E72
(44,46,114)
#272964
(39,41,100)
#222456
(34,36,86)
#1D1F48
(29,31,72)
#181A3A
(24,26,58)
#13152C
(19,21,44)
#0E101E
(14,16,30)
#090B10
(9,11,16)
#000000
(0,0,0)

Tints of #3B3D9C

#3B3D9C
(59,61,156)
#4C4EA5
(76,78,165)
#5D5FAE
(93,95,174)
#6E70B7
(110,112,183)
#7F81C0
(127,129,192)
#9092C9
(144,146,201)
#A1A3D2
(161,163,210)
#B2B4DB
(178,180,219)
#C3C5E4
(195,197,228)
#D4D6ED
(212,214,237)
#E5E7F6
(229,231,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B3D9C color. Also use rgb(59,61,156) instead hex code.

Text Font Color

.myTextColor { color: #3B3D9C; }

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

This text font color is #3B3D9C.


Background Color

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

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

This div background color is #3B3D9C.


Border color

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

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

This div border color is #3B3D9C.


Opacity

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

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

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

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

This text has shadow with #3B3D9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B3D9C on black background.


Color preview on white background

This text has color #3B3D9C on white background.



Black color preview on #3B3D9C background

This text has black color on #3B3D9C background.


White color preview on #3B3D9C background

This text has white color on #3B3D9C background.