#325788

Color #325788 St Tropaz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of St Tropaz #325788

Tints of St Tropaz #325788

Color information

#325788 (or 0x325788) is unknown color: approx St Tropaz. HEX triplet: 32, 57 and 88. RGB value is (50,87,136). Sum of RGB (Red+Green+Blue) = 50+87+136=273 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.32% from 273); Green value is 87 (34.38% from 255 or 31.87% from 273); Blue value is 136 (53.52% from 255 or 49.82% from 273); Max value from RGB is 136 - color contains mainly: blue. Hex color #325788 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325788 is #CDA877. Grayscale: #515151. Windows color (decimal): -13478008 or 8935218. OLE color: 8935218.

HSL color Cylindrical-coordinate representation of color #325788: hue angle of 214.19º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #325788 is Cyan = 0.63, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB5087136-
CMYK0.630.3600.47
HSL214.19º46.24%36.47%-
HSV(B)214.19º63.24%53.33%-
XYZ9.179.2724.6-
YUV81.52158.74105.52-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.32%
GREEN value IS 87 (34.38% from 255) = 31.87%
BLUE value IS 136 (53.52% from 255) = 49.82%
R=18.32%
G=31.87%
B=49.82%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal50871360.630.3600.47214.1946.2436.47
Hex3257883F2402Fd62e24
Octal6212721077440573265644
Binary110010101011110001000111111100100010111111010110101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325788

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325788; }

 p { color: rgb(50,87,136); }

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

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

 a { background-color: rgb(50,87,136); }

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

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

 span { border-color: rgb(50,87,136); }

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