#325BA6

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

Shades of Mariner #325BA6

Tints of Mariner #325BA6

Color information

#325BA6 (or 0x325BA6) is unknown color: approx Mariner. HEX triplet: 32, 5B and A6. RGB value is (50,91,166). Sum of RGB (Red+Green+Blue) = 50+91+166=307 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.29% from 307); Green value is 91 (35.94% from 255 or 29.64% from 307); Blue value is 166 (65.23% from 255 or 54.07% from 307); Max value from RGB is 166 - color contains mainly: blue. Hex color #325BA6 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325BA6 is #CDA459. Grayscale: #565656. Windows color (decimal): -13476954 or 10902322. OLE color: 10902322.

HSL color Cylindrical-coordinate representation of color #325BA6: hue angle of 218.79º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #325BA6 is Cyan = 0.70, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB5091166-
CMYK0.700.4500.35
HSL218.79º53.7%42.35%-
HSV(B)218.79º69.88%65.1%-
XYZ11.9410.9137.55-
YUV87.29172.42101.4-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.29%
GREEN value IS 91 (35.94% from 255) = 29.64%
BLUE value IS 166 (65.23% from 255) = 54.07%
R=16.29%
G=29.64%
B=54.07%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal50911660.700.4500.35218.7953.742.35
Hex325BA6462D023db362a
Octal62133246106550433336652
Binary1100101011011101001101000110101101010001111011011110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325BA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325BA6; }

 p { color: rgb(50,91,166); }

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

<style>
 a { background-color: #325BA6; }

 a { background-color: rgb(50,91,166); }

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

<style>
 span { border-color: #325BA6; }

 span { border-color: rgb(50,91,166); }

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