COLOR #3D468C

HEX: #3D468C RGB: (61,70,140)

Color info

#3D468C contains mainly blue color. Web safe color of #3D468C is #333399 (or #339).

RGB color model

#3D468C color RGB value is (61,70,140).

RGB: (61,70,140) (24%, 27%, 55%)

RGB channels and saturation

R 61 of 255 = 24%
G 70 of 255 = 27%
B 140 of 255 = 55%

61
70
140

R + G + B ~ 35%. #3D468C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 61 + 70 + 140 = 271 (100%)
R 61 of 271 ~ 22.51%
G 70 of 271 ~ 25.83%
B 140 of 271 ~ 51.66'%

%22.51
%25.83
%51.66

CMYK color model

#3D468C color CMYK value is (56,50,0,45).

  • cyan value is 56.43%
  • magenta value is 50.00%
  • yellow value is 0.00%
  • key color value is 45.10%

CMYK: (56,50,0,45)
C56M50Y0K45 (56%, 50%, 0%, 45%)
(0.56 / 0.50 / 0.00 / 0.45)

CMYK percentages

%56.43
%50
%0
%45.1

Codes

Color #3D468C in popluar color models

3D 46 8C
RGB 61 70 140
HSL 233° 39.30% 39.41%
HSB/HSV 233° 56.43% 54.90%
CMYK 56.43% 50.00% 0.00%
45.10%

Color #3D468C in popluar number systems.

HEX 3D 46 8C
Decimal 61 70 140
Binary 111101 1000110 10001100
Octal 75 106 214

Shades and tints

Shades of #3D468C

#3D468C
(61,70,140)
#384080
(56,64,128)
#333A74
(51,58,116)
#2E3468
(46,52,104)
#292E5C
(41,46,92)
#242850
(36,40,80)
#1F2244
(31,34,68)
#1A1C38
(26,28,56)
#15162C
(21,22,44)
#101020
(16,16,32)
#0B0A14
(11,10,20)
#000000
(0,0,0)

Tints of #3D468C

#3D468C
(61,70,140)
#4E5696
(78,86,150)
#5F66A0
(95,102,160)
#7076AA
(112,118,170)
#8186B4
(129,134,180)
#9296BE
(146,150,190)
#A3A6C8
(163,166,200)
#B4B6D2
(180,182,210)
#C5C6DC
(197,198,220)
#D6D6E6
(214,214,230)
#E7E6F0
(231,230,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3D468C color. Also use rgb(61,70,140) instead hex code.

Text Font Color

.myTextColor { color: #3D468C; }

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

This text font color is #3D468C.

Background Color

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

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

This div background color is #3D468C.

Border color

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

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

This div border color is #3D468C.

Opacity

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

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

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

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

This text has shadow with #3D468C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3D468C.

Preview

Color preview on black background

This text has color #3D468C on black background.


Color preview on white background

This text has color #3D468C on white background.


Black color preview on #3D468C background

This text has black color on #3D468C background.


White color preview on #3D468C background

This text has white color on #3D468C background.


Related colors

Complementary color

Complementary color for #hex is #C2B973.


I love getcolorcode.com

Triadic colors

1 #8C3D46 and #468C3D with #3D468C are triadic colors.

2 #8C463D and #463D8C with #3D468C are triadic colors.