COLOR #445A8D

HEX: #445A8D RGB: (68,90,141)

Color info

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

RGB color model

#445A8D color RGB value is (68,90,141).

RGB: (68,90,141) (27%, 35%, 55%)

RGB channels and saturation

R 68 of 255 = 27%
G 90 of 255 = 35%
B 141 of 255 = 55%

68
90
141

R + G + B ~ 39%. #445A8D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 68 + 90 + 141 = 299 (100%)
R 68 of 299 ~ 22.74%
G 90 of 299 ~ 30.1%
B 141 of 299 ~ 47.16'%

%22.74
%30.1
%47.16

CMYK color model

#445A8D color CMYK value is (52,36,0,45).

  • cyan value is 51.77%
  • magenta value is 36.17%
  • yellow value is 0.00%
  • key color value is 44.71%

CMYK: (52,36,0,45)
C52M36Y0K45 (52%, 36%, 0%, 45%)
(0.52 / 0.36 / 0.00 / 0.45)

CMYK percentages

%51.77
%36.17
%0
%44.71

Codes

Color #445A8D in popluar color models

44 5A 8D
RGB 68 90 141
HSL 222° 34.93% 40.98%
HSB/HSV 222° 51.77% 55.29%
CMYK 51.77% 36.17% 0.00%
44.71%

Color #445A8D in popluar number systems.

HEX 44 5A 8D
Decimal 68 90 141
Binary 1000100 1011010 10001101
Octal 104 132 215

Shades and tints

Shades of #445A8D

#445A8D
(68,90,141)
#3E5281
(62,82,129)
#384A75
(56,74,117)
#324269
(50,66,105)
#2C3A5D
(44,58,93)
#263251
(38,50,81)
#202A45
(32,42,69)
#1A2239
(26,34,57)
#141A2D
(20,26,45)
#0E1221
(14,18,33)
#080A15
(8,10,21)
#000000
(0,0,0)

Tints of #445A8D

#445A8D
(68,90,141)
#556997
(85,105,151)
#6678A1
(102,120,161)
#7787AB
(119,135,171)
#8896B5
(136,150,181)
#99A5BF
(153,165,191)
#AAB4C9
(170,180,201)
#BBC3D3
(187,195,211)
#CCD2DD
(204,210,221)
#DDE1E7
(221,225,231)
#EEF0F1
(238,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #445A8D color. Also use rgb(68,90,141) instead hex code.

Text Font Color

.myTextColor { color: #445A8D; }

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

This text font color is #445A8D.

Background Color

.myBgColor { background-color: #445A8D; }

<div style="background-color:#445A8D">Inner text</div>

This div background color is #445A8D.

Border color

.myBorderColor { border: 1px solid #445A8D; }

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

This div border color is #445A8D.

Opacity

.myOpacity80 { color: #445A8D; opacity: 0.8; }

<p style="color:#445A8D;opacity:0.8;">80%</p>

Text with #445A8D 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 #445A8D;}

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

This text has shadow with #445A8D color.


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

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

This text has shadow with #445A8D primary color and red secondary color.


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

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

This text has shadow with #445A8D and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #445A8D.

Preview

Color preview on black background

This text has color #445A8D on black background.


Color preview on white background

This text has color #445A8D on white background.


Black color preview on #445A8D background

This text has black color on #445A8D background.


White color preview on #445A8D background

This text has white color on #445A8D background.


Related colors

Complementary color

Complementary color for #hex is #BBA572.


I love getcolorcode.com

Triadic colors

1 #8D445A and #5A8D44 with #445A8D are triadic colors.

2 #8D5A44 and #5A448D with #445A8D are triadic colors.