#325CA9

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

Shades of Mariner #325CA9

Tints of Mariner #325CA9

Color information

#325CA9 (or 0x325CA9) is unknown color: approx Mariner. HEX triplet: 32, 5C and A9. RGB value is (50,92,169). Sum of RGB (Red+Green+Blue) = 50+92+169=311 (41% of max value = 765). Red value is 50 (19.92% from 255 or 16.08% from 311); Green value is 92 (36.33% from 255 or 29.58% from 311); Blue value is 169 (66.41% from 255 or 54.34% from 311); Max value from RGB is 169 - color contains mainly: blue. Hex color #325CA9 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325CA9 is #CDA356. Grayscale: #575757. Windows color (decimal): -13476695 or 11099186. OLE color: 11099186.

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

Color convert

RGB5092169-
CMYK0.700.4600.34
HSL218.82º54.34%42.94%-
HSV(B)218.82º70.41%66.27%-
XYZ12.311.239.05-
YUV88.22173.59100.74-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.08%
GREEN value IS 92 (36.33% from 255) = 29.58%
BLUE value IS 169 (66.41% from 255) = 54.34%
R=16.08%
G=29.58%
B=54.34%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal50921690.700.4600.34218.8254.3442.94
Hex325CA9462E022db362b
Octal62134251106560423336653
Binary1100101011100101010011000110101110010001011011011110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325CA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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