#445AAA

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

Shades of Mariner #445AAA

Tints of Mariner #445AAA

Color information

#445AAA (or 0x445AAA) is unknown color: approx Mariner. HEX triplet: 44, 5A and AA. RGB value is (68,90,170). Sum of RGB (Red+Green+Blue) = 68+90+170=328 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.73% from 328); Green value is 90 (35.55% from 255 or 27.44% from 328); Blue value is 170 (66.80% from 255 or 51.83% from 328); Max value from RGB is 170 - color contains mainly: blue. Hex color #445AAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #445AAA is #BBA555. Grayscale: #5C5C5C. Windows color (decimal): -12297558 or 11164228. OLE color: 11164228.

HSL color Cylindrical-coordinate representation of color #445AAA: hue angle of 227.06º 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 #445AAA is Cyan = 0.6, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB6890170-
CMYK0.60.4700.33
HSL227.06º42.86%46.67%-
HSV(B)227.06º60%66.67%-
XYZ13.311.4439.54-
YUV92.54171.71110.5-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 20.73%
GREEN value IS 90 (35.55% from 255) = 27.44%
BLUE value IS 170 (66.80% from 255) = 51.83%
R=20.73%
G=27.44%
B=51.83%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal68901700.60.4700.33227.0642.8646.67
Hex445AAA3C2F021e32b2f
Octal10413225274570413435357
Binary1000100101101010101010111100101111010000111100011101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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