COLOR #3A6F9E

HEX: #3A6F9E RGB: (58,111,158)

Color info

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

RGB color model

#3A6F9E color RGB value is (58,111,158).

RGB: (58,111,158) (23%, 44%, 62%)

RGB channels and saturation

R 58 of 255 = 23%
G 111 of 255 = 44%
B 158 of 255 = 62%

58
111
158

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

Portions of RGB colors in percentages

R + G + B = 58 + 111 + 158 = 327 (100%)
R 58 of 327 ~ 17.74%
G 111 of 327 ~ 33.94%
B 158 of 327 ~ 48.32'%

%17.74
%33.94
%48.32

CMYK color model

#3A6F9E color CMYK value is (63,30,0,38).

  • cyan value is 63.29%
  • magenta value is 29.75%
  • yellow value is 0.00%
  • key color value is 38.04%

CMYK: (63,30,0,38)
C63M30Y0K38 (63%, 30%, 0%, 38%)
(0.63 / 0.30 / 0.00 / 0.38)

CMYK percentages

%63.29
%29.75
%0
%38.04

Codes

Color #3A6F9E in popluar color models

3A 6F 9E
RGB 58 111 158
HSL 208° 46.30% 42.35%
HSB/HSV 208° 63.29% 61.96%
CMYK 63.29% 29.75% 0.00%
38.04%

Color #3A6F9E in popluar number systems.

HEX 3A 6F 9E
Decimal 58 111 158
Binary 111010 1101111 10011110
Octal 72 157 236

Shades and tints

Shades of #3A6F9E

#3A6F9E
(58,111,158)
#356590
(53,101,144)
#305B82
(48,91,130)
#2B5174
(43,81,116)
#264766
(38,71,102)
#213D58
(33,61,88)
#1C334A
(28,51,74)
#17293C
(23,41,60)
#121F2E
(18,31,46)
#0D1520
(13,21,32)
#080B12
(8,11,18)
#000000
(0,0,0)

Tints of #3A6F9E

#3A6F9E
(58,111,158)
#4B7CA6
(75,124,166)
#5C89AE
(92,137,174)
#6D96B6
(109,150,182)
#7EA3BE
(126,163,190)
#8FB0C6
(143,176,198)
#A0BDCE
(160,189,206)
#B1CAD6
(177,202,214)
#C2D7DE
(194,215,222)
#D3E4E6
(211,228,230)
#E4F1EE
(228,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A6F9E color. Also use rgb(58,111,158) instead hex code.

Text Font Color

.myTextColor { color: #3A6F9E; }

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

This text font color is #3A6F9E.

Background Color

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

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

This div background color is #3A6F9E.

Border color

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

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

This div border color is #3A6F9E.

Opacity

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

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

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

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

This text has shadow with #3A6F9E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3A6F9E.

Preview

Color preview on black background

This text has color #3A6F9E on black background.


Color preview on white background

This text has color #3A6F9E on white background.


Black color preview on #3A6F9E background

This text has black color on #3A6F9E background.


White color preview on #3A6F9E background

This text has white color on #3A6F9E background.


Related colors

Complementary color

Complementary color for #hex is #C59061.


I love getcolorcode.com

Triadic colors

1 #9E3A6F and #6F9E3A with #3A6F9E are triadic colors.

2 #9E6F3A and #6F3A9E with #3A6F9E are triadic colors.