#325AA9

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

Shades of Mariner #325AA9

Tints of Mariner #325AA9

Color information

#325AA9 (or 0x325AA9) is unknown color: approx Mariner. HEX triplet: 32, 5A and A9. RGB value is (50,90,169). Sum of RGB (Red+Green+Blue) = 50+90+169=309 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.18% from 309); Green value is 90 (35.55% from 255 or 29.13% from 309); Blue value is 169 (66.41% from 255 or 54.69% from 309); Max value from RGB is 169 - color contains mainly: blue. Hex color #325AA9 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325AA9 is #CDA556. Grayscale: #565656. Windows color (decimal): -13477207 or 11098674. OLE color: 11098674.

HSL color Cylindrical-coordinate representation of color #325AA9: hue angle of 219.83º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #325AA9 is Cyan = 0.70, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB5090169-
CMYK0.700.4700.34
HSL219.83º54.34%42.94%-
HSV(B)219.83º70.41%66.27%-
XYZ12.1310.8638.99-
YUV87.05174.25101.58-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.18%
GREEN value IS 90 (35.55% from 255) = 29.13%
BLUE value IS 169 (66.41% from 255) = 54.69%
R=16.18%
G=29.13%
B=54.69%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal50901690.700.4700.34219.8354.3442.94
Hex325AA9462F022dc362b
Octal62132251106570423346653
Binary1100101011010101010011000110101111010001011011100110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325AA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,90,169); }

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

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

 a { background-color: rgb(50,90,169); }

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

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

 span { border-color: rgb(50,90,169); }

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