COLOR #3A7599

HEX: #3A7599 RGB: (58,117,153)

Color info

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

RGB color model

#3A7599 color RGB value is (58,117,153).

RGB: (58,117,153) (23%, 46%, 60%)

RGB channels and saturation

R 58 of 255 = 23%
G 117 of 255 = 46%
B 153 of 255 = 60%

58
117
153

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

Portions of RGB colors in percentages

R + G + B = 58 + 117 + 153 = 328 (100%)
R 58 of 328 ~ 17.68%
G 117 of 328 ~ 35.67%
B 153 of 328 ~ 46.65'%

%17.68
%35.67
%46.65

CMYK color model

#3A7599 color CMYK value is (62,24,0,40).

  • cyan value is 62.09%
  • magenta value is 23.53%
  • yellow value is 0.00%
  • key color value is 40.00%

CMYK: (62,24,0,40)
C62M24Y0K40 (62%, 24%, 0%, 40%)
(0.62 / 0.24 / 0.00 / 0.40)

CMYK percentages

%62.09
%23.53
%0
%40

Codes

Color #3A7599 in popluar color models

3A 75 99
RGB 58 117 153
HSL 203° 45.02% 41.37%
HSB/HSV 203° 62.09% 60.00%
CMYK 62.09% 23.53% 0.00%
40.00%

Color #3A7599 in popluar number systems.

HEX 3A 75 99
Decimal 58 117 153
Binary 111010 1110101 10011001
Octal 72 165 231

Shades and tints

Shades of #3A7599

#3A7599
(58,117,153)
#356B8C
(53,107,140)
#30617F
(48,97,127)
#2B5772
(43,87,114)
#264D65
(38,77,101)
#214358
(33,67,88)
#1C394B
(28,57,75)
#172F3E
(23,47,62)
#122531
(18,37,49)
#0D1B24
(13,27,36)
#081117
(8,17,23)
#000000
(0,0,0)

Tints of #3A7599

#3A7599
(58,117,153)
#4B81A2
(75,129,162)
#5C8DAB
(92,141,171)
#6D99B4
(109,153,180)
#7EA5BD
(126,165,189)
#8FB1C6
(143,177,198)
#A0BDCF
(160,189,207)
#B1C9D8
(177,201,216)
#C2D5E1
(194,213,225)
#D3E1EA
(211,225,234)
#E4EDF3
(228,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A7599 color. Also use rgb(58,117,153) instead hex code.

Text Font Color

.myTextColor { color: #3A7599; }

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

This text font color is #3A7599.

Background Color

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

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

This div background color is #3A7599.

Border color

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

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

This div border color is #3A7599.

Opacity

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

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

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

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

This text has shadow with #3A7599 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3A7599.

Preview

Color preview on black background

This text has color #3A7599 on black background.


Color preview on white background

This text has color #3A7599 on white background.


Black color preview on #3A7599 background

This text has black color on #3A7599 background.


White color preview on #3A7599 background

This text has white color on #3A7599 background.


Related colors

Complementary color

Complementary color for #hex is #C58A66.


I love getcolorcode.com

Triadic colors

1 #993A75 and #75993A with #3A7599 are triadic colors.

2 #99753A and #753A99 with #3A7599 are triadic colors.