#445FAA

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

Shades of Mariner #445FAA

Tints of Mariner #445FAA

Color information

#445FAA (or 0x445FAA) is unknown color: approx Mariner. HEX triplet: 44, 5F and AA. RGB value is (68,95,170). Sum of RGB (Red+Green+Blue) = 68+95+170=333 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.42% from 333); Green value is 95 (37.5% from 255 or 28.53% from 333); Blue value is 170 (66.80% from 255 or 51.05% from 333); Max value from RGB is 170 - color contains mainly: blue. Hex color #445FAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #445FAA is #BBA055. Grayscale: #5F5F5F. Windows color (decimal): -12296278 or 11165508. OLE color: 11165508.

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

Color convert

RGB6895170-
CMYK0.60.4400.33
HSL224.12º42.86%46.67%-
HSV(B)224.12º60%66.67%-
XYZ13.7312.3239.68-
YUV95.48170.05108.4-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 20.42%
GREEN value IS 95 (37.5% from 255) = 28.53%
BLUE value IS 170 (66.80% from 255) = 51.05%
R=20.42%
G=28.53%
B=51.05%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal68951700.60.4400.33224.1242.8646.67
Hex445FAA3C2C021e02b2f
Octal10413725274540413405357
Binary1000100101111110101010111100101100010000111100000101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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