#325faa

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

Shades of Mariner #325FAA

Tints of Mariner #325FAA

Color information

#325FAA (or 0x325FAA) is unknown color: approx Mariner. HEX triplet: 32, 5F and AA. RGB value is (50,95,170). Sum of RGB (Red+Green+Blue) = 50+95+170=315 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.87% from 315); Green value is 95 (37.5% from 255 or 30.16% from 315); Blue value is 170 (66.80% from 255 or 53.97% from 315); Max value from RGB is 170 - color contains mainly: blue. Hex color #325FAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325FAA is #CDA055. Grayscale: #595959. Windows color (decimal): -13475926 or 11165490. OLE color: 11165490.

HSL color Cylindrical-coordinate representation of color #325FAA: hue angle of 217.5º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #325FAA is Cyan = 0.71, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB5095170-
CMYK0.710.4400.33
HSL217.5º54.55%43.14%-
HSV(B)217.5º70.59%66.67%-
XYZ12.6611.7639.63-
YUV90.09173.0999.4-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 15.87%
GREEN value IS 95 (37.5% from 255) = 30.16%
BLUE value IS 170 (66.80% from 255) = 53.97%
R=15.87%
G=30.16%
B=53.97%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal50951700.710.4400.33217.554.5543.14
Hex325FAA472C021da372b
Octal62137252107540413326753
Binary1100101011111101010101000111101100010000111011010110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325faa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,95,170); }

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

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

 a { background-color: rgb(50,95,170); }

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

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

 span { border-color: rgb(50,95,170); }

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