#325CA5

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

Shades of Mariner #325CA5

Tints of Mariner #325CA5

Color information

#325CA5 (or 0x325CA5) is unknown color: approx Mariner. HEX triplet: 32, 5C and A5. RGB value is (50,92,165). Sum of RGB (Red+Green+Blue) = 50+92+165=307 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.29% from 307); Green value is 92 (36.33% from 255 or 29.97% from 307); Blue value is 165 (64.84% from 255 or 53.75% from 307); Max value from RGB is 165 - color contains mainly: blue. Hex color #325CA5 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325CA5 is #CDA35A. Grayscale: #575757. Windows color (decimal): -13476699 or 10837042. OLE color: 10837042.

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

Color convert

RGB5092165-
CMYK0.700.4400.35
HSL218.09º53.49%42.16%-
HSV(B)218.09º69.7%64.71%-
XYZ11.9311.0537.1-
YUV87.76171.59101.06-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.29%
GREEN value IS 92 (36.33% from 255) = 29.97%
BLUE value IS 165 (64.84% from 255) = 53.75%
R=16.29%
G=29.97%
B=53.75%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal50921650.700.4400.35218.0953.4942.16
Hex325CA5462C023da352a
Octal62134245106540433326552
Binary1100101011100101001011000110101100010001111011010110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325CA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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