COLOR #3B5895

HEX: #3B5895 RGB: (59,88,149)

Color info

#3B5895 contains mainly blue color. Web safe color of #3B5895 is #336699 (or #369).

RGB color model

#3B5895 color RGB value is (59,88,149).

RGB: (59,88,149) (23%, 35%, 58%)

RGB channels and saturation

R 59 of 255 = 23%
G 88 of 255 = 35%
B 149 of 255 = 58%

59
88
149

R + G + B ~ 39%. #3B5895 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 59 + 88 + 149 = 296 (100%)
R 59 of 296 ~ 19.93%
G 88 of 296 ~ 29.73%
B 149 of 296 ~ 50.34'%

%19.93
%29.73
%50.34

CMYK color model

#3B5895 color CMYK value is (60,41,0,42).

  • cyan value is 60.40%
  • magenta value is 40.94%
  • yellow value is 0.00%
  • key color value is 41.57%

CMYK: (60,41,0,42)
C60M41Y0K42 (60%, 41%, 0%, 42%)
(0.60 / 0.41 / 0.00 / 0.42)

CMYK percentages

%60.4
%40.94
%0
%41.57

Codes

Color #3B5895 in popluar color models

3B 58 95
RGB 59 88 149
HSL 221° 43.27% 40.78%
HSB/HSV 221° 60.40% 58.43%
CMYK 60.40% 40.94% 0.00%
41.57%

Color #3B5895 in popluar number systems.

HEX 3B 58 95
Decimal 59 88 149
Binary 111011 1011000 10010101
Octal 73 130 225

Shades and tints

Shades of #3B5895

#3B5895
(59,88,149)
#365088
(54,80,136)
#31487B
(49,72,123)
#2C406E
(44,64,110)
#273861
(39,56,97)
#223054
(34,48,84)
#1D2847
(29,40,71)
#18203A
(24,32,58)
#13182D
(19,24,45)
#0E1020
(14,16,32)
#090813
(9,8,19)
#000000
(0,0,0)

Tints of #3B5895

#3B5895
(59,88,149)
#4C679E
(76,103,158)
#5D76A7
(93,118,167)
#6E85B0
(110,133,176)
#7F94B9
(127,148,185)
#90A3C2
(144,163,194)
#A1B2CB
(161,178,203)
#B2C1D4
(178,193,212)
#C3D0DD
(195,208,221)
#D4DFE6
(212,223,230)
#E5EEEF
(229,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B5895; }

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

This text font color is #3B5895.

Background Color

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

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

This div background color is #3B5895.

Border color

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

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

This div border color is #3B5895.

Opacity

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

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

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

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

This text has shadow with #3B5895 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3B5895.

Preview

Color preview on black background

This text has color #3B5895 on black background.


Color preview on white background

This text has color #3B5895 on white background.


Black color preview on #3B5895 background

This text has black color on #3B5895 background.


White color preview on #3B5895 background

This text has white color on #3B5895 background.


Related colors

Complementary color

Complementary color for #hex is #C4A76A.


I love getcolorcode.com

Triadic colors

1 #953B58 and #58953B with #3B5895 are triadic colors.

2 #95583B and #583B95 with #3B5895 are triadic colors.