#445CAF

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

Shades of Mariner #445CAF

Tints of Mariner #445CAF

Color information

#445CAF (or 0x445CAF) is unknown color: approx Mariner. HEX triplet: 44, 5C and AF. RGB value is (68,92,175). Sum of RGB (Red+Green+Blue) = 68+92+175=335 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.30% from 335); Green value is 92 (36.33% from 255 or 27.46% from 335); Blue value is 175 (68.75% from 255 or 52.24% from 335); Max value from RGB is 175 - color contains mainly: blue. Hex color #445CAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #445CAF is #BBA350. Grayscale: #5D5D5D. Windows color (decimal): -12297041 or 11492420. OLE color: 11492420.

HSL color Cylindrical-coordinate representation of color #445CAF: hue angle of 226.54º 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 #445CAF is Cyan = 0.61, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB6892175-
CMYK0.610.4700.31
HSL226.54º44.03%47.65%-
HSV(B)226.54º61.14%68.63%-
XYZ13.9511.9842.13-
YUV94.29173.55109.25-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 20.30%
GREEN value IS 92 (36.33% from 255) = 27.46%
BLUE value IS 175 (68.75% from 255) = 52.24%
R=20.30%
G=27.46%
B=52.24%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal68921750.610.4700.31226.5444.0347.65
Hex445CAF3D2F01Fe32c30
Octal10413425775570373435460
Binary100010010111001010111111110110111101111111100011101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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