#445AAF

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

Shades of Mariner #445AAF

Tints of Mariner #445AAF

Color information

#445AAF (or 0x445AAF) is unknown color: approx Mariner. HEX triplet: 44, 5A and AF. RGB value is (68,90,175). Sum of RGB (Red+Green+Blue) = 68+90+175=333 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.42% from 333); Green value is 90 (35.55% from 255 or 27.03% from 333); Blue value is 175 (68.75% from 255 or 52.55% from 333); Max value from RGB is 175 - color contains mainly: blue. Hex color #445AAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #445AAF is #BBA550. Grayscale: #5C5C5C. Windows color (decimal): -12297553 or 11491908. OLE color: 11491908.

HSL color Cylindrical-coordinate representation of color #445AAF: hue angle of 227.66º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #445AAF is Cyan = 0.61, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB6890175-
CMYK0.610.4900.31
HSL227.66º44.03%47.65%-
HSV(B)227.66º61.14%68.63%-
XYZ13.7811.6442.08-
YUV93.11174.21110.09-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 20.42%
GREEN value IS 90 (35.55% from 255) = 27.03%
BLUE value IS 175 (68.75% from 255) = 52.55%
R=20.42%
G=27.03%
B=52.55%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal68901750.610.4900.31227.6644.0347.65
Hex445AAF3D3101Fe42c30
Octal10413225775610373445460
Binary100010010110101010111111110111000101111111100100101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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