COLOR #44339C

HEX: #44339C RGB: (68,51,156)

Color info

#44339C contains mainly blue color. Web safe color of #44339C is #333399 (or #339).

RGB color model

#44339C color RGB value is (68,51,156).

RGB: (68,51,156) (27%, 20%, 61%)

RGB channels and saturation

R 68 of 255 = 27%
G 51 of 255 = 20%
B 156 of 255 = 61%

68
51
156

R + G + B ~ 36%. #44339C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 68 + 51 + 156 = 275 (100%)
R 68 of 275 ~ 24.73%
G 51 of 275 ~ 18.55%
B 156 of 275 ~ 56.73'%

%24.73
%18.55
%56.73

CMYK color model

#44339C color CMYK value is (56,67,0,39).

  • cyan value is 56.41%
  • magenta value is 67.31%
  • yellow value is 0.00%
  • key color value is 38.82%

CMYK: (56,67,0,39)
C56M67Y0K39 (56%, 67%, 0%, 39%)
(0.56 / 0.67 / 0.00 / 0.39)

CMYK percentages

%56.41
%67.31
%0
%38.82

Codes

Color #44339C in popluar color models

44 33 9C
RGB 68 51 156
HSL 250° 50.72% 40.59%
HSB/HSV 250° 67.31% 61.18%
CMYK 56.41% 67.31% 0.00%
38.82%

Color #44339C in popluar number systems.

HEX 44 33 9C
Decimal 68 51 156
Binary 1000100 110011 10011100
Octal 104 63 234

Shades and tints

Shades of #44339C

#44339C
(68,51,156)
#3E2F8E
(62,47,142)
#382B80
(56,43,128)
#322772
(50,39,114)
#2C2364
(44,35,100)
#261F56
(38,31,86)
#201B48
(32,27,72)
#1A173A
(26,23,58)
#14132C
(20,19,44)
#0E0F1E
(14,15,30)
#080B10
(8,11,16)
#000000
(0,0,0)

Tints of #44339C

#44339C
(68,51,156)
#5545A5
(85,69,165)
#6657AE
(102,87,174)
#7769B7
(119,105,183)
#887BC0
(136,123,192)
#998DC9
(153,141,201)
#AA9FD2
(170,159,210)
#BBB1DB
(187,177,219)
#CCC3E4
(204,195,228)
#DDD5ED
(221,213,237)
#EEE7F6
(238,231,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #44339C color. Also use rgb(68,51,156) instead hex code.

Text Font Color

.myTextColor { color: #44339C; }

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

This text font color is #44339C.

Background Color

.myBgColor { background-color: #44339C; }

<div style="background-color:#44339C">Inner text</div>

This div background color is #44339C.

Border color

.myBorderColor { border: 1px solid #44339C; }

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

This div border color is #44339C.

Opacity

.myOpacity80 { color: #44339C; opacity: 0.8; }

<p style="color:#44339C;opacity:0.8;">80%</p>

Text with #44339C 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 #44339C;}

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

This text has shadow with #44339C color.


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

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

This text has shadow with #44339C primary color and red secondary color.


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

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

This text has shadow with #44339C and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #44339C.

Preview

Color preview on black background

This text has color #44339C on black background.


Color preview on white background

This text has color #44339C on white background.


Black color preview on #44339C background

This text has black color on #44339C background.


White color preview on #44339C background

This text has white color on #44339C background.


Related colors

Complementary color

Complementary color for #hex is #BBCC63.


I love getcolorcode.com

Triadic colors

1 #9C4433 and #339C44 with #44339C are triadic colors.

2 #9C3344 and #33449C with #44339C are triadic colors.