#325EA3

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

Shades of Mariner #325EA3

Tints of Mariner #325EA3

Color information

#325EA3 (or 0x325EA3) is unknown color: approx Mariner. HEX triplet: 32, 5E and A3. RGB value is (50,94,163). Sum of RGB (Red+Green+Blue) = 50+94+163=307 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.29% from 307); Green value is 94 (37.11% from 255 or 30.62% from 307); Blue value is 163 (64.06% from 255 or 53.09% from 307); Max value from RGB is 163 - color contains mainly: blue. Hex color #325EA3 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325EA3 is #CDA15C. Grayscale: #585858. Windows color (decimal): -13476189 or 10706482. OLE color: 10706482.

HSL color Cylindrical-coordinate representation of color #325EA3: hue angle of 216.64º 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 #325EA3 is Cyan = 0.69, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB5094163-
CMYK0.690.4200.36
HSL216.64º53.05%41.76%-
HSV(B)216.64º69.33%63.92%-
XYZ11.9311.3336.21-
YUV88.71169.92100.39-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.29%
GREEN value IS 94 (37.11% from 255) = 30.62%
BLUE value IS 163 (64.06% from 255) = 53.09%
R=16.29%
G=30.62%
B=53.09%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal50941630.690.4200.36216.6453.0541.76
Hex325EA3452A024d9352a
Octal62136243105520443316552
Binary1100101011110101000111000101101010010010011011001110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325EA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,94,163); }

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

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

 a { background-color: rgb(50,94,163); }

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

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

 span { border-color: rgb(50,94,163); }

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