#445D8D

Color #445D8D Mariner (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mariner #445D8D

Tints of Mariner #445D8D

Color information

#445D8D (or 0x445D8D) is unknown color: approx Mariner. HEX triplet: 44, 5D and 8D. RGB value is (68,93,141). Sum of RGB (Red+Green+Blue) = 68+93+141=302 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.52% from 302); Green value is 93 (36.72% from 255 or 30.79% from 302); Blue value is 141 (55.47% from 255 or 46.69% from 302); Max value from RGB is 141 - color contains mainly: blue. Hex color #445D8D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #445D8D is #BBA272. Grayscale: #5A5A5A. Windows color (decimal): -12296819 or 9264452. OLE color: 9264452.

HSL color Cylindrical-coordinate representation of color #445D8D: hue angle of 219.45º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #445D8D is Cyan = 0.52, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB6893141-
CMYK0.520.3400.45
HSL219.45º34.93%40.98%-
HSV(B)219.45º51.77%55.29%-
XYZ11.1110.9826.73-
YUV91156.22111.6-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 68 (26.95% from 255) = 22.52%
GREEN value IS 93 (36.72% from 255) = 30.79%
BLUE value IS 141 (55.47% from 255) = 46.69%
R=22.52%
G=30.79%
B=46.69%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal68931410.520.3400.45219.4534.9340.98
Hex445D8D342202Ddb2329
Octal10413521564420553334351
Binary1000100101110110001101110100100010010110111011011100011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445D8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445D8D; }

 p { color: rgb(68,93,141); }

 H1.HeaderClassName
 {
   color: #445D8D;
 }
 .AnyTagClassName
 {
   color: #445D8D;
 }
</style>
background-color css

<style>
 a { background-color: #445D8D; }

 a { background-color: rgb(68,93,141); }

 div.DivClassName
 {
   background-color: #445D8D;
 }
 .BgClassName
 {
   background-color: #445D8D;
 }
</style>
border-color css

<style>
 span { border-color: #445D8D; }

 span { border-color: rgb(68,93,141); }

 td.TdClassName
 {
   border-color: #445D8D;
 }
 .TagClassName
 {
   border-color: #445D8D;
 }
</style>