COLOR #3B598F

HEX: #3B598F RGB: (59,89,143)

Color info

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

RGB color model

#3B598F color RGB value is (59,89,143).

RGB: (59,89,143) (23%, 35%, 56%)

RGB channels and saturation

R 59 of 255 = 23%
G 89 of 255 = 35%
B 143 of 255 = 56%

59
89
143

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

Portions of RGB colors in percentages

R + G + B = 59 + 89 + 143 = 291 (100%)
R 59 of 291 ~ 20.27%
G 89 of 291 ~ 30.58%
B 143 of 291 ~ 49.14'%

%20.27
%30.58
%49.14

CMYK color model

#3B598F color CMYK value is (59,38,0,44).

  • cyan value is 58.74%
  • magenta value is 37.76%
  • yellow value is 0.00%
  • key color value is 43.92%

CMYK: (59,38,0,44)
C59M38Y0K44 (59%, 38%, 0%, 44%)
(0.59 / 0.38 / 0.00 / 0.44)

CMYK percentages

%58.74
%37.76
%0
%43.92

Codes

Color #3B598F in popluar color models

3B 59 8F
RGB 59 89 143
HSL 219° 41.58% 39.61%
HSB/HSV 219° 58.74% 56.08%
CMYK 58.74% 37.76% 0.00%
43.92%

Color #3B598F in popluar number systems.

HEX 3B 59 8F
Decimal 59 89 143
Binary 111011 1011001 10001111
Octal 73 131 217

Shades and tints

Shades of #3B598F

#3B598F
(59,89,143)
#365182
(54,81,130)
#314975
(49,73,117)
#2C4168
(44,65,104)
#27395B
(39,57,91)
#22314E
(34,49,78)
#1D2941
(29,41,65)
#182134
(24,33,52)
#131927
(19,25,39)
#0E111A
(14,17,26)
#09090D
(9,9,13)
#000000
(0,0,0)

Tints of #3B598F

#3B598F
(59,89,143)
#4C6899
(76,104,153)
#5D77A3
(93,119,163)
#6E86AD
(110,134,173)
#7F95B7
(127,149,183)
#90A4C1
(144,164,193)
#A1B3CB
(161,179,203)
#B2C2D5
(178,194,213)
#C3D1DF
(195,209,223)
#D4E0E9
(212,224,233)
#E5EFF3
(229,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B598F color. Also use rgb(59,89,143) instead hex code.

Text Font Color

.myTextColor { color: #3B598F; }

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

This text font color is #3B598F.

Background Color

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

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

This div background color is #3B598F.

Border color

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

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

This div border color is #3B598F.

Opacity

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

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

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

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

This text has shadow with #3B598F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3B598F.

Preview

Color preview on black background

This text has color #3B598F on black background.


Color preview on white background

This text has color #3B598F on white background.


Black color preview on #3B598F background

This text has black color on #3B598F background.


White color preview on #3B598F background

This text has white color on #3B598F background.


Related colors

Complementary color

Complementary color for #hex is #C4A670.


I love getcolorcode.com

Triadic colors

1 #8F3B59 and #598F3B with #3B598F are triadic colors.

2 #8F593B and #593B8F with #3B598F are triadic colors.