COLOR #3B5875

HEX: #3B5875
RGB: (59,88,117)

Color info

#3B5875 contains red, green and blue colors in about the same proportion. Web safe color of #3B5875 is #336666 (or #366).

RGB color model

#3B5875 color RGB value is (59,88,117).

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

RGB channels and saturation

R 59 of 255 = 23%
G 88 of 255 = 35%
B 117 of 255 = 46%

59
88
117

R + G + B ~ 35%. #3B5875 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
59 + 88 + 117 = 264 (100%)
R 59 of 264 ~ 22.35%
G 88 of 264 ~ 33.33%
B 117 of 264 ~ 44.32%

%22.35
%33.33
%44.32

CMYK color model

#3B5875 color CMYK value is (50,25,0,54).

  • cyan value is 49.57%
  • magenta value is 24.79%
  • yellow value is 0.00%
  • key color value is 54.12%
CMYK:
(50,25,0,54)
C50M25Y0K54 
(50%,25%,0%,54%)
(0.50/0.25/0.00/0.54)	

CMYK percentages

%49.57
%24.79
%0
%54.12

Codes

Color #3B5875 in popluar color models

3B5875
RGB5988117
HSL210°32.95%34.51%
HSB/HSV210°49.57%45.88%
CMYK49.57%24.79%0.00%
54.12%

Color #3B5875 in popluar number systems.

HEX3B5875
Decimal5988117
Binary11101110110001110101
Octal73130165

Shades and tints

Shades of #3B5875

#3B5875
(59,88,117)
#36506B
(54,80,107)
#314861
(49,72,97)
#2C4057
(44,64,87)
#27384D
(39,56,77)
#223043
(34,48,67)
#1D2839
(29,40,57)
#18202F
(24,32,47)
#131825
(19,24,37)
#0E101B
(14,16,27)
#090811
(9,8,17)
#000000
(0,0,0)

Tints of #3B5875

#3B5875
(59,88,117)
#4C6781
(76,103,129)
#5D768D
(93,118,141)
#6E8599
(110,133,153)
#7F94A5
(127,148,165)
#90A3B1
(144,163,177)
#A1B2BD
(161,178,189)
#B2C1C9
(178,193,201)
#C3D0D5
(195,208,213)
#D4DFE1
(212,223,225)
#E5EEED
(229,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B5875; }

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

This text font color is #3B5875.


Background Color

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

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

This div background color is #3B5875.


Border color

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

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

This div border color is #3B5875.


Opacity

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

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

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

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

This text has shadow with #3B5875 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B5875 on black background.


Color preview on white background

This text has color #3B5875 on white background.



Black color preview on #3B5875 background

This text has black color on #3B5875 background.


White color preview on #3B5875 background

This text has white color on #3B5875 background.