#445EA2

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

Shades of Mariner #445EA2

Tints of Mariner #445EA2

Color information

#445EA2 (or 0x445EA2) is unknown color: approx Mariner. HEX triplet: 44, 5E and A2. RGB value is (68,94,162). Sum of RGB (Red+Green+Blue) = 68+94+162=324 (42% of max value = 765). Red value is 68 (26.95% from 255 or 20.99% from 324); Green value is 94 (37.11% from 255 or 29.01% from 324); Blue value is 162 (63.67% from 255 or 50% from 324); Max value from RGB is 162 - color contains mainly: blue. Hex color #445EA2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #445EA2 is #BBA15D. Grayscale: #5D5D5D. Windows color (decimal): -12296542 or 10640964. OLE color: 10640964.

HSL color Cylindrical-coordinate representation of color #445EA2: hue angle of 223.4º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #445EA2 is Cyan = 0.58, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB6894162-
CMYK0.580.4200.36
HSL223.4º40.87%45.1%-
HSV(B)223.4º58.02%63.53%-
XYZ12.9111.8435.79-
YUV93.98166.39109.47-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 20.99%
GREEN value IS 94 (37.11% from 255) = 29.01%
BLUE value IS 162 (63.67% from 255) = 50%
R=20.99%
G=29.01%
B=50%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal68941620.580.4200.36223.440.8745.1
Hex445EA23A2A024df292d
Octal10413624272520443375155
Binary1000100101111010100010111010101010010010011011111101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445EA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,94,162); }

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

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

 a { background-color: rgb(68,94,162); }

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

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

 span { border-color: rgb(68,94,162); }

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