#3A59AB

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

Shades of Mariner #3A59AB

Tints of Mariner #3A59AB

Color information

#3A59AB (or 0x3A59AB) is unknown color: approx Mariner. HEX triplet: 3A, 59 and AB. RGB value is (58,89,171). Sum of RGB (Red+Green+Blue) = 58+89+171=318 (42% of max value = 765). Red value is 58 (23.05% from 255 or 18.24% from 318); Green value is 89 (35.16% from 255 or 27.99% from 318); Blue value is 171 (67.19% from 255 or 53.77% from 318); Max value from RGB is 171 - color contains mainly: blue. Hex color #3A59AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A59AB is #C5A654. Grayscale: #585858. Windows color (decimal): -12953173 or 11229498. OLE color: 11229498.

HSL color Cylindrical-coordinate representation of color #3A59AB: hue angle of 223.54º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3A59AB is Cyan = 0.66, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB5889171-
CMYK0.660.4800.33
HSL223.54º49.34%44.9%-
HSV(B)223.54º66.08%67.06%-
XYZ12.6710.9839.98-
YUV89.08174.23105.83-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 18.24%
GREEN value IS 89 (35.16% from 255) = 27.99%
BLUE value IS 171 (67.19% from 255) = 53.77%
R=18.24%
G=27.99%
B=53.77%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal58891710.660.4800.33223.5449.3444.9
Hex3A59AB4230021e0312d
Octal72131253102600413406155
Binary1110101011001101010111000010110000010000111100000110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A59AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3A59AB; }

 p { color: rgb(58,89,171); }

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

<style>
 a { background-color: #3A59AB; }

 a { background-color: rgb(58,89,171); }

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

<style>
 span { border-color: #3A59AB; }

 span { border-color: rgb(58,89,171); }

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