#325CA6

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

Shades of Mariner #325CA6

Tints of Mariner #325CA6

Color information

#325CA6 (or 0x325CA6) is unknown color: approx Mariner. HEX triplet: 32, 5C and A6. RGB value is (50,92,166). Sum of RGB (Red+Green+Blue) = 50+92+166=308 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.23% from 308); Green value is 92 (36.33% from 255 or 29.87% from 308); Blue value is 166 (65.23% from 255 or 53.90% from 308); Max value from RGB is 166 - color contains mainly: blue. Hex color #325CA6 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325CA6 is #CDA359. Grayscale: #575757. Windows color (decimal): -13476698 or 10902578. OLE color: 10902578.

HSL color Cylindrical-coordinate representation of color #325CA6: hue angle of 218.28º 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 #325CA6 is Cyan = 0.70, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB5092166-
CMYK0.700.4500.35
HSL218.28º53.7%42.35%-
HSV(B)218.28º69.88%65.1%-
XYZ12.0311.0937.58-
YUV87.88172.09100.98-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.23%
GREEN value IS 92 (36.33% from 255) = 29.87%
BLUE value IS 166 (65.23% from 255) = 53.90%
R=16.23%
G=29.87%
B=53.90%

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
Decimal50921660.700.4500.35218.2853.742.35
Hex325CA6462D023da362a
Octal62134246106550433326652
Binary1100101011100101001101000110101101010001111011010110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325CA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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