COLOR #442D9E

HEX: #442D9E RGB: (68,45,158)

Color info

#442D9E contains mainly blue color. Web safe color of #442D9E is #333399 (or #339).

RGB color model

#442D9E color RGB value is (68,45,158).

RGB: (68,45,158) (27%, 18%, 62%)

RGB channels and saturation

R 68 of 255 = 27%
G 45 of 255 = 18%
B 158 of 255 = 62%

68
45
158

R + G + B ~ 36%. #442D9E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 68 + 45 + 158 = 271 (100%)
R 68 of 271 ~ 25.09%
G 45 of 271 ~ 16.61%
B 158 of 271 ~ 58.3'%

%25.09
%16.61
%58.3

CMYK color model

#442D9E color CMYK value is (57,72,0,38).

  • cyan value is 56.96%
  • magenta value is 71.52%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK: (57,72,0,38) C57M72Y0K38 (57%,72%,0%,38%) (0.57/0.72/0.00/0.38) 

CMYK percentages

%56.96
%71.52
%0
%38.04

Codes

Color #442D9E in popluar color models

44 2D 9E
RGB 68 45 158
HSL 252° 55.67% 39.80%
HSB/HSV 252° 71.52% 61.96%
CMYK 56.96% 71.52% 0.00%
38.04%

Color #442D9E in popluar number systems.

HEX 44 2D 9E
Decimal 68 45 158
Binary 1000100 101101 10011110
Octal 104 55 236

Shades and tints

Shades of #442D9E

#442D9E
(68,45,158)
#3E2990
(62,41,144)
#382582
(56,37,130)
#322174
(50,33,116)
#2C1D66
(44,29,102)
#261958
(38,25,88)
#20154A
(32,21,74)
#1A113C
(26,17,60)
#140D2E
(20,13,46)
#0E0920
(14,9,32)
#080512
(8,5,18)
#000000
(0,0,0)

Tints of #442D9E

#442D9E
(68,45,158)
#5540A6
(85,64,166)
#6653AE
(102,83,174)
#7766B6
(119,102,182)
#8879BE
(136,121,190)
#998CC6
(153,140,198)
#AA9FCE
(170,159,206)
#BBB2D6
(187,178,214)
#CCC5DE
(204,197,222)
#DDD8E6
(221,216,230)
#EEEBEE
(238,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #442D9E color. Also use rgb(68,45,158) instead hex code.

Text Font Color

.myTextColor { color: #442D9E; }

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

This text font color is #442D9E.

Background Color

.myBgColor { background-color: #442D9E; }

<div style="background-color:#442D9E">Inner text</div>

This div background color is #442D9E.

Border color

.myBorderColor { border: 1px solid #442D9E; }

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

This div border color is #442D9E.

Opacity

.myOpacity80 { color: #442D9E; opacity: 0.8; }

<p style="color:#442D9E;opacity:0.8;">80%</p>

Text with #442D9E 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 #442D9E;}

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

This text has shadow with #442D9E color.


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

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

This text has shadow with #442D9E primary color and red secondary color.


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

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

This text has shadow with #442D9E and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #442D9E.

Preview

Color preview on black background

This text has color #442D9E on black background.


Color preview on white background

This text has color #442D9E on white background.


Black color preview on #442D9E background

This text has black color on #442D9E background.


White color preview on #442D9E background

This text has white color on #442D9E background.


Related colors

Complementary color

Complementary color for #hex is #BBD261.


I love getcolorcode.com

Triadic colors

1 #9E442D and #2D9E44 with #442D9E are triadic colors.

2 #9E2D44 and #2D449E with #442D9E are triadic colors.