#445EB1

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

Shades of Mariner #445EB1

Tints of Mariner #445EB1

Color information

#445EB1 (or 0x445EB1) is unknown color: approx Mariner. HEX triplet: 44, 5E and B1. RGB value is (68,94,177). Sum of RGB (Red+Green+Blue) = 68+94+177=339 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.06% from 339); Green value is 94 (37.11% from 255 or 27.73% from 339); Blue value is 177 (69.53% from 255 or 52.21% from 339); Max value from RGB is 177 - color contains mainly: blue. Hex color #445EB1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #445EB1 is #BBA14E. Grayscale: #5F5F5F. Windows color (decimal): -12296527 or 11624004. OLE color: 11624004.

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

Color convert

RGB6894177-
CMYK0.620.4700.31
HSL225.69º44.49%48.04%-
HSV(B)225.69º61.58%69.41%-
XYZ14.3212.4143.24-
YUV95.69173.89108.25-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 20.06%
GREEN value IS 94 (37.11% from 255) = 27.73%
BLUE value IS 177 (69.53% from 255) = 52.21%
R=20.06%
G=27.73%
B=52.21%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal68941770.620.4700.31225.6944.4948.04
Hex445EB13E2F01Fe22c30
Octal10413626176570373425460
Binary100010010111101011000111111010111101111111100010101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445EB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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