#32588B

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

Shades of St Tropaz #32588B

Tints of St Tropaz #32588B

Color information

#32588B (or 0x32588B) is unknown color: approx St Tropaz. HEX triplet: 32, 58 and 8B. RGB value is (50,88,139). Sum of RGB (Red+Green+Blue) = 50+88+139=277 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.05% from 277); Green value is 88 (34.77% from 255 or 31.77% from 277); Blue value is 139 (54.69% from 255 or 50.18% from 277); Max value from RGB is 139 - color contains mainly: blue. Hex color #32588B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #32588B is #CDA774. Grayscale: #525252. Windows color (decimal): -13477749 or 9132082. OLE color: 9132082.

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

Color convert

RGB5088139-
CMYK0.640.3700.45
HSL214.38º47.09%37.06%-
HSV(B)214.38º64.03%54.51%-
XYZ9.479.5225.77-
YUV82.45159.91104.85-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.05%
GREEN value IS 88 (34.77% from 255) = 31.77%
BLUE value IS 139 (54.69% from 255) = 50.18%
R=18.05%
G=31.77%
B=50.18%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal50881390.640.3700.45214.3847.0937.06
Hex32588B402502Dd62f25
Octal62130213100450553265745
Binary1100101011000100010111000000100101010110111010110101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32588B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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