#325AA0

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

Shades of Mariner #325AA0

Tints of Mariner #325AA0

Color information

#325AA0 (or 0x325AA0) is unknown color: approx Mariner. HEX triplet: 32, 5A and A0. RGB value is (50,90,160). Sum of RGB (Red+Green+Blue) = 50+90+160=300 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.67% from 300); Green value is 90 (35.55% from 255 or 30% from 300); Blue value is 160 (62.89% from 255 or 53.33% from 300); Max value from RGB is 160 - color contains mainly: blue. Hex color #325AA0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325AA0 is #CDA55F. Grayscale: #555555. Windows color (decimal): -13477216 or 10508850. OLE color: 10508850.

HSL color Cylindrical-coordinate representation of color #325AA0: hue angle of 218.18º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #325AA0 is Cyan = 0.69, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB5090160-
CMYK0.690.4400.37
HSL218.18º52.38%41.18%-
HSV(B)218.18º68.75%62.75%-
XYZ11.3210.5334.69-
YUV86.02169.75102.31-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.67%
GREEN value IS 90 (35.55% from 255) = 30%
BLUE value IS 160 (62.89% from 255) = 53.33%
R=16.67%
G=30%
B=53.33%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal50901600.690.4400.37218.1852.3841.18
Hex325AA0452C025da3429
Octal62132240105540453326451
Binary1100101011010101000001000101101100010010111011010110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325AA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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