#325D9B

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

Shades of Mariner #325D9B

Tints of Mariner #325D9B

Color information

#325D9B (or 0x325D9B) is unknown color: approx Mariner. HEX triplet: 32, 5D and 9B. RGB value is (50,93,155). Sum of RGB (Red+Green+Blue) = 50+93+155=298 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.78% from 298); Green value is 93 (36.72% from 255 or 31.21% from 298); Blue value is 155 (60.94% from 255 or 52.01% from 298); Max value from RGB is 155 - color contains mainly: blue. Hex color #325D9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325D9B is #CDA264. Grayscale: #565656. Windows color (decimal): -13476453 or 10181938. OLE color: 10181938.

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

Color convert

RGB5093155-
CMYK0.680.400.39
HSL215.43º51.22%40.2%-
HSV(B)215.43º67.74%60.78%-
XYZ11.1510.8732.52-
YUV87.21166.25101.46-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.78%
GREEN value IS 93 (36.72% from 255) = 31.21%
BLUE value IS 155 (60.94% from 255) = 52.01%
R=16.78%
G=31.21%
B=52.01%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal50931550.680.400.39215.4351.2240.2
Hex325D9B4428027d73328
Octal62135233104500473276350
Binary1100101011101100110111000100101000010011111010111110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325D9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,93,155); }

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

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

 a { background-color: rgb(50,93,155); }

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

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

 span { border-color: rgb(50,93,155); }

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