#32517C

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

Shades of St Tropaz #32517C

Tints of St Tropaz #32517C

Color information

#32517C (or 0x32517C) is unknown color: approx St Tropaz. HEX triplet: 32, 51 and 7C. RGB value is (50,81,124). Sum of RGB (Red+Green+Blue) = 50+81+124=255 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.61% from 255); Green value is 81 (32.03% from 255 or 31.76% from 255); Blue value is 124 (48.83% from 255 or 48.63% from 255); Max value from RGB is 124 - color contains mainly: blue. Hex color #32517C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32517C is #CDAE83. Grayscale: #4C4C4C. Windows color (decimal): -13479556 or 8147250. OLE color: 8147250.

HSL color Cylindrical-coordinate representation of color #32517C: hue angle of 214.86º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #32517C is Cyan = 0.60, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB5081124-
CMYK0.600.3500.51
HSL214.86º42.53%34.12%-
HSV(B)214.86º59.68%48.63%-
XYZ7.98.0220.2-
YUV76.63154.73109-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 19.61%
GREEN value IS 81 (32.03% from 255) = 31.76%
BLUE value IS 124 (48.83% from 255) = 48.63%
R=19.61%
G=31.76%
B=48.63%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal50811240.600.3500.51214.8642.5334.12
Hex32517C3C23033d72b22
Octal6212117474430633275342
Binary11001010100011111100111100100011011001111010111101011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32517C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32517C; }

 p { color: rgb(50,81,124); }

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

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

 a { background-color: rgb(50,81,124); }

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

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

 span { border-color: rgb(50,81,124); }

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