COLOR #3B5892

HEX: #3B5892
RGB: (59,88,146)

Color info

#3B5892 contains mainly green and blue colors. Web safe color of #3B5892 is #336699 (or #369).

RGB color model

#3B5892 color RGB value is (59,88,146).

  • red value is 59;
  • green value is 88;
  • blue value is 146.
RGB:
(59,88,146)
(23%,35%,57%)

RGB channels and saturation

R 59 of 255 = 23%
G 88 of 255 = 35%
B 146 of 255 = 57%

59
88
146

R + G + B ~ 38%. #3B5892 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
59 + 88 + 146 = 293 (100%)
R 59 of 293 ~ 20.14%
G 88 of 293 ~ 30.03%
B 146 of 293 ~ 49.83%

%20.14
%30.03
%49.83

CMYK color model

#3B5892 color CMYK value is (60,40,0,43).

  • cyan value is 59.59%
  • magenta value is 39.73%
  • yellow value is 0.00%
  • key color value is 42.75%
CMYK:
(60,40,0,43)
C60M40Y0K43 
(60%,40%,0%,43%)
(0.60/0.40/0.00/0.43)	

CMYK percentages

%59.59
%39.73
%0
%42.75

Codes

Color #3B5892 in popluar color models

3B5892
RGB5988146
HSL220°42.44%40.20%
HSB/HSV220°59.59%57.25%
CMYK59.59%39.73%0.00%
42.75%

Color #3B5892 in popluar number systems.

HEX3B5892
Decimal5988146
Binary111011101100010010010
Octal73130222

Shades and tints

Shades of #3B5892

#3B5892
(59,88,146)
#365085
(54,80,133)
#314878
(49,72,120)
#2C406B
(44,64,107)
#27385E
(39,56,94)
#223051
(34,48,81)
#1D2844
(29,40,68)
#182037
(24,32,55)
#13182A
(19,24,42)
#0E101D
(14,16,29)
#090810
(9,8,16)
#000000
(0,0,0)

Tints of #3B5892

#3B5892
(59,88,146)
#4C679B
(76,103,155)
#5D76A4
(93,118,164)
#6E85AD
(110,133,173)
#7F94B6
(127,148,182)
#90A3BF
(144,163,191)
#A1B2C8
(161,178,200)
#B2C1D1
(178,193,209)
#C3D0DA
(195,208,218)
#D4DFE3
(212,223,227)
#E5EEEC
(229,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B5892 color. Also use rgb(59,88,146) instead hex code.

Text Font Color

.myTextColor { color: #3B5892; }

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

This text font color is #3B5892.


Background Color

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

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

This div background color is #3B5892.


Border color

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

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

This div border color is #3B5892.


Opacity

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

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

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

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

This text has shadow with #3B5892 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B5892 on black background.


Color preview on white background

This text has color #3B5892 on white background.



Black color preview on #3B5892 background

This text has black color on #3B5892 background.


White color preview on #3B5892 background

This text has white color on #3B5892 background.