#445EA1

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

Shades of Mariner #445EA1

Tints of Mariner #445EA1

Color information

#445EA1 (or 0x445EA1) is unknown color: approx Mariner. HEX triplet: 44, 5E and A1. RGB value is (68,94,161). Sum of RGB (Red+Green+Blue) = 68+94+161=323 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.05% from 323); Green value is 94 (37.11% from 255 or 29.10% from 323); Blue value is 161 (63.28% from 255 or 49.85% from 323); Max value from RGB is 161 - color contains mainly: blue. Hex color #445EA1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #445EA1 is #BBA15E. Grayscale: #5D5D5D. Windows color (decimal): -12296543 or 10575428. OLE color: 10575428.

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

Color convert

RGB6894161-
CMYK0.580.4200.37
HSL223.23º40.61%44.9%-
HSV(B)223.23º57.76%63.14%-
XYZ12.8211.8135.32-
YUV93.86165.89109.55-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 21.05%
GREEN value IS 94 (37.11% from 255) = 29.10%
BLUE value IS 161 (63.28% from 255) = 49.85%
R=21.05%
G=29.10%
B=49.85%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal68941610.580.4200.37223.2340.6144.9
Hex445EA13A2A025df292d
Octal10413624172520453375155
Binary1000100101111010100001111010101010010010111011111101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445EA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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