#325baa

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

Shades of Mariner #325BAA

Tints of Mariner #325BAA

Color information

#325BAA (or 0x325BAA) is unknown color: approx Mariner. HEX triplet: 32, 5B and AA. RGB value is (50,91,170). Sum of RGB (Red+Green+Blue) = 50+91+170=311 (41% of max value = 765). Red value is 50 (19.92% from 255 or 16.08% from 311); Green value is 91 (35.94% from 255 or 29.26% from 311); Blue value is 170 (66.80% from 255 or 54.66% from 311); Max value from RGB is 170 - color contains mainly: blue. Hex color #325BAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325BAA is #CDA455. Grayscale: #575757. Windows color (decimal): -13476950 or 11164466. OLE color: 11164466.

HSL color Cylindrical-coordinate representation of color #325BAA: hue angle of 219.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 #325BAA is Cyan = 0.71, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB5091170-
CMYK0.710.4600.33
HSL219.5º54.55%43.14%-
HSV(B)219.5º70.59%66.67%-
XYZ12.3111.0639.52-
YUV87.75174.42101.08-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.08%
GREEN value IS 91 (35.94% from 255) = 29.26%
BLUE value IS 170 (66.80% from 255) = 54.66%
R=16.08%
G=29.26%
B=54.66%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal50911700.710.4600.33219.554.5543.14
Hex325BAA472E021dc372b
Octal62133252107560413346753
Binary1100101011011101010101000111101110010000111011100110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325baa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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