COLOR #3B4599

HEX: #3B4599
RGB: (59,69,153)

Color info

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

RGB color model

#3B4599 color RGB value is (59,69,153).

  • red value is 59;
  • green value is 69;
  • blue value is 153.
RGB:
(59,69,153)
(23%,27%,60%)

RGB channels and saturation

R 59 of 255 = 23%
G 69 of 255 = 27%
B 153 of 255 = 60%

59
69
153

R + G + B ~ 37%. #3B4599 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
59 + 69 + 153 = 281 (100%)
R 59 of 281 ~ 21%
G 69 of 281 ~ 24.56%
B 153 of 281 ~ 54.45%

%21
%24.56
%54.45

CMYK color model

#3B4599 color CMYK value is (61,55,0,40).

  • cyan value is 61.44%
  • magenta value is 54.90%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(61,55,0,40)
C61M55Y0K40 
(61%,55%,0%,40%)
(0.61/0.55/0.00/0.40)	

CMYK percentages

%61.44
%54.9
%0
%40

Codes

Color #3B4599 in popluar color models

3B4599
RGB5969153
HSL234°44.34%41.57%
HSB/HSV234°61.44%60.00%
CMYK61.44%54.90%0.00%
40.00%

Color #3B4599 in popluar number systems.

HEX3B4599
Decimal5969153
Binary111011100010110011001
Octal73105231

Shades and tints

Shades of #3B4599

#3B4599
(59,69,153)
#363F8C
(54,63,140)
#31397F
(49,57,127)
#2C3372
(44,51,114)
#272D65
(39,45,101)
#222758
(34,39,88)
#1D214B
(29,33,75)
#181B3E
(24,27,62)
#131531
(19,21,49)
#0E0F24
(14,15,36)
#090917
(9,9,23)
#000000
(0,0,0)

Tints of #3B4599

#3B4599
(59,69,153)
#4C55A2
(76,85,162)
#5D65AB
(93,101,171)
#6E75B4
(110,117,180)
#7F85BD
(127,133,189)
#9095C6
(144,149,198)
#A1A5CF
(161,165,207)
#B2B5D8
(178,181,216)
#C3C5E1
(195,197,225)
#D4D5EA
(212,213,234)
#E5E5F3
(229,229,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B4599 color. Also use rgb(59,69,153) instead hex code.

Text Font Color

.myTextColor { color: #3B4599; }

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

This text font color is #3B4599.


Background Color

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

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

This div background color is #3B4599.


Border color

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

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

This div border color is #3B4599.


Opacity

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

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

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

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

This text has shadow with #3B4599 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B4599 on black background.


Color preview on white background

This text has color #3B4599 on white background.



Black color preview on #3B4599 background

This text has black color on #3B4599 background.


White color preview on #3B4599 background

This text has white color on #3B4599 background.