#445DAA

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

Shades of Mariner #445DAA

Tints of Mariner #445DAA

Color information

#445DAA (or 0x445DAA) is unknown color: approx Mariner. HEX triplet: 44, 5D and AA. RGB value is (68,93,170). Sum of RGB (Red+Green+Blue) = 68+93+170=331 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.54% from 331); Green value is 93 (36.72% from 255 or 28.10% from 331); Blue value is 170 (66.80% from 255 or 51.36% from 331); Max value from RGB is 170 - color contains mainly: blue. Hex color #445DAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #445DAA is #BBA255. Grayscale: #5D5D5D. Windows color (decimal): -12296790 or 11164996. OLE color: 11164996.

HSL color Cylindrical-coordinate representation of color #445DAA: hue angle of 225.29º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #445DAA is Cyan = 0.6, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB6893170-
CMYK0.60.4500.33
HSL225.29º42.86%46.67%-
HSV(B)225.29º60%66.67%-
XYZ13.5511.9639.62-
YUV94.3170.72109.24-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 20.54%
GREEN value IS 93 (36.72% from 255) = 28.10%
BLUE value IS 170 (66.80% from 255) = 51.36%
R=20.54%
G=28.10%
B=51.36%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal68931700.60.4500.33225.2942.8646.67
Hex445DAA3C2D021e12b2f
Octal10413525274550413415357
Binary1000100101110110101010111100101101010000111100001101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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