COLOR #3B7CA2

HEX: #3B7CA2
RGB: (59,124,162)

Color info

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

RGB color model

#3B7CA2 color RGB value is (59,124,162).

  • red value is 59;
  • green value is 124;
  • blue value is 162.
RGB:
(59,124,162)
(23%,49%,64%)

RGB channels and saturation

R 59 of 255 = 23%
G 124 of 255 = 49%
B 162 of 255 = 64%

59
124
162

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

Portions of RGB colors in percentages

R + G + B =
59 + 124 + 162 = 345 (100%)
R 59 of 345 ~ 17.1%
G 124 of 345 ~ 35.94%
B 162 of 345 ~ 46.96%

%17.1
%35.94
%46.96

CMYK color model

#3B7CA2 color CMYK value is (64,23,0,36).

  • cyan value is 63.58%
  • magenta value is 23.46%
  • yellow value is 0.00%
  • key color value is 36.47%
CMYK:
(64,23,0,36)
C64M23Y0K36 
(64%,23%,0%,36%)
(0.64/0.23/0.00/0.36)	

CMYK percentages

%63.58
%23.46
%0
%36.47

Codes

Color #3B7CA2 in popluar color models

3B7CA2
RGB59124162
HSL202°46.61%43.33%
HSB/HSV202°63.58%63.53%
CMYK63.58%23.46%0.00%
36.47%

Color #3B7CA2 in popluar number systems.

HEX3B7CA2
Decimal59124162
Binary111011111110010100010
Octal73174242

Shades and tints

Shades of #3B7CA2

#3B7CA2
(59,124,162)
#367194
(54,113,148)
#316686
(49,102,134)
#2C5B78
(44,91,120)
#27506A
(39,80,106)
#22455C
(34,69,92)
#1D3A4E
(29,58,78)
#182F40
(24,47,64)
#132432
(19,36,50)
#0E1924
(14,25,36)
#090E16
(9,14,22)
#000000
(0,0,0)

Tints of #3B7CA2

#3B7CA2
(59,124,162)
#4C87AA
(76,135,170)
#5D92B2
(93,146,178)
#6E9DBA
(110,157,186)
#7FA8C2
(127,168,194)
#90B3CA
(144,179,202)
#A1BED2
(161,190,210)
#B2C9DA
(178,201,218)
#C3D4E2
(195,212,226)
#D4DFEA
(212,223,234)
#E5EAF2
(229,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B7CA2 color. Also use rgb(59,124,162) instead hex code.

Text Font Color

.myTextColor { color: #3B7CA2; }

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

This text font color is #3B7CA2.


Background Color

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

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

This div background color is #3B7CA2.


Border color

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

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

This div border color is #3B7CA2.


Opacity

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

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

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

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

This text has shadow with #3B7CA2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B7CA2 on black background.


Color preview on white background

This text has color #3B7CA2 on white background.



Black color preview on #3B7CA2 background

This text has black color on #3B7CA2 background.


White color preview on #3B7CA2 background

This text has white color on #3B7CA2 background.