#325FA2

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

Shades of Mariner #325FA2

Tints of Mariner #325FA2

Color information

#325FA2 (or 0x325FA2) is unknown color: approx Mariner. HEX triplet: 32, 5F and A2. RGB value is (50,95,162). Sum of RGB (Red+Green+Blue) = 50+95+162=307 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.29% from 307); Green value is 95 (37.5% from 255 or 30.94% from 307); Blue value is 162 (63.67% from 255 or 52.77% from 307); Max value from RGB is 162 - color contains mainly: blue. Hex color #325FA2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325FA2 is #CDA05D. Grayscale: #585858. Windows color (decimal): -13475934 or 10641202. OLE color: 10641202.

HSL color Cylindrical-coordinate representation of color #325FA2: hue angle of 215.89º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #325FA2 is Cyan = 0.69, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB5095162-
CMYK0.690.4100.36
HSL215.89º52.83%41.57%-
HSV(B)215.89º69.14%63.53%-
XYZ11.9311.4735.77-
YUV89.18169.09100.05-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.29%
GREEN value IS 95 (37.5% from 255) = 30.94%
BLUE value IS 162 (63.67% from 255) = 52.77%
R=16.29%
G=30.94%
B=52.77%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal50951620.690.4100.36215.8952.8341.57
Hex325FA24529024d8352a
Octal62137242105510443306552
Binary1100101011111101000101000101101001010010011011000110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325FA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,95,162); }

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

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

 a { background-color: rgb(50,95,162); }

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

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

 span { border-color: rgb(50,95,162); }

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