COLOR #3D7290

HEX: #3D7290
RGB: (61,114,144)

Color info

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

RGB color model

#3D7290 color RGB value is (61,114,144).

  • red value is 61;
  • green value is 114;
  • blue value is 144.
RGB:
(61,114,144)
(24%,45%,56%)

RGB channels and saturation

R 61 of 255 = 24%
G 114 of 255 = 45%
B 144 of 255 = 56%

61
114
144

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

Portions of RGB colors in percentages

R + G + B =
61 + 114 + 144 = 319 (100%)
R 61 of 319 ~ 19.12%
G 114 of 319 ~ 35.74%
B 144 of 319 ~ 45.14%

%19.12
%35.74
%45.14

CMYK color model

#3D7290 color CMYK value is (58,21,0,44).

  • cyan value is 57.64%
  • magenta value is 20.83%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(58,21,0,44)
C58M21Y0K44 
(58%,21%,0%,44%)
(0.58/0.21/0.00/0.44)	

CMYK percentages

%57.64
%20.83
%0
%43.53

Codes

Color #3D7290 in popluar color models

3D7290
RGB61114144
HSL202°40.49%40.20%
HSB/HSV202°57.64%56.47%
CMYK57.64%20.83%0.00%
43.53%

Color #3D7290 in popluar number systems.

HEX3D7290
Decimal61114144
Binary111101111001010010000
Octal75162220

Shades and tints

Shades of #3D7290

#3D7290
(61,114,144)
#386883
(56,104,131)
#335E76
(51,94,118)
#2E5469
(46,84,105)
#294A5C
(41,74,92)
#24404F
(36,64,79)
#1F3642
(31,54,66)
#1A2C35
(26,44,53)
#152228
(21,34,40)
#10181B
(16,24,27)
#0B0E0E
(11,14,14)
#000000
(0,0,0)

Tints of #3D7290

#3D7290
(61,114,144)
#4E7E9A
(78,126,154)
#5F8AA4
(95,138,164)
#7096AE
(112,150,174)
#81A2B8
(129,162,184)
#92AEC2
(146,174,194)
#A3BACC
(163,186,204)
#B4C6D6
(180,198,214)
#C5D2E0
(197,210,224)
#D6DEEA
(214,222,234)
#E7EAF4
(231,234,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3D7290 color. Also use rgb(61,114,144) instead hex code.

Text Font Color

.myTextColor { color: #3D7290; }

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

This text font color is #3D7290.


Background Color

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

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

This div background color is #3D7290.


Border color

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

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

This div border color is #3D7290.


Opacity

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

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

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

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

This text has shadow with #3D7290 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D7290 on black background.


Color preview on white background

This text has color #3D7290 on white background.



Black color preview on #3D7290 background

This text has black color on #3D7290 background.


White color preview on #3D7290 background

This text has white color on #3D7290 background.