COLOR #3B5F8A

HEX: #3B5F8A
RGB: (59,95,138)

Color info

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

RGB color model

#3B5F8A color RGB value is (59,95,138).

  • red value is 59;
  • green value is 95;
  • blue value is 138.
RGB:
(59,95,138)
(23%,37%,54%)

RGB channels and saturation

R 59 of 255 = 23%
G 95 of 255 = 37%
B 138 of 255 = 54%

59
95
138

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

Portions of RGB colors in percentages

R + G + B =
59 + 95 + 138 = 292 (100%)
R 59 of 292 ~ 20.21%
G 95 of 292 ~ 32.53%
B 138 of 292 ~ 47.26%

%20.21
%32.53
%47.26

CMYK color model

#3B5F8A color CMYK value is (57,31,0,46).

  • cyan value is 57.25%
  • magenta value is 31.16%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK:
(57,31,0,46)
C57M31Y0K46 
(57%,31%,0%,46%)
(0.57/0.31/0.00/0.46)	

CMYK percentages

%57.25
%31.16
%0
%45.88

Codes

Color #3B5F8A in popluar color models

3B5F8A
RGB5995138
HSL213°40.10%38.63%
HSB/HSV213°57.25%54.12%
CMYK57.25%31.16%0.00%
45.88%

Color #3B5F8A in popluar number systems.

HEX3B5F8A
Decimal5995138
Binary111011101111110001010
Octal73137212

Shades and tints

Shades of #3B5F8A

#3B5F8A
(59,95,138)
#36577E
(54,87,126)
#314F72
(49,79,114)
#2C4766
(44,71,102)
#273F5A
(39,63,90)
#22374E
(34,55,78)
#1D2F42
(29,47,66)
#182736
(24,39,54)
#131F2A
(19,31,42)
#0E171E
(14,23,30)
#090F12
(9,15,18)
#000000
(0,0,0)

Tints of #3B5F8A

#3B5F8A
(59,95,138)
#4C6D94
(76,109,148)
#5D7B9E
(93,123,158)
#6E89A8
(110,137,168)
#7F97B2
(127,151,178)
#90A5BC
(144,165,188)
#A1B3C6
(161,179,198)
#B2C1D0
(178,193,208)
#C3CFDA
(195,207,218)
#D4DDE4
(212,221,228)
#E5EBEE
(229,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B5F8A color. Also use rgb(59,95,138) instead hex code.

Text Font Color

.myTextColor { color: #3B5F8A; }

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

This text font color is #3B5F8A.


Background Color

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

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

This div background color is #3B5F8A.


Border color

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

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

This div border color is #3B5F8A.


Opacity

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

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

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

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

This text has shadow with #3B5F8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B5F8A on black background.


Color preview on white background

This text has color #3B5F8A on white background.



Black color preview on #3B5F8A background

This text has black color on #3B5F8A background.


White color preview on #3B5F8A background

This text has white color on #3B5F8A background.