#32537A

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

Shades of St Tropaz #32537A

Tints of St Tropaz #32537A

Color information

#32537A (or 0x32537A) is unknown color: approx St Tropaz. HEX triplet: 32, 53 and 7A. RGB value is (50,83,122). Sum of RGB (Red+Green+Blue) = 50+83+122=255 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.61% from 255); Green value is 83 (32.81% from 255 or 32.55% from 255); Blue value is 122 (48.05% from 255 or 47.84% from 255); Max value from RGB is 122 - color contains mainly: blue. Hex color #32537A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32537A is #CDAC85. Grayscale: #4D4D4D. Windows color (decimal): -13479046 or 8016690. OLE color: 8016690.

HSL color Cylindrical-coordinate representation of color #32537A: hue angle of 212.5º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #32537A is Cyan = 0.59, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB5083122-
CMYK0.590.3200.52
HSL212.5º41.86%33.73%-
HSV(B)212.5º59.02%47.84%-
XYZ7.928.2719.59-
YUV77.58153.07108.33-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 19.61%
GREEN value IS 83 (32.81% from 255) = 32.55%
BLUE value IS 122 (48.05% from 255) = 47.84%
R=19.61%
G=32.55%
B=47.84%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal50831220.590.3200.52212.541.8633.73
Hex32537A3B20034d42a22
Octal6212317273400643245242
Binary11001010100111111010111011100000011010011010100101010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32537A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,83,122); }

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

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

 a { background-color: rgb(50,83,122); }

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

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

 span { border-color: rgb(50,83,122); }

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