#325D9C

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

Shades of Mariner #325D9C

Tints of Mariner #325D9C

Color information

#325D9C (or 0x325D9C) is unknown color: approx Mariner. HEX triplet: 32, 5D and 9C. RGB value is (50,93,156). Sum of RGB (Red+Green+Blue) = 50+93+156=299 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.72% from 299); Green value is 93 (36.72% from 255 or 31.10% from 299); Blue value is 156 (61.33% from 255 or 52.17% from 299); Max value from RGB is 156 - color contains mainly: blue. Hex color #325D9C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325D9C is #CDA263. Grayscale: #575757. Windows color (decimal): -13476452 or 10247474. OLE color: 10247474.

HSL color Cylindrical-coordinate representation of color #325D9C: hue angle of 215.66º 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 #325D9C is Cyan = 0.68, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB5093156-
CMYK0.680.4000.39
HSL215.66º51.46%40.39%-
HSV(B)215.66º67.95%61.18%-
XYZ11.2310.9132.97-
YUV87.32166.75101.38-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.72%
GREEN value IS 93 (36.72% from 255) = 31.10%
BLUE value IS 156 (61.33% from 255) = 52.17%
R=16.72%
G=31.10%
B=52.17%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal50931560.680.4000.39215.6651.4640.39
Hex325D9C4428027d83328
Octal62135234104500473306350
Binary1100101011101100111001000100101000010011111011000110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325D9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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