#325588

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

Shades of St Tropaz #325588

Tints of St Tropaz #325588

Color information

#325588 (or 0x325588) is unknown color: approx St Tropaz. HEX triplet: 32, 55 and 88. RGB value is (50,85,136). Sum of RGB (Red+Green+Blue) = 50+85+136=271 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.45% from 271); Green value is 85 (33.59% from 255 or 31.37% from 271); Blue value is 136 (53.52% from 255 or 50.18% from 271); Max value from RGB is 136 - color contains mainly: blue. Hex color #325588 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325588 is #CDAA77. Grayscale: #505050. Windows color (decimal): -13478520 or 8934706. OLE color: 8934706.

HSL color Cylindrical-coordinate representation of color #325588: hue angle of 215.58º 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 #325588 is Cyan = 0.63, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB5085136-
CMYK0.630.3800.47
HSL215.58º46.24%36.47%-
HSV(B)215.58º63.24%53.33%-
XYZ9.018.9524.55-
YUV80.35159.4106.35-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.45%
GREEN value IS 85 (33.59% from 255) = 31.37%
BLUE value IS 136 (53.52% from 255) = 50.18%
R=18.45%
G=31.37%
B=50.18%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal50851360.630.3800.47215.5846.2436.47
Hex3255883F2602Fd82e24
Octal6212521077460573305644
Binary110010101010110001000111111100110010111111011000101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325588; }

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

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

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

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

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

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

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

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