#325583

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

Shades of St Tropaz #325583

Tints of St Tropaz #325583

Color information

#325583 (or 0x325583) is unknown color: approx St Tropaz. HEX triplet: 32, 55 and 83. RGB value is (50,85,131). Sum of RGB (Red+Green+Blue) = 50+85+131=266 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.80% from 266); Green value is 85 (33.59% from 255 or 31.95% from 266); Blue value is 131 (51.56% from 255 or 49.25% from 266); Max value from RGB is 131 - color contains mainly: blue. Hex color #325583 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325583 is #CDAA7C. Grayscale: #4F4F4F. Windows color (decimal): -13478525 or 8607026. OLE color: 8607026.

HSL color Cylindrical-coordinate representation of color #325583: hue angle of 214.07º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #325583 is Cyan = 0.62, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB5085131-
CMYK0.620.3500.49
HSL214.07º44.75%35.49%-
HSV(B)214.07º61.83%51.37%-
XYZ8.668.8122.72-
YUV79.78156.9106.76-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.80%
GREEN value IS 85 (33.59% from 255) = 31.95%
BLUE value IS 131 (51.56% from 255) = 49.25%
R=18.80%
G=31.95%
B=49.25%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal50851310.620.3500.49214.0744.7535.49
Hex3255833E23031d62d23
Octal6212520376430613265543
Binary110010101010110000011111110100011011000111010110101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325583; }

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

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

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

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

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

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

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

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