#32588A

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

Shades of St Tropaz #32588A

Tints of St Tropaz #32588A

Color information

#32588A (or 0x32588A) is unknown color: approx St Tropaz. HEX triplet: 32, 58 and 8A. RGB value is (50,88,138). Sum of RGB (Red+Green+Blue) = 50+88+138=276 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.12% from 276); Green value is 88 (34.77% from 255 or 31.88% from 276); Blue value is 138 (54.30% from 255 or 50% from 276); Max value from RGB is 138 - color contains mainly: blue. Hex color #32588A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #32588A is #CDA775. Grayscale: #525252. Windows color (decimal): -13477750 or 9066546. OLE color: 9066546.

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

Color convert

RGB5088138-
CMYK0.640.3600.46
HSL214.09º46.81%36.86%-
HSV(B)214.09º63.77%54.12%-
XYZ9.399.4925.38-
YUV82.34159.41104.93-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.12%
GREEN value IS 88 (34.77% from 255) = 31.88%
BLUE value IS 138 (54.30% from 255) = 50%
R=18.12%
G=31.88%
B=50%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal50881380.640.3600.46214.0946.8136.86
Hex32588A402402Ed62f25
Octal62130212100440563265745
Binary1100101011000100010101000000100100010111011010110101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32588A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32588A; }

 p { color: rgb(50,88,138); }

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

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

 a { background-color: rgb(50,88,138); }

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

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

 span { border-color: rgb(50,88,138); }

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