#325AA7

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

Shades of Mariner #325AA7

Tints of Mariner #325AA7

Color information

#325AA7 (or 0x325AA7) is unknown color: approx Mariner. HEX triplet: 32, 5A and A7. RGB value is (50,90,167). Sum of RGB (Red+Green+Blue) = 50+90+167=307 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.29% from 307); Green value is 90 (35.55% from 255 or 29.32% from 307); Blue value is 167 (65.62% from 255 or 54.40% from 307); Max value from RGB is 167 - color contains mainly: blue. Hex color #325AA7 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325AA7 is #CDA558. Grayscale: #565656. Windows color (decimal): -13477209 or 10967602. OLE color: 10967602.

HSL color Cylindrical-coordinate representation of color #325AA7: hue angle of 219.49º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #325AA7 is Cyan = 0.70, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB5090167-
CMYK0.700.4600.35
HSL219.49º53.92%42.55%-
HSV(B)219.49º70.06%65.49%-
XYZ11.9510.7838.01-
YUV86.82173.25101.74-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.29%
GREEN value IS 90 (35.55% from 255) = 29.32%
BLUE value IS 167 (65.62% from 255) = 54.40%
R=16.29%
G=29.32%
B=54.40%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal50901670.700.4600.35219.4953.9242.55
Hex325AA7462E023db362b
Octal62132247106560433336653
Binary1100101011010101001111000110101110010001111011011110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325AA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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