COLOR #3B7499

HEX: #3B7499 RGB: (59,116,153)

Color info

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

RGB color model

#3B7499 color RGB value is (59,116,153).

RGB: (59,116,153) (23%, 45%, 60%)

RGB channels and saturation

R 59 of 255 = 23%
G 116 of 255 = 45%
B 153 of 255 = 60%

59
116
153

R + G + B ~ 43%. #3B7499 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 59 + 116 + 153 = 328 (100%)
R 59 of 328 ~ 17.99%
G 116 of 328 ~ 35.37%
B 153 of 328 ~ 46.65'%

%17.99
%35.37
%46.65

CMYK color model

#3B7499 color CMYK value is (61,24,0,40).

  • cyan value is 61.44%
  • magenta value is 24.18%
  • yellow value is 0.00%
  • key color value is 40.00%

CMYK: (61,24,0,40)
C61M24Y0K40 (61%, 24%, 0%, 40%)
(0.61 / 0.24 / 0.00 / 0.40)

CMYK percentages

%61.44
%24.18
%0
%40

Codes

Color #3B7499 in popluar color models

3B 74 99
RGB 59 116 153
HSL 204° 44.34% 41.57%
HSB/HSV 204° 61.44% 60.00%
CMYK 61.44% 24.18% 0.00%
40.00%

Color #3B7499 in popluar number systems.

HEX 3B 74 99
Decimal 59 116 153
Binary 111011 1110100 10011001
Octal 73 164 231

Shades and tints

Shades of #3B7499

#3B7499
(59,116,153)
#366A8C
(54,106,140)
#31607F
(49,96,127)
#2C5672
(44,86,114)
#274C65
(39,76,101)
#224258
(34,66,88)
#1D384B
(29,56,75)
#182E3E
(24,46,62)
#132431
(19,36,49)
#0E1A24
(14,26,36)
#091017
(9,16,23)
#000000
(0,0,0)

Tints of #3B7499

#3B7499
(59,116,153)
#4C80A2
(76,128,162)
#5D8CAB
(93,140,171)
#6E98B4
(110,152,180)
#7FA4BD
(127,164,189)
#90B0C6
(144,176,198)
#A1BCCF
(161,188,207)
#B2C8D8
(178,200,216)
#C3D4E1
(195,212,225)
#D4E0EA
(212,224,234)
#E5ECF3
(229,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B7499 color. Also use rgb(59,116,153) instead hex code.

Text Font Color

.myTextColor { color: #3B7499; }

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

This text font color is #3B7499.

Background Color

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

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

This div background color is #3B7499.

Border color

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

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

This div border color is #3B7499.

Opacity

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

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

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

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

This text has shadow with #3B7499 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3B7499.

Preview

Color preview on black background

This text has color #3B7499 on black background.


Color preview on white background

This text has color #3B7499 on white background.


Black color preview on #3B7499 background

This text has black color on #3B7499 background.


White color preview on #3B7499 background

This text has white color on #3B7499 background.


Related colors

Complementary color

Complementary color for #hex is #C48B66.


I love getcolorcode.com

Triadic colors

1 #993B74 and #74993B with #3B7499 are triadic colors.

2 #99743B and #743B99 with #3B7499 are triadic colors.