#325B9A

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

Shades of Mariner #325B9A

Tints of Mariner #325B9A

Color information

#325B9A (or 0x325B9A) is unknown color: approx Mariner. HEX triplet: 32, 5B and 9A. RGB value is (50,91,154). Sum of RGB (Red+Green+Blue) = 50+91+154=295 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.95% from 295); Green value is 91 (35.94% from 255 or 30.85% from 295); Blue value is 154 (60.55% from 255 or 52.20% from 295); Max value from RGB is 154 - color contains mainly: blue. Hex color #325B9A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325B9A is #CDA465. Grayscale: #555555. Windows color (decimal): -13476966 or 10115890. OLE color: 10115890.

HSL color Cylindrical-coordinate representation of color #325B9A: hue angle of 216.35º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #325B9A is Cyan = 0.68, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB5091154-
CMYK0.680.4100.40
HSL216.35º50.98%40%-
HSV(B)216.35º67.53%60.39%-
XYZ10.8910.4932.02-
YUV85.92166.42102.38-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.95%
GREEN value IS 91 (35.94% from 255) = 30.85%
BLUE value IS 154 (60.55% from 255) = 52.20%
R=16.95%
G=30.85%
B=52.20%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal50911540.680.4100.40216.3550.9840
Hex325B9A4429028d83328
Octal62133232104510503306350
Binary1100101011011100110101000100101001010100011011000110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325B9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,91,154); }

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

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

 a { background-color: rgb(50,91,154); }

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

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

 span { border-color: rgb(50,91,154); }

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